Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dstrip.c276 unsigned long rx_sbytes; /* tot bytes thru serial i/f */ member
1188 unsigned long rx_sbytes = strip_info->rx_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()
2354 strip_info->rx_sbytes += count; in strip_receive_buf()