Home
last modified time | relevance | path

Searched refs:tx_broadcast_frames (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_stat.c103 port_stats->tx_broadcast_frames + in oce_update_stats()
146 stats->tx_broadcast_frames.value.ul = in oce_update_stats()
147 port_stats->tx_broadcast_frames; in oce_update_stats()
279 kstat_named_init(&stats->tx_broadcast_frames, in oce_stat_init()
398 port_stats->tx_broadcast_frames + in oce_m_stat()
423 stats->tx_broadcast_frames.value.ul = in oce_m_stat()
424 port_stats->tx_broadcast_frames; in oce_m_stat()
425 *val = stats->tx_broadcast_frames.value.ul; in oce_m_stat()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_stat.h71 kstat_named_t tx_broadcast_frames; member
H A Doce_hw_eth.h546 uint32_t tx_broadcast_frames; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_niv.c317 NIV_STATS_ASSIGN_HI_LO(p_afex_stats->tx_broadcast_frames, stats.IfHCOutBroadcastPkts ); in lm_niv_chip_stats_to_niv_stats()