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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Depic100.c54 #define TX_QUEUE_LEN 240 /* Limit ring entries actually used. */ macro
971 if (free_count < TX_QUEUE_LEN/2) {/* Typical path */
973 } else if (free_count == TX_QUEUE_LEN/2) {
975 } else if (free_count < TX_QUEUE_LEN - 1) {
1068 if (ep->tx_full && cur_tx - dirty_tx < TX_QUEUE_LEN - 4) {
H A Dsundance.c69 #define TX_QUEUE_LEN (TX_RING_SIZE - 1) /* Limit ring entries actually used. */ macro
950 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) {
1054 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 1
1244 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) {
H A Dvia-rhine.c67 #define TX_QUEUE_LEN 10 /* Limit ring entries actually used. */ macro
1276 if (rp->cur_tx == rp->dirty_tx + TX_QUEUE_LEN)
1418 if ((rp->cur_tx - rp->dirty_tx) < TX_QUEUE_LEN - 4)
H A Ddl2k.h39 #define TX_QUEUE_LEN (TX_RING_SIZE - 1) /* Limit ring entries actually used.*/ macro
H A Ddl2k.c635 < TX_QUEUE_LEN - 1 && np->speed != 10) {
738 < TX_QUEUE_LEN - 1 || np->speed == 10)) {
H A Dnatsemi.c103 #define TX_QUEUE_LEN 10 /* Limit ring entries actually used, min 4. */ macro
2110 if (np->cur_tx - np->dirty_tx >= TX_QUEUE_LEN - 1) {
2112 if (np->cur_tx - np->dirty_tx >= TX_QUEUE_LEN - 1)
2169 && np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dwinbond-840.c93 #define TX_QUEUE_LEN 10 /* Limit ring entries actually used. */ macro
1041 if (np->cur_tx - np->dirty_tx > TX_QUEUE_LEN ||

Completed in 139 milliseconds