Searched refs:txp_dma_alloc (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | if_txpreg.h | 530 struct txp_dma_alloc { struct 592 struct txp_dma_alloc sc_boot_dma, sc_host_dma, sc_zero_dma; 593 struct txp_dma_alloc sc_rxhiring_dma, sc_rxloring_dma; 594 struct txp_dma_alloc sc_txhiring_dma, sc_txloring_dma; 595 struct txp_dma_alloc sc_cmdring_dma, sc_rspring_dma; 596 struct txp_dma_alloc sc_rxbufring_dma;
|
H A D | if_txp.c | 100 static void txp_dma_free(struct txp_softc *, struct txp_dma_alloc *); 101 static int txp_dma_malloc(struct txp_softc *, bus_size_t, struct txp_dma_alloc *, int); 119 struct txp_dma_alloc *); 122 struct txp_dma_alloc *); 547 struct txp_dma_alloc dma; in txp_download_fw_section() 709 struct txp_dma_alloc *dma) in txp_rx_reclaim() 907 struct txp_dma_alloc *dma) in txp_tx_reclaim() 1258 struct txp_dma_alloc *dma, int mapflags) in txp_dma_malloc() 1292 txp_dma_free(struct txp_softc *sc, struct txp_dma_alloc *dma) in txp_dma_free()
|