Home
last modified time | relevance | path

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

/linux/drivers/parisc/
A Dled.c353 u64 rx_total, tx_total; in led_get_net_activity()
357 rx_total = tx_total = 0; in led_get_net_activity()
371 tx_total += stats->tx_packets; in led_get_net_activity()
382 if (tx_total != tx_total_last) { in led_get_net_activity()
383 tx_total_last = tx_total; in led_get_net_activity()
/linux/drivers/spi/
A Dspidev.c206 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()
/linux/drivers/net/wireless/ti/wl12xx/
A Dwl12xx.h142 __le32 tx_total; member
A Dmain.c1442 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl12xx_convert_fw_status()
/linux/drivers/net/wireless/ti/wl18xx/
A Dwl18xx.h148 __le32 tx_total; member
A Dmain.c1197 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl18xx_convert_fw_status()
/linux/drivers/net/wireless/ti/wlcore/
A Dwlcore_i.h139 u32 tx_total; member
A Dmain.c462 avail = status->tx_total - wl->tx_allocated_blocks; in wlcore_fw_status()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
A Dphy_lcn.c2193 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()
/linux/tools/testing/selftests/net/mptcp/
A Dmptcp_join.sh926 local tx_total=`ls -l $out | awk '{print $5}'`
927 local tx_rate=$((tx_link * 100 / $tx_total))

Completed in 43 milliseconds