Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-channel-fp.c173 channel->stats.total_compl_cnt++; in __hal_channel_dtr_complete()
H A Dxgehal-stats.c896 channel->stats.total_compl_cnt / txcnt; in xge_hal_stats_channel()
902 channel->stats.total_compl_cnt / rxcnt; in xge_hal_stats_channel()
H A Dxgehal-mgmtaux.c982 __HAL_AUX_ENTRY(key, chstat.total_compl_cnt, "%u"); in xge_hal_aux_stats_hal_read()
1019 __HAL_AUX_ENTRY(key, chstat.total_compl_cnt, "%u"); in xge_hal_aux_stats_hal_read()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-stats.h808 u32 total_compl_cnt; member