Searched refs:tx_total (Results 1 – 11 of 11) sorted by relevance
356 u64 rx_total, tx_total; in led_get_net_activity()360 rx_total = tx_total = 0; in led_get_net_activity()374 tx_total += stats->tx_packets; in led_get_net_activity()385 if (tx_total != tx_total_last) { in led_get_net_activity()386 tx_total_last = tx_total; in led_get_net_activity()
142 __le32 tx_total; member
1442 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl12xx_convert_fw_status()
148 __le32 tx_total; member
1197 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl18xx_convert_fw_status()
207 unsigned n, total, tx_total, rx_total; in spidev_message() local223 tx_total = 0; in spidev_message()258 tx_total += len_aligned; in spidev_message()259 if (tx_total > bufsiz) { in spidev_message()
139 u32 tx_total; member
456 avail = status->tx_total - wl->tx_allocated_blocks; in wlcore_fw_status()
1718 local tx_link tx_total1720 tx_total=$(stat --format=%s $out)1721 local tx_rate=$((tx_link * 100 / tx_total))
2193 u16 tx_cnt, tx_total, npt; in wlc_lcnphy_tx_pwr_update_npt() local2196 tx_total = wlc_lcnphy_total_tx_frames(pi); in wlc_lcnphy_tx_pwr_update_npt()2197 tx_cnt = tx_total - pi_lcn->lcnphy_tssi_tx_cnt; in wlc_lcnphy_tx_pwr_update_npt()2202 pi_lcn->lcnphy_tssi_tx_cnt = tx_total; in wlc_lcnphy_tx_pwr_update_npt()
67 u64 tx_total; member1534 stats->tx_bytes = raw->tx_total - stats->tx_packets * ETH_FCS_LEN; in ksz_r_mib_stats64()