Searched refs:total_compl_cnt (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-channel-fp.c178 channel->stats.total_compl_cnt++;
H A Dxgehal-stats.c894 channel->stats.total_compl_cnt / txcnt;
900 channel->stats.total_compl_cnt / rxcnt;
H A Dxgehal-mgmtaux.c979 xge_os_strcpy(key+6, "total_compl_cnt");
980 __HAL_AUX_ENTRY(key, chstat.total_compl_cnt, "%u");
1008 xge_os_strcpy(key+6, "total_compl_cnt");
1009 __HAL_AUX_ENTRY(key, chstat.total_compl_cnt, "%u");
/freebsd-10.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-channel.h365 channel->stats->total_compl_cnt++;
H A Dvxgehal-mgmtaux.c1264 __HAL_AUX_ENTRY(prefix"total_compl_cnt",\
1265 (common)->total_compl_cnt, "%u");\
H A Dvxgehal-virtualpath.c10461 vpath->sw_stats->fifo_stats.common_stats.total_compl_cnt / intrcnt;
10470 vpath->sw_stats->ring_stats.common_stats.total_compl_cnt / intrcnt;
/freebsd-10.3-release/sys/dev/nxge/include/
H A Dxgehal-stats.h771 * @total_compl_cnt: Total completion count.
772 * @total_compl_cnt == (@traffic_intr_cnt * @avg_compl_per_intr_cnt).
813 u32 total_compl_cnt; member in struct:xge_hal_stats_channel_info_t
/freebsd-10.3-release/sys/dev/vxge/include/
H A Dvxgehal-stats.h1682 * @total_compl_cnt: Total completion count.
1683 * @total_compl_cnt == (@traffic_intr_cnt * @avg_compl_per_intr_cnt).
1698 u32 total_compl_cnt; member in struct:vxge_hal_vpath_stats_sw_common_info_t

Completed in 172 milliseconds