HomeSort by: relevance | last modified time | path
    Searched refs:txp_dma_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
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;
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;
709 struct txp_dma_alloc *dma)
907 struct txp_dma_alloc *dma)
1258 struct txp_dma_alloc *dma, int mapflags)
1292 txp_dma_free(struct txp_softc *sc, struct txp_dma_alloc *dma)

Completed in 14 milliseconds