Home
last modified time | relevance | path

Searched refs:tx_sbytes (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dstrip.c277 unsigned long tx_sbytes; /* tot bytes thru serial i/f */ member
1189 unsigned long tx_sbytes = strip_info->tx_sbytes; in sprintf_status_info() local
1233 p += sprintf(p, " thru serial port: \trx:\t%lu\ttx:\t%lu\n", rx_sbytes, tx_sbytes); in sprintf_status_info()
1377 strip_info->tx_sbytes += num_written; in strip_write_some_more()