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++;
H A Dxgehal-stats.c896 channel->stats.total_compl_cnt / txcnt;
902 channel->stats.total_compl_cnt / rxcnt;
H A Dxgehal-mgmtaux.c981 xge_os_strlcpy(dest_addr, "total_compl_cnt", dest_size);
982 __HAL_AUX_ENTRY(key, chstat.total_compl_cnt, "%u");
1018 xge_os_strlcpy(dest_addr, "total_compl_cnt", dest_size);
1019 __HAL_AUX_ENTRY(key, chstat.total_compl_cnt, "%u");
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-stats.h766 * @total_compl_cnt: Total completion count.
767 * @total_compl_cnt == (@traffic_intr_cnt * @avg_compl_per_intr_cnt).
808 u32 total_compl_cnt; member in struct:xge_hal_stats_channel_info_t

Completed in 87 milliseconds