Home
last modified time | relevance | path

Searched refs:IWM_TX_CMD_FLG_SEQ_CTL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/iwm/
H A Dif_iwm_scan.c767 req->tx_cmd[0].tx_flags = htole32(IWM_TX_CMD_FLG_SEQ_CTL | in iwm_lmac_scan()
774 req->tx_cmd[1].tx_flags = htole32(IWM_TX_CMD_FLG_SEQ_CTL | in iwm_lmac_scan()
H A Dif_iwmreg.h4805 * @IWM_TX_CMD_FLG_SEQ_CTL: set if FW should override the sequence control.
4835 #define IWM_TX_CMD_FLG_SEQ_CTL (1 << 13)
4831 #define IWM_TX_CMD_FLG_SEQ_CTL global() macro
H A Dif_iwm.c3850 flags |= IWM_TX_CMD_FLG_BT_DIS | IWM_TX_CMD_FLG_SEQ_CTL; in iwm_tx()