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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c248 int tx_left; /* bytes left in XMIT queue */ member in struct:strip
985 if (strip_info->tx_left)
987 if (strip_info->tx_left <= strip_info->tx_size)
988 memcpy(strip_info->tx_buff, strip_info->tx_head, strip_info->tx_left);
991 strip_info->tx_left = 0;
1145 int tx_left = strip_info->tx_left; local
1190 p += sprintf(p, " Transmit queue (bytes):%d\n", tx_left);
1335 if (strip_info->tx_left > 0)
1352 int num_written = tty->driver.write(tty, 0, strip_info->tx_head, strip_info->tx_left);
[all...]
H A Dpci-skeleton.c1381 int cur_tx, dirty_tx, tx_left; local
1390 tx_left = cur_tx - dirty_tx;
1391 while (tx_left > 0) {
1439 dirty_tx = cur_tx - tx_left + 1;
1445 tx_left = cur_tx - dirty_tx;
H A D8139too.c1712 unsigned long dirty_tx, tx_left; local
1719 tx_left = tp->cur_tx - dirty_tx;
1720 while (tx_left > 0) {
1758 tx_left--;

Completed in 100 milliseconds