Searched refs:RTW_TX_DESC_W0_TXPKTSIZE (Results 1 – 2 of 2) sorted by relevance
25 #define RTW_TX_DESC_W0_TXPKTSIZE GENMASK(15, 0) macro
43 tx_desc->w0 = le32_encode_bits(pkt_info->tx_pkt_size, RTW_TX_DESC_W0_TXPKTSIZE) | in rtw_tx_fill_tx_desc()