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

/freebsd-9.3-release/sys/dev/fatm/
H A Dif_fatmvar.h204 struct fatm_mem txq_mem; /* TX descriptor queue */ member in struct:fatm_softc
H A Dif_fatm.c823 &statp, &card_stat, sc->txq_mem.mem, sc->txq_mem.paddr);
2016 H_SYNCQ_PREWRITE(&sc->txq_mem, tpd, TPD_SIZE);
2600 destroy_dma_memoryX(&sc->txq_mem);
2918 sc->txq_mem.size = FATM_TX_QLEN * TPD_SIZE;
2919 sc->txq_mem.align = 32;
2934 (error = alloc_dma_memoryX(sc, "TXQ", &sc->txq_mem)) != 0 ||
2941 (error = alloc_dma_memory(sc, "TXQ", &sc->txq_mem)) != 0 ||

Completed in 40 milliseconds