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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Depic100.c54 #define TX_QUEUE_LEN 240 /* Limit ring entries actually used. */ macro
977 if (free_count < TX_QUEUE_LEN/2) {/* Typical path */
979 } else if (free_count == TX_QUEUE_LEN/2) {
981 } else if (free_count < TX_QUEUE_LEN - 1) {
1073 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
975 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) {
1077 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 1 &&
1266 np->cur_tx - np->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 Dvia-rhine.c72 #define TX_QUEUE_LEN 10 /* Limit ring entries actually used. */ macro
1291 if (rp->cur_tx == rp->dirty_tx + TX_QUEUE_LEN)
1431 if ((rp->cur_tx - rp->dirty_tx) < TX_QUEUE_LEN - 4)
H A Ddl2k.c642 < TX_QUEUE_LEN - 1 && np->speed != 10) {
748 < TX_QUEUE_LEN - 1 || np->speed == 10)) {
H A Dnatsemi.c103 #define TX_QUEUE_LEN 10 /* Limit ring entries actually used, min 4. */ macro
2107 if (np->cur_tx - np->dirty_tx >= TX_QUEUE_LEN - 1) {
2109 if (np->cur_tx - np->dirty_tx >= TX_QUEUE_LEN - 1)
2164 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Depic100.c54 #define TX_QUEUE_LEN 240 /* Limit ring entries actually used. */ macro
977 if (free_count < TX_QUEUE_LEN/2) {/* Typical path */
979 } else if (free_count == TX_QUEUE_LEN/2) {
981 } else if (free_count < TX_QUEUE_LEN - 1) {
1073 if (ep->tx_full && cur_tx - 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 Dsundance.c69 #define TX_QUEUE_LEN (TX_RING_SIZE - 1) /* Limit ring entries actually used. */ macro
975 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) {
1077 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 1 &&
1266 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) {
H A Dvia-rhine.c72 #define TX_QUEUE_LEN 10 /* Limit ring entries actually used. */ macro
1291 if (rp->cur_tx == rp->dirty_tx + TX_QUEUE_LEN)
1431 if ((rp->cur_tx - rp->dirty_tx) < TX_QUEUE_LEN - 4)
H A Ddl2k.c642 < TX_QUEUE_LEN - 1 && np->speed != 10) {
748 < TX_QUEUE_LEN - 1 || np->speed == 10)) {
H A Dnatsemi.c103 #define TX_QUEUE_LEN 10 /* Limit ring entries actually used, min 4. */ macro
2107 if (np->cur_tx - np->dirty_tx >= TX_QUEUE_LEN - 1) {
2109 if (np->cur_tx - np->dirty_tx >= TX_QUEUE_LEN - 1)
2164 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/tulip/
H A Dwinbond-840.c93 #define TX_QUEUE_LEN 10 /* Limit ring entries actually used. */ macro
1046 if (np->cur_tx - np->dirty_tx > TX_QUEUE_LEN ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/tulip/
H A Dwinbond-840.c93 #define TX_QUEUE_LEN 10 /* Limit ring entries actually used. */ macro
1046 if (np->cur_tx - np->dirty_tx > TX_QUEUE_LEN ||

Completed in 134 milliseconds