Searched refs:zfHpGetMaxTxdCount (Results 1 - 5 of 5) 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.h119 #define TXQL (zfHpGetMaxTxdCount(dev) - zfHpGetFreeTxdCount(dev))
138 (2 == ac)? (zfHpGetMaxTxdCount(dev)*1/4): \
139 (0 == ac)? (zfHpGetMaxTxdCount(dev)*2/4): \
140 (zfHpGetMaxTxdCount(dev)*3/4))
H A Dcpsmgr.c196 if ( zfHpGetFreeTxdCount(dev) != zfHpGetMaxTxdCount(dev) )
245 if ( zfHpGetFreeTxdCount(dev) != zfHpGetMaxTxdCount(dev) )
H A Dcfunc.h394 u32_t zfHpGetMaxTxdCount(zdev_t* dev);
H A Dctxrx.c3835 if (freeTxd >= (zfHpGetMaxTxdCount(dev)*1/4))
3865 if (freeTxd >= (zfHpGetMaxTxdCount(dev)*2/4))
3884 if (freeTxd >= (zfHpGetMaxTxdCount(dev)*3/4))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpusb.c1394 u32_t zfHpGetMaxTxdCount(zdev_t* dev) function

Completed in 102 milliseconds