Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1582 struct rtw89_txwd_info *txwd_info; in rtw89_core_fill_txdesc() local
1591 txwd_info = (struct rtw89_txwd_info *)(txwd_body + 1); in rtw89_core_fill_txdesc()
1592 txwd_info->dword0 = rtw89_build_txwd_info0(desc_info); in rtw89_core_fill_txdesc()
1593 txwd_info->dword1 = rtw89_build_txwd_info1(desc_info); in rtw89_core_fill_txdesc()
1594 txwd_info->dword2 = rtw89_build_txwd_info2(desc_info); in rtw89_core_fill_txdesc()
1595 txwd_info->dword3 = rtw89_build_txwd_info3(desc_info); in rtw89_core_fill_txdesc()
1596 txwd_info->dword4 = rtw89_build_txwd_info4(desc_info); in rtw89_core_fill_txdesc()
1606 struct rtw89_txwd_info *txwd_info; in rtw89_core_fill_txdesc_v1() local
1621 txwd_info = (struct rtw89_txwd_info *)(txwd_body + 1); in rtw89_core_fill_txdesc_v1()
1622 txwd_info->dword0 = rtw89_build_txwd_info0_v1(desc_info); in rtw89_core_fill_txdesc_v1()
[all …]