Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wl18xx/
H A Dwl18xx.h148 __le32 tx_total; member
208 __le32 tx_total; member
/linux/drivers/net/wireless/ti/wl12xx/
H A Dwl12xx.h142 __le32 tx_total; member
H A Dmain.c1442 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl12xx_convert_fw_status()
/linux/drivers/spi/
H A Dspidev.c212 unsigned n, total, tx_total, rx_total; in spidev_message() local
228 tx_total = 0; in spidev_message()
263 tx_total += len_aligned; in spidev_message()
264 if (tx_total > bufsiz) { in spidev_message()
/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h139 u32 tx_total; member
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh2075 local tx_link tx_total
2077 tx_total=$(stat --format=%s $out)
2078 local tx_rate=$((tx_link * 100 / tx_total))