Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/cxgb4vf/
Dt4vf_common.h54 u64 tx_bcast_frames; member
Dt4vf_hw.c1233 s->tx_bcast_frames = be64_to_cpu(fwstats.tx_bcast_frames); in t4vf_get_port_stats()
Dcxgb4vf_main.c808 ns->tx_packets = (stats.tx_bcast_frames + stats.tx_mcast_frames + in cxgb4vf_get_stats()
/linux-2.6.39/drivers/net/cxgb4/
Dt4fw_api.h993 __be64 tx_bcast_frames; member
1012 __be64 tx_bcast_frames; member
Dcxgb4.h88 u64 tx_bcast_frames; /* all broadcast frames */ member
Dt4_hw.c1840 p->tx_bcast_frames = GET_STAT(TX_PORT_BCAST); in t4_get_port_stats()
/linux-2.6.39/drivers/net/cxgb3/
Dcommon.h199 u64 tx_bcast_frames; /* good broadcast frames */ member
Dxgmac.c637 RMON_UPDATE(mac, tx_bcast_frames, TX_BCAST); in t3_mac_update_stats()
Dcxgb3_main.c1649 *data++ = s->tx_bcast_frames; in get_stats()