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

/freebsd-9.3-release/sys/dev/fatm/
H A Dif_fatmvar.h105 struct rxqueue { /* receive queue element */ struct
211 struct fqueue rxqueue; /* receive queue */ member in struct:fatm_softc
H A Dif_fatm.c825 init_card_queue(sc, &sc->rxqueue, FATM_RX_QLEN,
826 sizeof(struct rxqueue), RPD_SIZE,
1256 struct rxqueue *q;
1323 q = GET_QUEUE(sc->rxqueue, struct rxqueue, i);
1477 struct rxqueue *q;
1490 q = GET_QUEUE(sc->rxqueue, struct rxqueue, sc->rxqueue.tail);
1580 NEXT_QUEUE_ENTRY(sc->rxqueue
[all...]

Completed in 108 milliseconds