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

  /src/sys/dev/marvell/
if_gfevar.h 73 unsigned int txq_nactive; /* number of active descriptors */ member in struct:gfe_txqueue
if_gfe.c 1209 if (GE_TXDESC_MAX == txq->txq_nactive + 2) {
1245 txq->txq_nactive--;
1269 if (txq->txq_nactive > 0 && txq->txq_outptr <= txq->txq_inptr &&
1327 txq->txq_nactive++;
1368 while (txq->txq_nactive > 0) {
1378 if (txq->txq_nactive == 1) {
1430 --txq->txq_nactive;
1432 if (txq->txq_nactive != 0)
1434 device_xname(sc->sc_dev), txprio, txq->txq_nactive);
1502 txq->txq_nactive = 0
    [all...]

Completed in 37 milliseconds