Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h95 u64 rx_mcast_frames; member
Dt4vf_hw.c1413 s->rx_mcast_frames = be64_to_cpu(fwstats.rx_mcast_frames); in t4vf_get_port_stats()
Dcxgb4vf_main.c853 ns->rx_packets = (stats.rx_bcast_frames + stats.rx_mcast_frames + in cxgb4vf_get_stats()
855 ns->multicast = stats.rx_mcast_frames; in cxgb4vf_get_stats()
/linux-4.1.27/drivers/scsi/csiostor/
Dt4fw_api_stor.h416 __be64 rx_mcast_frames; member
Dcsio_attr.c338 be64_to_cpu(fcoe_port_stats.rx_mcast_frames) + in csio_get_stats()
Dcsio_mb.c1090 portstats->rx_mcast_frames = stats.rx_mcast_frames; in csio_mb_process_portparams_rsp()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h220 u64 rx_mcast_frames; /* good multicast frames */ member
Dxgmac.c611 RMON_UPDATE(mac, rx_mcast_frames, RX_MCAST_FRAMES); in t3_mac_update_stats()
Dcxgb3_main.c1500 ns->multicast = pstats->rx_mcast_frames; in cxgb_get_stats()
1690 *data++ = s->rx_mcast_frames; in get_stats()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h135 u64 rx_mcast_frames; /* all multicast frames */ member
Dt4fw_api.h2104 __be64 rx_mcast_frames; member
2122 __be64 rx_mcast_frames; member
Dt4_hw.c3498 p->rx_mcast_frames = GET_STAT(RX_PORT_MCAST); in t4_get_port_stats()
Dcxgb4_main.c2883 ns->multicast = stats.rx_mcast_frames; in cxgb_get_stats()