Home
last modified time | relevance | path

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

/netbsd-src/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)) { in txp_download_fw_section()
989 if (txp_dma_malloc(sc, sizeof(struct txp_boot_record), in txp_alloc_rings()
999 if (txp_dma_malloc(sc, sizeof(struct txp_hostvar), &sc->sc_host_dma, in txp_alloc_rings()
1010 if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) * TX_ENTRIES, in txp_alloc_rings()
1041 if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) * TX_ENTRIES, in txp_alloc_rings()
1060 if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES, in txp_alloc_rings()
1080 if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES, in txp_alloc_rings()
1100 if (txp_dma_malloc(sc, sizeof(struct txp_cmd_desc) * CMD_ENTRIES, in txp_alloc_rings()
1115 if (txp_dma_malloc(sc, sizeof(struct txp_rsp_desc) * RSP_ENTRIES, in txp_alloc_rings()
[all …]