Searched refs:tfd_msk (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_util.h130 extern int iwm_mvm_flush_tx_path(struct iwm_softc *sc, uint32_t tfd_msk,
H A Dif_iwm.c3858 iwm_mvm_flush_tx_path(struct iwm_softc *sc, uint32_t tfd_msk, uint32_t flags) argument
3862 .queues_ctl = htole32(tfd_msk),
4118 uint32_t tfd_msk; local
4143 tfd_msk = 0xf;
4145 iwm_mvm_flush_tx_path(sc, tfd_msk, IWM_CMD_SYNC);
4150 // iwm_trans_wait_tx_queue_empty(sc, tfd_msk);

Completed in 159 milliseconds