CGEM_NUM_TX_DESCS
memset(sc->txring, 0, CGEM_NUM_TX_DESCS * sizeof(struct cgem_tx_desc));
for (i = 0; i < CGEM_NUM_TX_DESCS; i++) {
sc->txring[CGEM_NUM_TX_DESCS - 1].ctl |= CGEM_TXDESC_WRAP;
struct mbuf *txring_m[CGEM_NUM_TX_DESCS];
bus_dmamap_t txring_m_dmamap[CGEM_NUM_TX_DESCS];
if_setsendqlen(ifp, CGEM_NUM_TX_DESCS);
for (i = 0; i < CGEM_NUM_TX_DESCS; i++)
CGEM_NUM_TX_DESCS * sizeof(struct cgem_tx_desc);
for (i = 0; i < CGEM_NUM_TX_DESCS; i++) {
sc->txring[CGEM_NUM_TX_DESCS - 1].ctl |= CGEM_TXDESC_WRAP;
sc->null_qs = (void *)(sc->txring + CGEM_NUM_TX_DESCS);
CGEM_NUM_TX_DESCS * sizeof(struct cgem_tx_desc);
CGEM_NUM_TX_DESCS - TX_MAX_DMA_SEGS * 2) {
CGEM_NUM_TX_DESCS - TX_MAX_DMA_SEGS * 2) {
CGEM_NUM_TX_DESCS;