txp_dma_malloc
if (txp_dma_malloc(sc, sizeof(u_int32_t), &sc->sc_zero_dma,
if (txp_dma_malloc(sc, letoh32(sect->nbytes), &dma, 0)) {
if (txp_dma_malloc(sc, sizeof(struct txp_boot_record), &sc->sc_boot_dma,
if (txp_dma_malloc(sc, sizeof(struct txp_hostvar), &sc->sc_host_dma,
if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) * TX_ENTRIES,
if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) * TX_ENTRIES,
if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES,
int txp_dma_malloc(struct txp_softc *, bus_size_t, struct txp_dma_alloc *, int);
if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES,
if (txp_dma_malloc(sc, sizeof(struct txp_cmd_desc) * CMD_ENTRIES,
if (txp_dma_malloc(sc, sizeof(struct txp_rsp_desc) * RSP_ENTRIES,
if (txp_dma_malloc(sc, sizeof(struct txp_rxbuf_desc) * RXBUF_ENTRIES,