HomeSort by: relevance | last modified time | path
    Searched defs:txp_dma_malloc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_txp.c 101 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(sc, sizeof(struct txp_rsp_desc) * RSP_ENTRIES
1257 txp_dma_malloc(struct txp_softc *sc, bus_size_t size, function in typeref:typename:int
    [all...]

Completed in 11 milliseconds