Searched refs:rx_mcast_frames (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h97 u64 rx_mcast_frames; member in struct:t4vf_port_stats
H A Dt4vf_hw.c1821 s->rx_mcast_frames = be64_to_cpu(fwstats.rx_mcast_frames);
H A Dcxgb4vf_main.c926 ns->rx_packets = (stats.rx_bcast_frames + stats.rx_mcast_frames +
928 ns->multicast = stats.rx_mcast_frames;
/linux-master/drivers/scsi/csiostor/
H A Dt4fw_api_stor.h416 __be64 rx_mcast_frames; member in struct:fw_fcoe_stats_cmd::fw_fcoe_stats::fw_fcoe_port_stats
H A Dcsio_attr.c350 be64_to_cpu(fcoe_port_stats.rx_mcast_frames) +
H A Dcsio_mb.c1094 portstats->rx_mcast_frames = stats.rx_mcast_frames;
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnic.h187 u64 rx_mcast_frames; member in struct:nicvf_hw_stats
H A Dnicvf_main.c1672 stats->rx_mcast_frames = GET_RX_STATS(RX_MCAST);
1708 stats->rx_mcast_frames;
1730 stats->multicast = hw_stats->rx_mcast_frames;
H A Dnicvf_ethtool.c41 NICVF_HW_STAT(rx_mcast_frames),
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h220 u64 rx_mcast_frames; /* good multicast frames */ member in struct:mac_stats
H A Dxgmac.c611 RMON_UPDATE(mac, rx_mcast_frames, RX_MCAST_FRAMES);
H A Dcxgb3_main.c1501 ns->multicast = pstats->rx_mcast_frames;
1690 *data++ = s->rx_mcast_frames;
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c110 dev_stats->rx_mcast_frames = OTX2_GET_RX_STATS(RX_MCAST);
113 dev_stats->rx_mcast_frames +
138 stats->multicast = dev_stats->rx_mcast_frames;
H A Dotx2_common.h155 u64 rx_mcast_frames; member in struct:otx2_dev_stats
H A Dotx2_ethtool.c41 OTX2_DEV_STAT(rx_mcast_frames),
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h235 u64 rx_mcast_frames; /* all multicast frames */ member in struct:port_stats
H A Dt4fw_api.h2522 __be64 rx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_pf
2540 __be64 rx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_vf
H A Dt4_hw.c6388 p->rx_mcast_frames = GET_STAT(RX_PORT_MCAST);
6417 p->rx_mcast_frames -= p->rx_pause;
H A Dcxgb4_main.c3028 ns->multicast = stats.rx_mcast_frames;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c376 BNXT_RX_STATS_ENTRY(rx_mcast_frames),
H A Dbnxt_hsi.h4783 __le64 rx_mcast_frames; member in struct:rx_port_stats

Completed in 403 milliseconds