Searched refs:tx_total (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/parisc/ |
| H A D | led.c | 353 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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_ra.c | 1598 u16 tx_total; in halbb_get_txsts_rpt() local 1640 tx_total = txsts_i->tx_total_l + (txsts_i->tx_total_m << 8); in halbb_get_txsts_rpt() 1641 if ((0xffffffff - ra_sta_i->tx_total_cnt) > tx_total) in halbb_get_txsts_rpt() 1642 ra_sta_i->tx_total_cnt += tx_total; in halbb_get_txsts_rpt() 1643 BB_DBG(bb, DBG_RA, "====> GetTxSts : TxTotal = %d\n", tx_total); in halbb_get_txsts_rpt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_ra.c | 1598 u16 tx_total; in halbb_get_txsts_rpt() local 1640 tx_total = txsts_i->tx_total_l + (txsts_i->tx_total_m << 8); in halbb_get_txsts_rpt() 1641 if ((0xffffffff - ra_sta_i->tx_total_cnt) > tx_total) in halbb_get_txsts_rpt() 1642 ra_sta_i->tx_total_cnt += tx_total; in halbb_get_txsts_rpt() 1643 BB_DBG(bb, DBG_RA, "====> GetTxSts : TxTotal = %d\n", tx_total); in halbb_get_txsts_rpt()
|
| /OK3568_Linux_fs/kernel/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()
|