Searched refs:tx_total (Results 1 – 6 of 6) sorted by relevance
148 __le32 tx_total; member208 __le32 tx_total; member
142 __le32 tx_total; member
1442 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl12xx_convert_fw_status()
212 unsigned n, total, tx_total, rx_total; in spidev_message() local228 tx_total = 0; in spidev_message()263 tx_total += len_aligned; in spidev_message()264 if (tx_total > bufsiz) { in spidev_message()
139 u32 tx_total; member
2075 local tx_link tx_total2077 tx_total=$(stat --format=%s $out)2078 local tx_rate=$((tx_link * 100 / tx_total))