Searched refs:tfd_queue_msk (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | sta.c | 152 add_sta_cmd.tfd_queue_msk = in iwl_mvm_sta_send_to_fw() 153 cpu_to_le32(mvm_sta->tfd_queue_msk); in iwl_mvm_sta_send_to_fw() 339 cmd.tfd_queue_msk = cpu_to_le32(mvmsta->tfd_queue_msk); in iwl_mvm_invalidate_sta_queue() 529 mvmsta->tfd_queue_msk &= ~BIT(queue); /* Don't use this queue anymore */ in iwl_mvm_remove_sta_queue_marking() 1120 cmd.tfd_queue_msk = cpu_to_le32(mvmsta->tfd_queue_msk); in iwl_mvm_unshare_queue() 1363 tfd_queue_mask = mvmsta->tfd_queue_msk; in iwl_mvm_sta_alloc_queue() 1468 mvmsta->tfd_queue_msk |= BIT(queue); in iwl_mvm_sta_alloc_queue() 1701 cmd.tfd_queue_msk in iwl_mvm_add_int_sta_common() [all...] |
H A D | sta.h | 359 * @tfd_queue_msk: the tfd queues used by the station 410 u32 tfd_queue_msk; member 457 * @tfd_queue_msk: the tfd queues used by the station 462 u32 tfd_queue_msk; member
|
H A D | time-event.c | 85 mvmvif->deflink.bcast_sta.tfd_queue_msk); in iwl_mvm_roc_done_wk() 117 mvm->aux_sta.tfd_queue_msk); in iwl_mvm_roc_done_wk()
|
H A D | mac-ctxt.c | 731 u32 tfd_queue_msk = 0; in iwl_mvm_mac_ctxt_cmd_listener() local 752 tfd_queue_msk = BIT(mvm->snif_queue); in iwl_mvm_mac_ctxt_cmd_listener() 755 ret = iwl_mvm_allocate_int_sta(mvm, &mvm->snif_sta, tfd_queue_msk, in iwl_mvm_mac_ctxt_cmd_listener()
|
H A D | mld-sta.c | 350 iwl_mvm_flush_sta(mvm, int_sta->sta_id, int_sta->tfd_queue_msk); in iwl_mvm_mld_rm_int_sta()
|
H A D | mac80211.c | 5603 mvmsta->tfd_queue_msk)) in iwl_mvm_mac_flush() 5609 msk |= mvmsta->tfd_queue_msk; in iwl_mvm_mac_flush() 5639 mvmsta->tfd_queue_msk)) in iwl_mvm_mac_flush_sta()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | sta.h | 284 * @tfd_queue_msk: tfd queues used by this station 312 __le32 tfd_queue_msk; member 365 * @tfd_queue_msk: tfd queues used by this station. 399 __le32 tfd_queue_msk; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | sta.h | 372 * @tfd_queue_msk: the tfd queues used by the station 420 u32 tfd_queue_msk; member 469 * @tfd_queue_msk: the tfd queues used by the station 474 u32 tfd_queue_msk; member
|
H A D | sta.c | 134 add_sta_cmd.tfd_queue_msk = in iwl_mvm_sta_send_to_fw() 135 cpu_to_le32(mvm_sta->tfd_queue_msk); in iwl_mvm_sta_send_to_fw() 352 cmd.tfd_queue_msk = cpu_to_le32(mvmsta->tfd_queue_msk); in iwl_mvm_invalidate_sta_queue() 512 mvmsta->tfd_queue_msk &= ~BIT(queue); /* Don't use this queue anymore */ in iwl_mvm_remove_sta_queue_marking() 1007 cmd.tfd_queue_msk = cpu_to_le32(mvmsta->tfd_queue_msk); in iwl_mvm_unshare_queue() 1250 tfd_queue_mask = mvmsta->tfd_queue_msk; in iwl_mvm_sta_alloc_queue() 1355 mvmsta->tfd_queue_msk |= BIT(queue); in iwl_mvm_sta_alloc_queue() 1605 cmd.tfd_queue_msk in iwl_mvm_add_int_sta_common() [all...] |
H A D | mac-ctxt.c | 722 u32 tfd_queue_msk = BIT(mvm->snif_queue); in iwl_mvm_mac_ctxt_cmd_listener() local 738 ret = iwl_mvm_allocate_int_sta(mvm, &mvm->snif_sta, tfd_queue_msk, in iwl_mvm_mac_ctxt_cmd_listener()
|
H A D | tx.c | 2090 return iwl_mvm_flush_tx_path(mvm, int_sta->tfd_queue_msk, 0); in iwl_mvm_flush_sta() 2092 return iwl_mvm_flush_tx_path(mvm, mvm_sta->tfd_queue_msk, 0); in iwl_mvm_flush_sta()
|
H A D | mac80211.c | 4821 msk |= mvmsta->tfd_queue_msk; in iwl_mvm_mac_flush()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | sta.h | 231 * @tfd_queue_msk: tfd queues used by this station 259 __le32 tfd_queue_msk; member 312 * @tfd_queue_msk: tfd queues used by this station. 346 __le32 tfd_queue_msk; member
|
Completed in 33 milliseconds