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

/freebsd-10-stable/sys/dev/fatm/
H A Dif_fatmvar.h99 struct txqueue { /* transmit queue element */ struct
210 struct fqueue txqueue; /* transmission queue */ member in struct:fatm_softc
H A Dif_fatm.c465 struct txqueue *tx;
487 tx = GET_QUEUE(sc->txqueue, struct txqueue, i);
820 init_card_queue(sc, &sc->txqueue, FATM_TX_QLEN,
821 sizeof(struct txqueue), TPD_SIZE,
1590 struct txqueue *q;
1597 q = GET_QUEUE(sc->txqueue, struct txqueue, sc->txqueue.tail);
1617 NEXT_QUEUE_ENTRY(sc->txqueue
[all...]

Completed in 139 milliseconds