Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1130 u8 tid, tid_indicate; in rtw89_core_tx_update_data_info() local
1134 tid_indicate = rtw89_core_get_tid_indicate(rtwdev, tid); in rtw89_core_tx_update_data_info()
1139 desc_info->tid_indicate = tid_indicate; in rtw89_core_tx_update_data_info()
1517 u32 dword = FIELD_PREP(RTW89_TXWD_BODY2_TID_INDICATE, desc_info->tid_indicate) | in rtw89_build_txwd_body2()
1712 u32 dword = FIELD_PREP(BE_TXD_BODY2_TID_IND, desc_info->tid_indicate) | in rtw89_build_txwd_body2_v2()
1724 u32 dword = FIELD_PREP(BE_TXD_BODY2_TID_IND_V1, desc_info->tid_indicate) | in rtw89_build_txwd_body2_v3()
H A Dcore.h1265 bool tid_indicate; member