Searched refs:compl_index (Results 1 – 5 of 5) sorted by relevance
157 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()
205 channel->compl_index = 0; in __hal_channel_initialize()370 channel->compl_index = 0; in xge_hal_channel_open()
725 ((xge_hal_channel_t*)ring)->compl_index, in xge_hal_ring_dtr_next_completed()
1318 __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()
355 int compl_index; member