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);
159 *dtrh = channel->work_arr[channel->compl_index];
167 channel->work_arr[channel->compl_index] = NULL;
170 if (++channel->compl_index == channel->length)
171 channel->compl_index = 0;
H A Dxgehal-channel.c205 channel->compl_index = 0;
370 channel->compl_index = 0;
H A Dxgehal-ring-fp.c724 "compl_index %d post_qid %d t_code %d rxd 0x"XGE_OS_LLXFMT,
725 ((xge_hal_channel_t*)ring)->compl_index,
H A Dxgehal-mgmtaux.c1317 xge_os_strlcpy(dest_addr, "compl_index", dest_size);
1318 __HAL_AUX_ENTRY(key, channel->compl_index, "%u");
1368 xge_os_strlcpy(dest_addr, "compl_index", dest_size);
1369 __HAL_AUX_ENTRY(key, channel->compl_index, "%u");
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-channel.h270 * @compl_index: Completion index. At any point in time points on the
355 int compl_index; member in struct:__anon6597

Completed in 64 milliseconds