Home
last modified time | relevance | path

Searched refs:tx_total (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/ti/wl18xx/
H A Dwl18xx.h148 __le32 tx_total; member
208 __le32 tx_total; member
H A Dmain.c1197 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()
/linux/drivers/net/wireless/ti/wl12xx/
H A Dwl12xx.h142 __le32 tx_total; member
H A Dmain.c1441 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl12xx_convert_fw_status()
/linux/drivers/spi/
H A Dspidev.c211 unsigned n, total, tx_total, rx_total; in spidev_message() local
227 tx_total = 0; in spidev_message()
262 tx_total += len_aligned; in spidev_message()
263 if (tx_total > bufsiz) { in spidev_message()
/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h139 u32 tx_total; member
H A Dmain.c542 avail = status->tx_total - wl->tx_allocated_blocks; in wlcore_fw_status()
/linux/drivers/net/dsa/microchip/
H A Dksz_common.h79 u64 tx_total; member
H A Dksz_common.c1926 stats->tx_bytes = raw->tx_total - stats->tx_packets * ETH_FCS_LEN; in ksz_r_mib_stats64()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh2143 local tx_link tx_total
2145 tx_total=$(stat --format=%s $out)
2146 local tx_rate=$((tx_link * 100 / tx_total))