Home
last modified time | relevance | path

Searched refs:use_rate (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.c63 le32_encode_bits(pkt_info->use_rate, RTW_TX_DESC_W3_USE_RATE) | in rtw_tx_fill_tx_desc()
288 pkt_info->use_rate = true; in rtw_tx_pkt_info_update_rate()
398 pkt_info->use_rate = true; in rtw_tx_data_pkt_info_update()
H A Dmain.h622 bool use_rate; member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c870 desc_info->use_rate = true; in rtw89_core_tx_update_mgmt_info()
1177 desc_info->use_rate = true; in rtw89_core_tx_update_injection()
1494 u32 dword = FIELD_PREP(RTW89_TXWD_BODY7_USE_RATE_V1, desc_info->use_rate) | in rtw89_build_txwd_body7_v1()
1504 u32 dword = FIELD_PREP(RTW89_TXWD_INFO0_USE_RATE, desc_info->use_rate) | in rtw89_build_txwd_info0()
1719 u32 dword = FIELD_PREP(BE_TXD_BODY7_USERATE_SEL, desc_info->use_rate) | in rtw89_build_txwd_body7_v2()
H A Dcore.h1213 bool use_rate; member