Home
last modified time | relevance | path

Searched refs:IWL_DEBUG_DROP (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drx.c309 IWL_DEBUG_DROP(mvm, "Bad REPLY_RX_MPDU_CMD size\n"); in iwl_mvm_rx_rx_mpdu()
319 IWL_DEBUG_DROP(mvm, "FW lied about packet len\n"); in iwl_mvm_rx_rx_mpdu()
399 IWL_DEBUG_DROP(mvm, "MCAST before the vif is authorized\n"); in iwl_mvm_rx_rx_mpdu()
411 IWL_DEBUG_DROP(mvm, "Bad decryption results 0x%08x\n", in iwl_mvm_rx_rx_mpdu()
H A Drxmq.c50 IWL_DEBUG_DROP(mvm, in iwl_mvm_check_pn()
2363 IWL_DEBUG_DROP(mvm, "Bad REPLY_RX_MPDU_CMD size\n"); in iwl_mvm_rx_mpdu_mq()
2396 IWL_DEBUG_DROP(mvm, "Got old format rate, converting. New rate: 0x%x\n", in iwl_mvm_rx_mpdu_mq()
2405 IWL_DEBUG_DROP(mvm, "FW lied about packet len\n"); in iwl_mvm_rx_mpdu_mq()
2686 IWL_DEBUG_DROP(mvm, "Got an old rate format. Old rate: 0x%x\n", in iwl_mvm_rx_monitor_no_data()
2689 IWL_DEBUG_DROP(mvm, " Rate after conversion to the new format: 0x%x\n", in iwl_mvm_rx_monitor_no_data()
H A Dmac80211.c758 IWL_DEBUG_DROP(mvm, "Dropping - RF/CT KILL\n"); in iwl_mvm_mac_tx()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-debug.h142 #define IWL_DEBUG_DROP(_subsys, _fmt, ...) \ macro