Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/net/wireless/ti/wl18xx/
H A Dwl18xx.h148 __le32 tx_total; member
H A Dmain.c1197 fw_status->tx_total = le32_to_cpu(int_fw_status->tx_total); in wl18xx_convert_fw_status()
/openbmc/linux/drivers/spi/
H A Dspidev.c217 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()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h139 u32 tx_total; member
H A Dmain.c456 avail = status->tx_total - wl->tx_allocated_blocks; in wlcore_fw_status()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1904 local tx_link tx_total
1906 tx_total=$(stat --format=%s $out)
1907 local tx_rate=$((tx_link * 100 / tx_total))
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H 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()
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz_common.c71 u64 tx_total; member
1669 stats->tx_bytes = raw->tx_total - stats->tx_packets * ETH_FCS_LEN; in ksz_r_mib_stats64()