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

/freebsd-current/sys/dev/iwm/
H A Dif_iwm_sta.c165 add_sta_cmd.tfd_queue_msk |=
272 uint32_t tfd_queue_msk = 0; local
280 tfd_queue_msk |= htole32(1 << iwm_ac_to_tx_fifo[ac]);
282 ret = iwm_flush_tx_path(sc, tfd_queue_msk, IWM_CMD_SYNC);
287 mvm_sta->tfd_queue_msk);
326 cmd.tfd_queue_msk = htole32(sta->tfd_queue_msk);
357 sc->sc_aux_sta.tfd_queue_msk = (1 << IWM_AUX_QUEUE);
H A Dif_iwmvar.h335 uint32_t tfd_queue_msk; member in struct:iwm_int_sta
H A Dif_iwmreg.h6365 * @tfd_queue_msk: tfd queues used by this station
6393 uint32_t tfd_queue_msk; member in struct:iwm_add_sta_cmd_v7
6429 * @tfd_queue_msk: tfd queues used by this station.
6463 uint32_t tfd_queue_msk; member in struct:iwm_add_sta_cmd
/freebsd-current/sys/contrib/dev/iwlwifi/fw/api/
H A Dsta.h231 * @tfd_queue_msk: tfd queues used by this station
259 __le32 tfd_queue_msk; member in struct:iwl_mvm_add_sta_cmd_v7
312 * @tfd_queue_msk: tfd queues used by this station.
346 __le32 tfd_queue_msk; member in struct:iwl_mvm_add_sta_cmd
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c155 add_sta_cmd.tfd_queue_msk =
156 cpu_to_le32(mvm_sta->tfd_queue_msk);
342 cmd.tfd_queue_msk = cpu_to_le32(mvmsta->tfd_queue_msk);
532 mvmsta->tfd_queue_msk &= ~BIT(queue); /* Don't use this queue anymore */
1123 cmd.tfd_queue_msk = cpu_to_le32(mvmsta->tfd_queue_msk);
1366 tfd_queue_mask = mvmsta->tfd_queue_msk;
1471 mvmsta->tfd_queue_msk |= BIT(queue);
1704 cmd.tfd_queue_msk
[all...]
H A Dsta.h359 * @tfd_queue_msk: the tfd queues used by the station
410 u32 tfd_queue_msk; member in struct:iwl_mvm_sta
457 * @tfd_queue_msk: the tfd queues used by the station
462 u32 tfd_queue_msk; member in struct:iwl_mvm_int_sta
H A Dtx.c2301 u32 sta_id, tfd_queue_msk; local
2307 tfd_queue_msk = int_sta->tfd_queue_msk;
2312 tfd_queue_msk = mvm_sta->tfd_queue_msk;
2318 return iwl_mvm_flush_tx_path(mvm, tfd_queue_msk);
H A Dmac-ctxt.c731 u32 tfd_queue_msk = 0; local
752 tfd_queue_msk = BIT(mvm->snif_queue);
755 ret = iwl_mvm_allocate_int_sta(mvm, &mvm->snif_sta, tfd_queue_msk,
H A Dmac80211.c5668 msk |= mvmsta->tfd_queue_msk;

Completed in 367 milliseconds