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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Deepro100.c79 #define TX_QUEUE_LIMIT (TX_RING_SIZE-TX_MULTICAST_RESERV) macro
81 #define TX_QUEUE_UNFULL (TX_QUEUE_LIMIT-4)
1398 if ((int)(sp->cur_tx - sp->dirty_tx) >= TX_QUEUE_LIMIT) {
1443 if ((int)(sp->cur_tx - sp->dirty_tx) >= TX_QUEUE_LIMIT) {
2100 if ((int)(sp->cur_tx - sp->dirty_tx) >= TX_QUEUE_LIMIT) {
2139 if ((int)(sp->cur_tx - sp->dirty_tx) >= TX_QUEUE_LIMIT) {
2215 if ((int)(sp->cur_tx - sp->dirty_tx) >= TX_QUEUE_LIMIT) {

Completed in 223 milliseconds