Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1641 struct rtw89_txwd_body *txwd_body = (struct rtw89_txwd_body *)txdesc; in rtw89_core_fill_txdesc() local
1644 txwd_body->dword0 = rtw89_build_txwd_body0(desc_info); in rtw89_core_fill_txdesc()
1645 txwd_body->dword2 = rtw89_build_txwd_body2(desc_info); in rtw89_core_fill_txdesc()
1646 txwd_body->dword3 = rtw89_build_txwd_body3(desc_info); in rtw89_core_fill_txdesc()
1651 txwd_info = (struct rtw89_txwd_info *)(txwd_body + 1); in rtw89_core_fill_txdesc()
1665 struct rtw89_txwd_body_v1 *txwd_body = (struct rtw89_txwd_body_v1 *)txdesc; in rtw89_core_fill_txdesc_v1() local
1668 txwd_body->dword0 = rtw89_build_txwd_body0_v1(desc_info); in rtw89_core_fill_txdesc_v1()
1669 txwd_body->dword1 = rtw89_build_txwd_body1_v1(desc_info); in rtw89_core_fill_txdesc_v1()
1670 txwd_body->dword2 = rtw89_build_txwd_body2(desc_info); in rtw89_core_fill_txdesc_v1()
1671 txwd_body->dword3 = rtw89_build_txwd_body3(desc_info); in rtw89_core_fill_txdesc_v1()
[all …]