Home
last modified time | relevance | path

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

/drivers/parisc/
Dled.c354 u64 rx_total, tx_total; in led_get_net_activity()
358 rx_total = tx_total = 0; in led_get_net_activity()
372 tx_total += stats->tx_packets; in led_get_net_activity()
383 if (tx_total != tx_total_last) { in led_get_net_activity()
384 tx_total_last = tx_total; in led_get_net_activity()
/drivers/spi/
Dspidev.c205 unsigned n, total, tx_total, rx_total; in spidev_message() local
221 tx_total = 0; in spidev_message()
251 tx_total += k_tmp->len; in spidev_message()
252 if (tx_total > bufsiz) { in spidev_message()
/drivers/net/wireless/ti/wl12xx/
Dwl12xx.h142 __le32 tx_total; member
Dmain.c1445 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl12xx_convert_fw_status()
/drivers/net/wireless/ti/wl18xx/
Dwl18xx.h148 __le32 tx_total; member
Dmain.c1197 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl18xx_convert_fw_status()
/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h139 u32 tx_total; member
Dmain.c463 avail = status->tx_total - wl->tx_allocated_blocks; in wlcore_fw_status()
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c2251 u16 tx_cnt, tx_total, npt; in wlc_lcnphy_tx_pwr_update_npt() local
2254 tx_total = wlc_lcnphy_total_tx_frames(pi); in wlc_lcnphy_tx_pwr_update_npt()
2255 tx_cnt = tx_total - pi_lcn->lcnphy_tssi_tx_cnt; in wlc_lcnphy_tx_pwr_update_npt()
2260 pi_lcn->lcnphy_tssi_tx_cnt = tx_total; in wlc_lcnphy_tx_pwr_update_npt()