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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c278 unsigned long rx_ebytes; /* tot stat/err bytes */ member in struct:strip
1169 unsigned long rx_ebytes = strip_info->rx_ebytes; local
1213 p += sprintf(p, " Total stat/err bytes:\trx:\t%lu\ttx:\t%lu\n", rx_ebytes, tx_ebytes);
2274 strip_info->rx_ebytes += (end - ptr);
2277 strip_info->rx_ebytes += (end - ptr);
2280 strip_info->rx_ebytes += (end - ptr);
2283 strip_info->rx_ebytes += (end - ptr);

Completed in 42 milliseconds