Searched refs:bcast_sta (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | sta.c | 2337 struct iwl_mvm_int_sta *bsta = &mvmvif->deflink.bcast_sta; in iwl_mvm_send_add_bcast_sta() 2346 .sta_id = mvmvif->deflink.bcast_sta.sta_id, in iwl_mvm_send_add_bcast_sta() 2420 iwl_mvm_flush_sta(mvm, mvmvif->deflink.bcast_sta.sta_id, in iwl_mvm_free_bcast_sta_queues() 2421 mvmvif->deflink.bcast_sta.tfd_queue_msk); in iwl_mvm_free_bcast_sta_queues() 2438 iwl_mvm_disable_txq(mvm, NULL, mvmvif->deflink.bcast_sta.sta_id, in iwl_mvm_free_bcast_sta_queues() 2447 WARN_ON(!(mvmvif->deflink.bcast_sta.tfd_queue_msk & BIT(queue))); in iwl_mvm_free_bcast_sta_queues() 2448 mvmvif->deflink.bcast_sta.tfd_queue_msk &= ~BIT(queue); in iwl_mvm_free_bcast_sta_queues() 2462 ret = iwl_mvm_rm_sta_common(mvm, mvmvif->deflink.bcast_sta.sta_id); in iwl_mvm_send_rm_bcast_sta() 2474 return iwl_mvm_allocate_int_sta(mvm, &mvmvif->deflink.bcast_sta, 0, in iwl_mvm_alloc_bcast_sta() 2489 struct iwl_mvm_int_sta *bsta = &mvmvif->deflink.bcast_sta; in iwl_mvm_add_p2p_bcast_sta() [all …]
|
| H A D | time-event.c | 78 iwl_mvm_flush_sta(mvm, mvmvif->deflink.bcast_sta.sta_id, in iwl_mvm_cleanup_roc() 79 mvmvif->deflink.bcast_sta.tfd_queue_msk); in iwl_mvm_cleanup_roc()
|
| H A D | mac-ctxt.c | 978 tx_params->sta_id = mvmvif->deflink.bcast_sta.sta_id; in iwl_mvm_mac_ctxt_set_tx()
|
| H A D | tx.c | 822 sta_id = mvmvif->deflink.bcast_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
|
| H A D | mvm.h | 315 struct iwl_mvm_int_sta bcast_sta; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | tx.c | 643 return link->bcast_sta.queue_id; in iwl_mld_get_tx_queue_id() 651 return link->bcast_sta.queue_id; in iwl_mld_get_tx_queue_id()
|
| H A D | sta.c | 1175 return iwl_mld_add_internal_sta(mld, &mld_link->bcast_sta, in iwl_mld_add_bcast_sta() 1261 iwl_mld_remove_internal_sta(mld, &mld_link->bcast_sta, true, in iwl_mld_remove_bcast_sta()
|