Searched refs:cab_queue (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mld-sta.c | 275 mvm_link->cab_queue = IWL_MVM_DQA_GCAST_QUEUE; in iwl_mvm_mld_add_mcast_sta() 277 return iwl_mvm_mld_add_int_sta(mvm, msta, &mvm_link->cab_queue, in iwl_mvm_mld_add_mcast_sta() 415 &link->cab_queue); in iwl_mvm_mld_rm_mcast_sta()
|
| H A D | sta.c | 2589 mvmvif->deflink.cab_queue = IWL_MVM_DQA_GCAST_QUEUE; in iwl_mvm_add_mcast_sta() 2597 iwl_mvm_enable_txq(mvm, NULL, mvmvif->deflink.cab_queue, 0, in iwl_mvm_add_mcast_sta() 2600 msta->tfd_queue_msk |= BIT(mvmvif->deflink.cab_queue); in iwl_mvm_add_mcast_sta() 2621 mvmvif->deflink.cab_queue = queue; in iwl_mvm_add_mcast_sta() 2624 iwl_mvm_enable_txq(mvm, NULL, mvmvif->deflink.cab_queue, 0, in iwl_mvm_add_mcast_sta() 2702 &mvmvif->deflink.cab_queue, 0); in iwl_mvm_rm_mcast_sta()
|
| H A D | mac-ctxt.c | 315 mvmvif->deflink.cab_queue = IWL_MVM_DQA_GCAST_QUEUE; in iwl_mvm_mac_ctxt_init() 1294 ctxt_ap->mcast_qid = cpu_to_le32(mvmvif->deflink.cab_queue); in iwl_mvm_mac_ctxt_cmd_fill_ap()
|
| H A D | tx.c | 692 return link->cab_queue; in iwl_mvm_get_ctrl_vif_queue()
|
| H A D | mvm.h | 338 u16 cab_queue; member
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 847 int cab_queue; member
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | mac.c | 5389 vif->cab_queue = arvif->vdev_id % (ATH12K_HW_MAX_QUEUES - 1); in ath12k_mac_op_add_interface()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 4103 vif->cab_queue = IEEE80211_INVAL_HW_QUEUE; in lkpi_ic_vap_create()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | mac.c | 5673 vif->cab_queue = arvif->vdev_id % (IEEE80211_MAX_QUEUES - 1); in ath10k_add_interface()
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | mac.c | 6844 vif->cab_queue = arvif->vdev_id % (ATH11K_HW_MAX_QUEUES - 1); in ath11k_mac_op_add_interface()
|