Home
last modified time | relevance | path

Searched refs:tx_mcast_frames (Results 1 – 12 of 12) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h75 u64 tx_mcast_frames; member
Dt4vf_hw.c1239 s->tx_mcast_frames = be64_to_cpu(fwstats.tx_mcast_frames); in t4vf_get_port_stats()
Dcxgb4vf_main.c812 ns->tx_packets = (stats.tx_bcast_frames + stats.tx_mcast_frames + in cxgb4vf_get_stats()
/drivers/scsi/csiostor/
Dt4fw_api_stor.h407 __be64 tx_mcast_frames; member
Dcsio_attr.c329 be64_to_cpu(fcoe_port_stats.tx_mcast_frames) + in csio_get_stats()
Dcsio_mb.c1146 portstats->tx_mcast_frames = stats.tx_mcast_frames; in csio_mb_process_portparams_rsp()
/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h197 u64 tx_mcast_frames; /* good multicast frames */ member
Dxgmac.c636 RMON_UPDATE(mac, tx_mcast_frames, TX_MCAST); in t3_mac_update_stats()
Dcxgb3_main.c1674 *data++ = s->tx_mcast_frames; in get_stats()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h1487 __be64 tx_mcast_frames; member
1506 __be64 tx_mcast_frames; member
Dcxgb4.h111 u64 tx_mcast_frames; /* all multicast frames */ member
Dt4_hw.c2251 p->tx_mcast_frames = GET_STAT(TX_PORT_MCAST); in t4_get_port_stats()