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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcagg.c713 u16_t txq_threshold; local
727 if(wd->txq_threshold)
728 txq_threshold = wd->txq_threshold;
730 txq_threshold = AGG_MIN_TXQL;
734 while (zfHpGetFreeTxdCount(dev) > 20 && (TXQL < txq_threshold || tid_tx)) {
736 //while (TXQL < txq_threshold) {
H A Dstruct.h1263 u16_t txq_threshold; member in struct:zsWlanDev

Completed in 174 milliseconds