Searched refs:tx_rbytes (Results 1 – 1 of 1) sorted by relevance
275 unsigned long tx_rbytes; /* bytes thru radio i/f */ member1187 unsigned long tx_rbytes = strip_info->tx_rbytes; in sprintf_status_info() local1232 p += sprintf(p, " thru radio: \trx:\t%lu\ttx:\t%lu\n", rx_rbytes, tx_rbytes); in sprintf_status_info()1515 strip_info->tx_rbytes += ptr - strip_info->tx_buff; in strip_send()