Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h69 u64 rx_mcast_frames; member
Dt4vf_hw.c1244 s->rx_mcast_frames = be64_to_cpu(fwstats.rx_mcast_frames); in t4vf_get_port_stats()
Dcxgb4vf_main.c801 ns->rx_packets = (stats.rx_bcast_frames + stats.rx_mcast_frames + in cxgb4vf_get_stats()
803 ns->multicast = stats.rx_mcast_frames; in cxgb4vf_get_stats()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h1005 __be64 rx_mcast_frames; member
1023 __be64 rx_mcast_frames; member
Dcxgb4.h115 u64 rx_mcast_frames; /* all multicast frames */ member
Dt4_hw.c1865 p->rx_mcast_frames = GET_STAT(RX_PORT_MCAST); in t4_get_port_stats()
Dcxgb4_main.c2714 ns->multicast = stats.rx_mcast_frames; in cxgb_get_stats()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h222 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.c1496 ns->multicast = pstats->rx_mcast_frames; in cxgb_get_stats()
1686 *data++ = s->rx_mcast_frames; in get_stats()