Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1174 txwd_body->dword0 = rtw89_build_txwd_body0(desc_info); in rtw89_core_fill_txdesc()
1175 txwd_body->dword2 = rtw89_build_txwd_body2(desc_info); in rtw89_core_fill_txdesc()
1176 txwd_body->dword3 = rtw89_build_txwd_body3(desc_info); in rtw89_core_fill_txdesc()
1181 txwd_info = (struct rtw89_txwd_info *)(txwd_body + 1); in rtw89_core_fill_txdesc()
1197 txwd_body->dword0 = rtw89_build_txwd_body0_v1(desc_info); in rtw89_core_fill_txdesc_v1()
1198 txwd_body->dword1 = rtw89_build_txwd_body1_v1(desc_info); in rtw89_core_fill_txdesc_v1()
1199 txwd_body->dword2 = rtw89_build_txwd_body2(desc_info); in rtw89_core_fill_txdesc_v1()
1200 txwd_body->dword3 = rtw89_build_txwd_body3(desc_info); in rtw89_core_fill_txdesc_v1()
1202 txwd_body->dword4 = rtw89_build_txwd_body4(desc_info); in rtw89_core_fill_txdesc_v1()
1203 txwd_body->dword5 = rtw89_build_txwd_body5(desc_info); in rtw89_core_fill_txdesc_v1()
[all …]