Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-channel-fp.c157 xge_assert(channel->compl_index < channel->length); in __hal_channel_dtr_try_complete()
159 *dtrh = channel->work_arr[channel->compl_index]; in __hal_channel_dtr_try_complete()
167 channel->work_arr[channel->compl_index] = NULL; in __hal_channel_dtr_complete()
170 if (++channel->compl_index == channel->length) in __hal_channel_dtr_complete()
171 channel->compl_index = 0; in __hal_channel_dtr_complete()
H A Dxgehal-channel.c205 channel->compl_index = 0; in __hal_channel_initialize()
370 channel->compl_index = 0; in xge_hal_channel_open()
H A Dxgehal-ring-fp.c725 ((xge_hal_channel_t*)ring)->compl_index, in xge_hal_ring_dtr_next_completed()
H A Dxgehal-mgmtaux.c1318 __HAL_AUX_ENTRY(key, channel->compl_index, "%u"); in xge_hal_aux_channel_read()
1369 __HAL_AUX_ENTRY(key, channel->compl_index, "%u"); in xge_hal_aux_channel_read()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-channel.h355 int compl_index; member