Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/iwlwifi/fw/api/
HDsta.h162 STA_MODIFY_QUEUES = BIT(7), enumerator
/freebsd-head/sys/contrib/dev/iwlwifi/mvm/
HDsta.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()
1465 ret = iwl_mvm_sta_send_to_fw(mvm, sta, true, STA_MODIFY_QUEUES); in iwl_mvm_sta_alloc_queue()
1893 sta_flags = iwl_mvm_has_new_tx_api(mvm) ? 0 : STA_MODIFY_QUEUES; in iwl_mvm_add_sta()
3058 cmd.modify_mask = STA_MODIFY_QUEUES; in iwl_mvm_sta_tx_agg()