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

  /src/sys/dev/marvell/
if_gfevar.h 101 unsigned int rxq_active; /* # of descriptors given to GT */ member in struct:gfe_rxqueue
if_gfe.c 809 rxq->rxq_active = GE_RXDESC_MAX;
874 while (rxq->rxq_active > 0) {
905 --rxq->rxq_active;
933 --rxq->rxq_active;
972 rxq->rxq_active++;

Completed in 12 milliseconds