Home
last modified time | relevance | path

Searched refs:tfd_queue_msk (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/iwm/
H A Dif_iwm_sta.c165 add_sta_cmd.tfd_queue_msk |= in iwm_sta_send_to_fw()
272 uint32_t tfd_queue_msk = 0; in iwm_rm_sta() local
280 tfd_queue_msk |= htole32(1 << iwm_ac_to_tx_fifo[ac]); in iwm_rm_sta()
282 ret = iwm_flush_tx_path(sc, tfd_queue_msk, IWM_CMD_SYNC); in iwm_rm_sta()
287 mvm_sta->tfd_queue_msk); in iwm_rm_sta()
326 cmd.tfd_queue_msk = htole32(sta->tfd_queue_msk); in iwm_add_int_sta_common()
357 sc->sc_aux_sta.tfd_queue_msk = (1 << IWM_AUX_QUEUE); in iwm_add_aux_sta()
H A Dif_iwmvar.h335 uint32_t tfd_queue_msk; member
H A Dif_iwmreg.h6393 uint32_t tfd_queue_msk; member
6463 uint32_t tfd_queue_msk; member
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dsta.h233 * @tfd_queue_msk: tfd queues used by this station
261 __le32 tfd_queue_msk;
314 * @tfd_queue_msk: tfd queues used by this station.
348 __le32 tfd_queue_msk;
259 __le32 tfd_queue_msk; global() member
346 __le32 tfd_queue_msk; global() member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c155 add_sta_cmd.tfd_queue_msk = in iwl_mvm_sta_send_to_fw()
156 cpu_to_le32(mvm_sta->tfd_queue_msk); in iwl_mvm_sta_send_to_fw()
342 cmd.tfd_queue_msk = cpu_to_le32(mvmsta->tfd_queue_msk); in iwl_mvm_invalidate_sta_queue()
532 mvmsta->tfd_queue_msk &= ~BIT(queue); /* Don't use this queue anymore */ in iwl_mvm_remove_sta_queue_marking()
1109 cmd.tfd_queue_msk = cpu_to_le32(mvmsta->tfd_queue_msk); in iwl_mvm_unshare_queue()
1352 tfd_queue_mask = mvmsta->tfd_queue_msk; in iwl_mvm_sta_alloc_queue()
1457 mvmsta->tfd_queue_msk |= BIT(queue); in iwl_mvm_sta_alloc_queue()
1718 cmd.tfd_queue_msk in iwl_mvm_add_int_sta_common()
[all...]
H A Dsta.h371 * @tfd_queue_msk: the tfd queues used by the station
423 u32 tfd_queue_msk;
472 * @tfd_queue_msk: the tfd queues used by the station
477 u32 tfd_queue_msk;
410 u32 tfd_queue_msk; global() member
462 u32 tfd_queue_msk; global() member
H A Dtx.c2301 u32 sta_id, tfd_queue_msk; iwl_mvm_flush_sta() local
H A Dmac-ctxt.c743 u32 tfd_queue_msk = 0; in iwl_mvm_mac_ctxt_cmd_listener()
764 tfd_queue_msk = BIT(mvm->snif_queue); in iwl_mvm_mac_ctxt_cmd_ibss()
767 ret = iwl_mvm_allocate_int_sta(mvm, &mvm->snif_sta, tfd_queue_msk, in iwl_mvm_mac_ctxt_cmd_ibss()
731 u32 tfd_queue_msk = 0; iwl_mvm_mac_ctxt_cmd_listener() local
H A Dmac80211.c5929 mvmsta->tfd_queue_msk)) in iwl_mvm_mac_sta_statistics()
5935 msk |= mvmsta->tfd_queue_msk; in iwl_mvm_mac_sta_statistics()
5968 mvmsta->tfd_queue_msk)) in iwl_mvm_event_mlme_callback()