Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1_reg.h84 uint32_t tx_bcast_frames; member
H A Datge_l1e_reg.h291 uint32_t tx_bcast_frames; member
H A Datge_l1.c492 stat->tx_bcast_frames += smb->tx_bcast_frames; in atge_l1_gather_stats()
523 atgep->atge_brdcstxmt += smb->tx_bcast_frames; in atge_l1_gather_stats()
H A Datge_l1c.c599 stat->tx_bcast_frames += smb->tx_bcast_frames; in atge_l1c_gather_stats()
630 atgep->atge_brdcstxmt += smb->tx_bcast_frames; in atge_l1c_gather_stats()
H A Datge_l1e.c758 stat->tx_bcast_frames += smb->tx_bcast_frames; in atge_l1e_gather_stats()
790 atgep->atge_brdcstxmt += smb->tx_bcast_frames; in atge_l1e_gather_stats()
H A Datge_l1c_reg.h111 uint32_t tx_bcast_frames; member
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h135 u64 tx_bcast_frames; /* all broadcast frames */ member
H A Dt4_hw.c6757 p->tx_bcast_frames = GET_STAT(TX_PORT_BCAST); in t4_get_port_stats()
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h2099 uint32_t tx_bcast_frames; member
H A Dyge.c2893 stats->tx_bcast_frames += YGE_READ_MIB32(pnum, GM_TXF_BC_OK); in yge_stats_update()
2975 *val = stats->tx_bcast_frames; in yge_m_stat()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h6974 __be64 tx_bcast_frames; member
6993 __be64 tx_bcast_frames; member
9139 __be64 tx_bcast_frames; member
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c989 "%64llu\n", stats[i].tx_bcast_frames); in view_macstats()