Searched refs:tx_total (Results 1 – 10 of 10) sorted by relevance
148 __le32 tx_total; member208 __le32 tx_total; member
1197 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl18xx_convert_fw_status_8_9_1()1237 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl18xx_convert_fw_status_8_9_0()
142 __le32 tx_total; member
1441 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl12xx_convert_fw_status()
211 unsigned n, total, tx_total, rx_total; in spidev_message() local227 tx_total = 0; in spidev_message()262 tx_total += len_aligned; in spidev_message()263 if (tx_total > bufsiz) { in spidev_message()
139 u32 tx_total; member
542 avail = status->tx_total - wl->tx_allocated_blocks; in wlcore_fw_status()
79 u64 tx_total; member
1926 stats->tx_bytes = raw->tx_total - stats->tx_packets * ETH_FCS_LEN; in ksz_r_mib_stats64()
2143 local tx_link tx_total2145 tx_total=$(stat --format=%s $out)2146 local tx_rate=$((tx_link * 100 / tx_total))