Searched refs:txp_dma_alloc (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txpreg.h527 struct txp_dma_alloc { struct
586 struct txp_dma_alloc sc_boot_dma, sc_host_dma, sc_zero_dma;
587 struct txp_dma_alloc sc_rxhiring_dma, sc_rxloring_dma;
588 struct txp_dma_alloc sc_txhiring_dma, sc_txloring_dma;
589 struct txp_dma_alloc sc_cmdring_dma, sc_rspring_dma;
590 struct txp_dma_alloc sc_rxbufring_dma;
H A Dif_txp.c104 void txp_dma_free(struct txp_softc *, struct txp_dma_alloc *);
105 int txp_dma_malloc(struct txp_softc *, bus_size_t, struct txp_dma_alloc *, int);
124 struct txp_dma_alloc *);
127 struct txp_dma_alloc *);
525 struct txp_dma_alloc dma;
654 txp_rx_reclaim(struct txp_softc *sc, struct txp_rx_ring *r, struct txp_dma_alloc *dma)
854 txp_tx_reclaim(struct txp_softc *sc, struct txp_tx_ring *r, struct txp_dma_alloc *dma)
1190 txp_dma_malloc(struct txp_softc *sc, bus_size_t size, struct txp_dma_alloc *dma, int mapflags)
1224 txp_dma_free(struct txp_softc *sc, struct txp_dma_alloc *dma)

Completed in 78 milliseconds