Home
last modified time | relevance | path

Searched refs:RTW_TX_DESC_W8_EN_HWSEQ (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/rtw88/
H A Dtx.h55 #define RTW_TX_DESC_W8_EN_HWSEQ BIT(15) macro
H A Dtx.c76 tx_desc->w8 = le32_encode_bits(pkt_info->en_hwseq, RTW_TX_DESC_W8_EN_HWSEQ); in rtw_tx_fill_tx_desc()