Searched refs:txaddr_info_addr (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/net/wireless/realtek/rtw89/ |
| D | pci.h | 779 void *txaddr_info_addr, u32 total_len, 1056 void *txaddr_info_addr, u32 total_len, 1059 void *txaddr_info_addr, u32 total_len, 1076 void *txaddr_info_addr, u32 total_len, in rtw89_chip_fill_txaddr_info() argument 1081 return info->fill_txaddr_info(rtwdev, txaddr_info_addr, total_len, in rtw89_chip_fill_txaddr_info()
|
| D | pci.c | 1118 void *txaddr_info_addr, u32 total_len, in rtw89_pci_fill_txaddr_info() argument 1121 struct rtw89_pci_tx_addr_info_32 *txaddr_info = txaddr_info_addr; in rtw89_pci_fill_txaddr_info() 1135 void *txaddr_info_addr, u32 total_len, in rtw89_pci_fill_txaddr_info_v1() argument 1138 struct rtw89_pci_tx_addr_info_32_v1 *txaddr_info = txaddr_info_addr; in rtw89_pci_fill_txaddr_info_v1() 1179 void *txaddr_info_addr; in rtw89_pci_txwd_submit() local 1210 txaddr_info_addr = txwd->vaddr + txwd_len + txwp_len; in rtw89_pci_txwd_submit() 1212 rtw89_chip_fill_txaddr_info(rtwdev, txaddr_info_addr, skb->len, in rtw89_pci_txwd_submit()
|