HomeSort by: relevance | last modified time | path
    Searched refs:txq_pendq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
if_gfevar.h 67 struct ifqueue txq_pendq; /* these are ready to go to the GT */ member in struct:gfe_txqueue
if_gfe.c 701 if (IF_QFULL(&sc->sc_txq[GE_TXPRIO_HI].txq_pendq))
710 IF_ENQUEUE(&sc->sc_txq[GE_TXPRIO_HI].txq_pendq, m);
1200 if (txq == NULL || (m = txq->txq_pendq.ifq_head) == NULL) {
1334 IF_DEQUEUE(&txq->txq_pendq, m);
1500 txq->txq_pendq.ifq_maxlen = 10;

Completed in 13 milliseconds