Home
last modified time | relevance | path

Searched refs:tx_bcast_frames (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h82 u64 tx_bcast_frames; member
H A Dt4vf_hw.c1809 s->tx_bcast_frames = be64_to_cpu(fwstats.tx_bcast_frames); in t4vf_get_port_stats()
H A Dcxgb4vf_main.c922 ns->tx_packets = (stats.tx_bcast_frames + stats.tx_mcast_frames + in cxgb4vf_get_stats()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h203 u64 tx_bcast_frames; member
/linux/drivers/scsi/csiostor/
H A Dt4fw_api_stor.h405 __be64 tx_bcast_frames; member
H A Dcsio_attr.c340 fhs->tx_frames += (be64_to_cpu(fcoe_port_stats.tx_bcast_frames) + in csio_get_stats()
H A Dcsio_mb.c1073 portstats->tx_bcast_frames = stats.tx_bcast_frames; in csio_mb_process_portparams_rsp()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h197 u64 tx_bcast_frames; /* good broadcast frames */ member
H A Dxgmac.c637 RMON_UPDATE(mac, tx_bcast_frames, TX_BCAST); in t3_mac_update_stats()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c130 dev_stats->tx_bcast_frames = OTX2_GET_TX_STATS(TX_BCAST); in otx2_get_dev_stats()
133 dev_stats->tx_frames = dev_stats->tx_bcast_frames + in otx2_get_dev_stats()
H A Dotx2_ethtool.c45 OTX2_DEV_STAT(tx_bcast_frames),
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h2510 __be64 tx_bcast_frames; member
2529 __be64 tx_bcast_frames; member
H A Dt4_hw.c6357 p->tx_bcast_frames = GET_STAT(TX_PORT_BCAST); in t4_get_port_stats()