Home
last modified time | relevance | path

Searched refs:post_index (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-channel-fp.c142 xge_assert(channel->work_arr[channel->post_index] == NULL); in __hal_channel_dtr_post()
144 channel->work_arr[channel->post_index++] = dtrh; in __hal_channel_dtr_post()
147 if (channel->post_index == channel->length) in __hal_channel_dtr_post()
148 channel->post_index = 0; in __hal_channel_dtr_post()
H A Dxgehal-ring-fp.c492 ((xge_hal_ring_t *)channelh)->channel.post_index, in xge_hal_ring_dtr_pre_post()
506 if (channel->post_index != 0) { in xge_hal_ring_dtr_pre_post()
511 prev_dtrh = channel->work_arr[channel->post_index - 1]; in xge_hal_ring_dtr_pre_post()
H A Dxgehal-channel.c204 channel->post_index = 0; in __hal_channel_initialize()
369 channel->post_index = 0; in xge_hal_channel_open()
H A Dxgehal-mgmtaux.c1315 __HAL_AUX_ENTRY(key, channel->post_index, "%u"); in xge_hal_aux_channel_read()
1366 __HAL_AUX_ENTRY(key, channel->post_index, "%u"); in xge_hal_aux_channel_read()
/titanic_50/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-channel.h363 post_index; member
365 int post_index