txp_dma_malloc 107 dev/pci/if_txp.c int txp_dma_malloc(struct txp_softc *, bus_size_t, struct txp_dma_alloc *, int);
txp_dma_malloc 515 dev/pci/if_txp.c if (txp_dma_malloc(sc, letoh32(sect->nbytes), &dma, 0)) {
txp_dma_malloc 929 dev/pci/if_txp.c if (txp_dma_malloc(sc, sizeof(struct txp_boot_record), &sc->sc_boot_dma,
txp_dma_malloc 939 dev/pci/if_txp.c if (txp_dma_malloc(sc, sizeof(struct txp_hostvar), &sc->sc_host_dma,
txp_dma_malloc 950 dev/pci/if_txp.c if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) * TX_ENTRIES,
txp_dma_malloc 977 dev/pci/if_txp.c if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) * TX_ENTRIES,
txp_dma_malloc 992 dev/pci/if_txp.c if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES,
txp_dma_malloc 1009 dev/pci/if_txp.c if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES,
txp_dma_malloc 1026 dev/pci/if_txp.c if (txp_dma_malloc(sc, sizeof(struct txp_cmd_desc) * CMD_ENTRIES,
txp_dma_malloc 1040 dev/pci/if_txp.c if (txp_dma_malloc(sc, sizeof(struct txp_rsp_desc) * RSP_ENTRIES,
txp_dma_malloc 1054 dev/pci/if_txp.c if (txp_dma_malloc(sc, sizeof(struct txp_rxbuf_desc) * RXBUF_ENTRIES,
txp_dma_malloc 1111 dev/pci/if_txp.c if (txp_dma_malloc(sc, sizeof(u_int32_t), &sc->sc_zero_dma,