Home
last modified time | relevance | path

Searched refs:STA_MODIFY_QUEUES (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dsta.h160 STA_MODIFY_QUEUES = BIT(7), enumerator
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c151 if (!update || (flags & STA_MODIFY_QUEUES)) { in iwl_mvm_sta_send_to_fw()
158 if (flags & STA_MODIFY_QUEUES) in iwl_mvm_sta_send_to_fw()
159 add_sta_cmd.modify_mask |= STA_MODIFY_QUEUES; in iwl_mvm_sta_send_to_fw()
161 WARN_ON(flags & STA_MODIFY_QUEUES); in iwl_mvm_sta_send_to_fw()
337 cmd.modify_mask = STA_MODIFY_QUEUES; in iwl_mvm_invalidate_sta_queue()
1479 ret = iwl_mvm_sta_send_to_fw(mvm, sta, true, STA_MODIFY_QUEUES); in iwl_mvm_sta_alloc_queue()
1867 sta_flags = iwl_mvm_has_new_tx_api(mvm) ? 0 : STA_MODIFY_QUEUES; in iwl_mvm_add_sta()
3047 cmd.modify_mask = STA_MODIFY_QUEUES; in iwl_mvm_sta_tx_agg()