tx_total 2251 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c u16 tx_cnt, tx_total, npt; tx_total 2254 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c tx_total = wlc_lcnphy_total_tx_frames(pi); tx_total 2255 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c tx_cnt = tx_total - pi_lcn->lcnphy_tssi_tx_cnt; tx_total 2260 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c pi_lcn->lcnphy_tssi_tx_cnt = tx_total; tx_total 1445 drivers/net/wireless/ti/wl12xx/main.c fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); tx_total 142 drivers/net/wireless/ti/wl12xx/wl12xx.h __le32 tx_total; tx_total 1197 drivers/net/wireless/ti/wl18xx/main.c fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); tx_total 148 drivers/net/wireless/ti/wl18xx/wl18xx.h __le32 tx_total; tx_total 463 drivers/net/wireless/ti/wlcore/main.c avail = status->tx_total - wl->tx_allocated_blocks; tx_total 139 drivers/net/wireless/ti/wlcore/wlcore_i.h u32 tx_total; tx_total 354 drivers/parisc/led.c u64 rx_total, tx_total; tx_total 358 drivers/parisc/led.c rx_total = tx_total = 0; tx_total 372 drivers/parisc/led.c tx_total += stats->tx_packets; tx_total 383 drivers/parisc/led.c if (tx_total != tx_total_last) { tx_total 384 drivers/parisc/led.c tx_total_last = tx_total; tx_total 205 drivers/spi/spidev.c unsigned n, total, tx_total, rx_total; tx_total 221 drivers/spi/spidev.c tx_total = 0; tx_total 251 drivers/spi/spidev.c tx_total += k_tmp->len; tx_total 252 drivers/spi/spidev.c if (tx_total > bufsiz) {