/kernel/linux/linux-5.10/drivers/parisc/ |
H A D | led.c | 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()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spidev.c | 206 unsigned n, total, tx_total, rx_total; in spidev_message() local 222 tx_total = 0; in spidev_message() 257 tx_total += len_aligned; in spidev_message() 258 if (tx_total > bufsiz) { in spidev_message()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
H A D | wl18xx.h | 148 __le32 tx_total; member
|
H A D | main.c | 1197 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl18xx_convert_fw_status()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
H A D | wl12xx.h | 142 __le32 tx_total; member
|
H A D | main.c | 1442 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl12xx_convert_fw_status()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
H A D | wl18xx.h | 148 __le32 tx_total; member
|
H A D | main.c | 1197 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl18xx_convert_fw_status()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/ |
H A D | wl12xx.h | 142 __le32 tx_total; member
|
H A D | main.c | 1442 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl12xx_convert_fw_status()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spidev.c | 217 unsigned n, total, tx_total, rx_total; in spidev_message() local 233 tx_total = 0; in spidev_message() 268 tx_total += len_aligned; in spidev_message() 269 if (tx_total > bufsiz) { in spidev_message()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | wlcore_i.h | 139 u32 tx_total; member
|
H A D | main.c | 462 avail = status->tx_total - wl->tx_allocated_blocks; in wlcore_fw_status()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | wlcore_i.h | 139 u32 tx_total; member
|
H A D | main.c | 456 avail = status->tx_total - wl->tx_allocated_blocks; in wlcore_fw_status()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 1901 local tx_link tx_total 1903 tx_total=$(stat --format=%s $out) 1904 local tx_rate=$((tx_link * 100 / tx_total))
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_lcn.c | 2193 u16 tx_cnt, tx_total, npt; in wlc_lcnphy_tx_pwr_update_npt() local 2196 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_lcn.c | 2193 u16 tx_cnt, tx_total, npt; in wlc_lcnphy_tx_pwr_update_npt() local 2196 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()
|
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 71 u64 tx_total; member 184 { 0x81, "tx_total" }, 1669 stats->tx_bytes = raw->tx_total - stats->tx_packets * ETH_FCS_LEN; in ksz_r_mib_stats64()
|