Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcore.c1201 struct rtw89_txwd_body *txwd_body = (struct rtw89_txwd_body *)txdesc; in rtw89_core_fill_txdesc() local
1204 txwd_body->dword0 = rtw89_build_txwd_body0(desc_info); in rtw89_core_fill_txdesc()
1205 txwd_body->dword2 = rtw89_build_txwd_body2(desc_info); in rtw89_core_fill_txdesc()
1206 txwd_body->dword3 = rtw89_build_txwd_body3(desc_info); in rtw89_core_fill_txdesc()
1211 txwd_info = (struct rtw89_txwd_info *)(txwd_body + 1); in rtw89_core_fill_txdesc()
1224 struct rtw89_txwd_body_v1 *txwd_body = (struct rtw89_txwd_body_v1 *)txdesc; in rtw89_core_fill_txdesc_v1() local
1227 txwd_body->dword0 = rtw89_build_txwd_body0_v1(desc_info); in rtw89_core_fill_txdesc_v1()
1228 txwd_body->dword1 = rtw89_build_txwd_body1_v1(desc_info); in rtw89_core_fill_txdesc_v1()
1229 txwd_body->dword2 = rtw89_build_txwd_body2(desc_info); in rtw89_core_fill_txdesc_v1()
1230 txwd_body->dword3 = rtw89_build_txwd_body3(desc_info); in rtw89_core_fill_txdesc_v1()
[all …]