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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dstrip.c225 int tx_left; /* bytes left in XMIT queue */ member in struct:strip
908 if (strip_info->tx_left) {
909 if (strip_info->tx_left <= strip_info->tx_size)
911 strip_info->tx_left);
913 strip_info->tx_left = 0;
1046 int tx_left = strip_info->tx_left; local
1091 seq_printf(seq, " Transmit queue (bytes):%d\n", tx_left);
1267 if (strip_info->tx_left > 0) {
1270 strip_info->tx_left);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpci-skeleton.c1369 int cur_tx, dirty_tx, tx_left; local
1378 tx_left = cur_tx - dirty_tx;
1379 while (tx_left > 0) {
1427 dirty_tx = cur_tx - tx_left + 1;
1433 tx_left = cur_tx - dirty_tx;
H A Dr8169.c2420 unsigned int dirty_tx, tx_left; local
2428 tx_left = tp->cur_tx - dirty_tx;
2430 while (tx_left > 0) {
2451 tx_left--;
H A D8139too.c1745 unsigned long dirty_tx, tx_left; local
1751 tx_left = tp->cur_tx - dirty_tx;
1752 while (tx_left > 0) {
1791 tx_left--;

Completed in 120 milliseconds