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

/freebsd-9.3-release/sys/dev/en/
H A Dmidwayvar.h118 struct ifqueue indma; /* mbufs waiting for DMA now */ member in struct:en_txslot
132 struct ifqueue indma; /* mbufs being dma'd now */ member in struct:en_rxslot
H A Dmidway.c808 _IF_ENQUEUE(&slot->indma, tx.m);
1210 KASSERT (_IF_QLEN(&slot->indma) == 0 && _IF_QLEN(&slot->q) == 0,
1294 if (_IF_QLEN(&vc->rxslot->indma) == 0 &&
1360 _IF_DEQUEUE(&rx->indma, m);
1381 _IF_DEQUEUE(&sc->txslot[lcv].indma, m);
1701 * that some DTQs are now free. it also means some indma
1733 _IF_DEQUEUE(&sc->txslot[slot].indma, m);
1814 _IF_DEQUEUE(&slot->indma, m);
1831 if (_IF_QLEN(&slot->indma) == 0 && _IF_QLEN(&slot->q) == 0 &&
2358 _IF_ENQUEUE(&slot->indma,
[all...]

Completed in 94 milliseconds