Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/rtw89/
HDpci.h1356 void *txaddr_info_addr, u32 total_len,
1641 void *txaddr_info_addr, u32 total_len,
1644 void *txaddr_info_addr, u32 total_len,
1668 void *txaddr_info_addr, u32 total_len, in rtw89_chip_fill_txaddr_info() argument
1673 return info->fill_txaddr_info(rtwdev, txaddr_info_addr, total_len, in rtw89_chip_fill_txaddr_info()
HDpci.c1313 void *txaddr_info_addr, u32 total_len, in rtw89_pci_fill_txaddr_info() argument
1316 struct rtw89_pci_tx_addr_info_32 *txaddr_info = txaddr_info_addr; in rtw89_pci_fill_txaddr_info()
1332 void *txaddr_info_addr, u32 total_len, in rtw89_pci_fill_txaddr_info_v1() argument
1335 struct rtw89_pci_tx_addr_info_32_v1 *txaddr_info = txaddr_info_addr; in rtw89_pci_fill_txaddr_info_v1()
1377 void *txaddr_info_addr; in rtw89_pci_txwd_submit() local
1415 txaddr_info_addr = txwd->vaddr + txwd_len + txwp_len; in rtw89_pci_txwd_submit()
1417 txaddr_info_addr = (u8 *)txwd->vaddr + txwd_len + txwp_len; in rtw89_pci_txwd_submit()
1420 rtw89_chip_fill_txaddr_info(rtwdev, txaddr_info_addr, skb->len, in rtw89_pci_txwd_submit()