Searched refs:txaddr_info_addr (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/ |
A D | pci.h | 798 void *txaddr_info_addr, u32 total_len, 1071 void *txaddr_info_addr, u32 total_len, 1074 void *txaddr_info_addr, u32 total_len, 1091 void *txaddr_info_addr, u32 total_len, in rtw89_chip_fill_txaddr_info() argument 1096 return info->fill_txaddr_info(rtwdev, txaddr_info_addr, total_len, in rtw89_chip_fill_txaddr_info()
|
A D | pci.c | 1141 void *txaddr_info_addr, u32 total_len, in rtw89_pci_fill_txaddr_info() argument 1144 struct rtw89_pci_tx_addr_info_32 *txaddr_info = txaddr_info_addr; in rtw89_pci_fill_txaddr_info() 1158 void *txaddr_info_addr, u32 total_len, in rtw89_pci_fill_txaddr_info_v1() argument 1161 struct rtw89_pci_tx_addr_info_32_v1 *txaddr_info = txaddr_info_addr; in rtw89_pci_fill_txaddr_info_v1() 1202 void *txaddr_info_addr; in rtw89_pci_txwd_submit() local 1233 txaddr_info_addr = txwd->vaddr + txwd_len + txwp_len; in rtw89_pci_txwd_submit() 1235 rtw89_chip_fill_txaddr_info(rtwdev, txaddr_info_addr, skb->len, in rtw89_pci_txwd_submit()
|
Completed in 15 milliseconds