rx_total          342 drivers/net/wireless/ath/carl9170/carl9170.h 		u64 rx_total;
rx_total          186 drivers/net/wireless/ath/carl9170/cmd.c 		ar->tally.rx_total += le32_to_cpu(tally.rx_total);
rx_total          310 drivers/net/wireless/ath/carl9170/fwcmd.h 	__le32 rx_total;
rx_total          354 drivers/parisc/led.c 	u64 rx_total, tx_total;
rx_total          358 drivers/parisc/led.c 	rx_total = tx_total = 0;
rx_total          371 drivers/parisc/led.c 	    rx_total += stats->rx_packets;
rx_total          378 drivers/parisc/led.c 	if (rx_total != rx_total_last) {
rx_total          379 drivers/parisc/led.c 		rx_total_last = rx_total;
rx_total          205 drivers/spi/spidev.c 	unsigned		n, total, tx_total, rx_total;
rx_total          222 drivers/spi/spidev.c 	rx_total = 0;
rx_total          241 drivers/spi/spidev.c 			rx_total += k_tmp->len;
rx_total          242 drivers/spi/spidev.c 			if (rx_total > bufsiz) {