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.c1642 struct rtw89_txwd_info *txwd_info; in rtw89_core_fill_txdesc() local
1651 txwd_info = (struct rtw89_txwd_info *)(txwd_body + 1); in rtw89_core_fill_txdesc()
1652 txwd_info->dword0 = rtw89_build_txwd_info0(desc_info); in rtw89_core_fill_txdesc()
1653 txwd_info->dword1 = rtw89_build_txwd_info1(desc_info); in rtw89_core_fill_txdesc()
1654 txwd_info->dword2 = rtw89_build_txwd_info2(desc_info); in rtw89_core_fill_txdesc()
1655 txwd_info->dword3 = rtw89_build_txwd_info3(desc_info); in rtw89_core_fill_txdesc()
1656 txwd_info->dword4 = rtw89_build_txwd_info4(desc_info); in rtw89_core_fill_txdesc()
1666 struct rtw89_txwd_info *txwd_info; in rtw89_core_fill_txdesc_v1() local
1681 txwd_info = (struct rtw89_txwd_info *)(txwd_body + 1); in rtw89_core_fill_txdesc_v1()
1682 txwd_info->dword0 = rtw89_build_txwd_info0_v1(desc_info); in rtw89_core_fill_txdesc_v1()
[all …]