Home
last modified time | relevance | path

Searched refs:IWL_MVM_TXQ_STATE_STOP_FULL (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/sys/contrib/dev/iwlwifi/mvm/
HDops.c1877 clear_bit(IWL_MVM_TXQ_STATE_STOP_FULL, &mvmtxq->state); in iwl_mvm_queue_state_change()
1879 set_bit(IWL_MVM_TXQ_STATE_STOP_FULL, &mvmtxq->state); in iwl_mvm_queue_state_change()
HDmvm.h884 #define IWL_MVM_TXQ_STATE_STOP_FULL 1 macro
HDmac80211.c919 while (likely(!test_bit(IWL_MVM_TXQ_STATE_STOP_FULL, in iwl_mvm_mac_itxq_xmit()