Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Dcore.c1055 struct rtw89_txwd_body *txwd_body = (struct rtw89_txwd_body *)txdesc; in rtw89_core_fill_txdesc() local
1058 txwd_body->dword0 = rtw89_build_txwd_body0(desc_info); in rtw89_core_fill_txdesc()
1059 txwd_body->dword2 = rtw89_build_txwd_body2(desc_info); in rtw89_core_fill_txdesc()
1060 txwd_body->dword3 = rtw89_build_txwd_body3(desc_info); in rtw89_core_fill_txdesc()
1065 txwd_info = (struct rtw89_txwd_info *)(txwd_body + 1); in rtw89_core_fill_txdesc()
1078 struct rtw89_txwd_body_v1 *txwd_body = (struct rtw89_txwd_body_v1 *)txdesc; in rtw89_core_fill_txdesc_v1() local
1081 txwd_body->dword0 = rtw89_build_txwd_body0_v1(desc_info); in rtw89_core_fill_txdesc_v1()
1082 txwd_body->dword1 = rtw89_build_txwd_body1_v1(desc_info); in rtw89_core_fill_txdesc_v1()
1083 txwd_body->dword2 = rtw89_build_txwd_body2(desc_info); in rtw89_core_fill_txdesc_v1()
1084 txwd_body->dword3 = rtw89_build_txwd_body3(desc_info); in rtw89_core_fill_txdesc_v1()
[all …]