Searched refs:txaddr_info_addr (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | pci.h | 799 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()
|
H 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 1235 txaddr_info_addr = txwd->vaddr + txwd_len + txwp_len; in rtw89_pci_txwd_submit() 1237 rtw89_chip_fill_txaddr_info(rtwdev, txaddr_info_addr, skb->len, in rtw89_pci_txwd_submit()
|