Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcore.c1202 struct rtw89_txwd_info *txwd_info; in rtw89_core_fill_txdesc() local
1211 txwd_info = (struct rtw89_txwd_info *)(txwd_body + 1); in rtw89_core_fill_txdesc()
1212 txwd_info->dword0 = rtw89_build_txwd_info0(desc_info); in rtw89_core_fill_txdesc()
1213 txwd_info->dword1 = rtw89_build_txwd_info1(desc_info); in rtw89_core_fill_txdesc()
1214 txwd_info->dword2 = rtw89_build_txwd_info2(desc_info); in rtw89_core_fill_txdesc()
1215 txwd_info->dword4 = rtw89_build_txwd_info4(desc_info); in rtw89_core_fill_txdesc()
1225 struct rtw89_txwd_info *txwd_info; in rtw89_core_fill_txdesc_v1() local
1240 txwd_info = (struct rtw89_txwd_info *)(txwd_body + 1); in rtw89_core_fill_txdesc_v1()
1241 txwd_info->dword0 = rtw89_build_txwd_info0_v1(desc_info); in rtw89_core_fill_txdesc_v1()
1242 txwd_info->dword1 = rtw89_build_txwd_info1(desc_info); in rtw89_core_fill_txdesc_v1()
[all …]