Searched refs:wil_tx_desc (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.h | 472 union wil_tx_desc { union 488 union wil_tx_desc tx;
|
H A D | txrx.c | 171 static void wil_txdesc_unmap(struct device *dev, union wil_tx_desc *desc, in wil_txdesc_unmap() 227 wil_txdesc_unmap(dev, (union wil_tx_desc *)d, ctx); in wil_vring_free() 1094 static int wil_tx_desc_map(union wil_tx_desc *desc, dma_addr_t pa, in wil_tx_desc_map() 1826 wil->txrx_ops.tx_desc_map((union wil_tx_desc *)hdr_desc, pa, in __wil_tx_vring_tso() 1894 wil->txrx_ops.tx_desc_map((union wil_tx_desc *)d, in __wil_tx_vring_tso() 2018 wil_txdesc_unmap(dev, (union wil_tx_desc *)d, ctx); in __wil_tx_vring_tso() 2069 wil->txrx_ops.tx_desc_map((union wil_tx_desc *)d, pa, len, in __wil_tx_ring() 2105 wil->txrx_ops.tx_desc_map((union wil_tx_desc *)d, in __wil_tx_ring() 2175 (union wil_tx_desc *)d, in __wil_tx_ring() 2486 (union wil_tx_desc *)d, in wil_tx_complete()
|
H A D | txrx_edma.c | 28 union wil_tx_desc *desc, in wil_tx_desc_unmap_edma() 466 wil_tx_desc_unmap_edma(dev, (union wil_tx_desc *)d, ctx); in wil_ring_free_edma() 1118 static int wil_tx_desc_map_edma(union wil_tx_desc *desc, in wil_tx_desc_map_edma() 1247 (union wil_tx_desc *)d, in wil_tx_sring_handler() 1380 wil->txrx_ops.tx_desc_map((union wil_tx_desc *)d, pa, in wil_tx_tso_gen_desc() 1539 wil_tx_desc_unmap_edma(dev, (union wil_tx_desc *)d, ctx); in __wil_tx_ring_tso_edma()
|
H A D | wil6210.h | 35 union wil_tx_desc; 602 int (*tx_desc_map)(union wil_tx_desc *desc, dma_addr_t pa, 605 union wil_tx_desc *desc,
|