Home
last modified time | relevance | path

Searched refs:vmac_stats (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_vmac.c402 statsp->vmac_stats.tx_frame_cnt += tx_frame_cnt.bits.tx_frame_cnt; in hxge_save_cntrs()
403 statsp->vmac_stats.tx_byte_cnt += tx_byte_cnt.bits.tx_byte_cnt; in hxge_save_cntrs()
404 statsp->vmac_stats.rx_frame_cnt += rx_frame_cnt.bits.rx_frame_cnt; in hxge_save_cntrs()
405 statsp->vmac_stats.rx_byte_cnt += rx_byte_cnt.bits.rx_byte_cnt; in hxge_save_cntrs()
406 statsp->vmac_stats.rx_drop_frame_cnt += in hxge_save_cntrs()
408 statsp->vmac_stats.rx_drop_byte_cnt += in hxge_save_cntrs()
410 statsp->vmac_stats.rx_crc_cnt += rx_crc_cnt.bits.rx_crc_cnt; in hxge_save_cntrs()
411 statsp->vmac_stats.rx_pause_cnt += rx_pause_cnt.bits.rx_pause_cnt; in hxge_save_cntrs()
412 statsp->vmac_stats.rx_bcast_fr_cnt += in hxge_save_cntrs()
414 statsp->vmac_stats.rx_mcast_fr_cnt += in hxge_save_cntrs()
H A Dhxge.h194 hxge_vmac_stats_t vmac_stats; /* VMAC Statistics */ member
H A Dhxge_kstats.c536 statsp = (p_hxge_vmac_stats_t)&hxgep->statsp->vmac_stats; in hxge_vmac_stat_update()