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

/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm53xx_eth.c97 size_t txq_threshold; member in struct:bcmeth_txqueue
1314 return txq->txq_free >= txq->txq_threshold;
1418 if (txq->txq_lastintr >= txq->txq_threshold
1732 txq->txq_threshold = txq->txq_free / 2;
/netbsd-current/sys/arch/powerpc/booke/dev/
H A Dpq3etsec.c134 uint32_t txq_threshold; member in struct:pq3etsec_txqueue
1830 return txq->txq_free >= txq->txq_threshold;
1932 || txq->txq_lastintr >= txq->txq_threshold
2315 txq->txq_threshold = txq->txq_free / 2;

Completed in 203 milliseconds