Searched refs:total_posts (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-stats.c912 if (channel->stats.total_posts) {
915 channel->stats.total_posts;
920 channel->stats.total_posts);
H A Dxgehal-fifo-fp.c122 fifo->channel.stats.total_posts++;
H A Dxgehal-mgmtaux.c1021 xge_os_strlcpy(dest_addr, "total_posts", dest_size);
1022 __HAL_AUX_ENTRY(key, chstat.total_posts, "%u");
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-stats.h768 * @total_posts: Total number of descriptor postings on the channel.
780 * Calculated as @total_buffers/@total_posts.
787 * @total_posts.
809 u32 total_posts; member in struct:xge_hal_stats_channel_info_t

Completed in 153 milliseconds