Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/realtek/rtw89/
Dpci.h799 void *txaddr_info_addr, u32 total_len,
1072 void *txaddr_info_addr, u32 total_len,
1075 void *txaddr_info_addr, u32 total_len,
1092 void *txaddr_info_addr, u32 total_len, in rtw89_chip_fill_txaddr_info() argument
1097 return info->fill_txaddr_info(rtwdev, txaddr_info_addr, total_len, in rtw89_chip_fill_txaddr_info()
Dpci.c1140 void *txaddr_info_addr, u32 total_len, in rtw89_pci_fill_txaddr_info() argument
1143 struct rtw89_pci_tx_addr_info_32 *txaddr_info = txaddr_info_addr; in rtw89_pci_fill_txaddr_info()
1157 void *txaddr_info_addr, u32 total_len, in rtw89_pci_fill_txaddr_info_v1() argument
1160 struct rtw89_pci_tx_addr_info_32_v1 *txaddr_info = txaddr_info_addr; in rtw89_pci_fill_txaddr_info_v1()
1201 void *txaddr_info_addr; in rtw89_pci_txwd_submit() local
1234 txaddr_info_addr = txwd->vaddr + txwd_len + txwp_len; in rtw89_pci_txwd_submit()
1236 rtw89_chip_fill_txaddr_info(rtwdev, txaddr_info_addr, skb->len, in rtw89_pci_txwd_submit()