Searched refs:SET_TX_DESC_RATE_ID (Results 1 – 4 of 4) sorted by relevance
22 #define SET_TX_DESC_RATE_ID(txdesc, value) \ macro
45 SET_TX_DESC_RATE_ID(txdesc, pkt_info->rate_id); in rtw_tx_fill_tx_desc()
674 SET_TX_DESC_RATE_ID(pdesc, ptcb_desc->ratr_index); in rtl92de_tx_fill_desc()677 SET_TX_DESC_RATE_ID(pdesc, 0xC + ptcb_desc->ratr_index); in rtl92de_tx_fill_desc()729 SET_TX_DESC_RATE_ID(pdesc, 7); in rtl92de_tx_fill_cmddesc()
99 #define SET_TX_DESC_RATE_ID(__pdesc, __val) \ macro