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

/netbsd-current/sys/dev/pci/
H A Dif_txp.c101 static int txp_dma_malloc(struct txp_softc *, bus_size_t, struct txp_dma_alloc *, int);
573 if (txp_dma_malloc(sc, le32toh(sect->nbytes), &dma, 0)) {
989 if (txp_dma_malloc(sc, sizeof(struct txp_boot_record),
999 if (txp_dma_malloc(sc, sizeof(struct txp_hostvar), &sc->sc_host_dma,
1010 if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) * TX_ENTRIES,
1041 if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) * TX_ENTRIES,
1060 if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES,
1080 if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES,
1100 if (txp_dma_malloc(sc, sizeof(struct txp_cmd_desc) * CMD_ENTRIES,
1115 if (txp_dma_malloc(s
1257 txp_dma_malloc(struct txp_softc *sc, bus_size_t size, function
[all...]

Completed in 587 milliseconds