Home
last modified time | relevance | path

Searched refs:reserve_length (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-channel-fp.c40 if (channel->reserve_length - channel->reserve_top > in __hal_channel_dtr_alloc()
44 *dtrh = channel->reserve_arr[--channel->reserve_length]; in __hal_channel_dtr_alloc()
50 channel->compl_qid, channel->reserve_length); in __hal_channel_dtr_alloc()
72 channel->reserve_length = channel->reserve_initial; in __hal_channel_dtr_alloc()
82 channel->compl_qid, channel->reserve_length, in __hal_channel_dtr_alloc()
121 channel->reserve_arr[channel->reserve_length + offset] = dtrh; in __hal_channel_dtr_restore()
126 channel->reserve_length + offset); in __hal_channel_dtr_restore()
129 channel->reserve_length += offset; in __hal_channel_dtr_restore()
133 offset, channel->reserve_length, channel->free_length); in __hal_channel_dtr_restore()
202 return ((channel->reserve_length - channel->reserve_top) + in xge_hal_channel_dtr_count()
H A Dxgehal-fifo.c277 fifo->channel.reserve_length, fifo->channel.reserve_top, in __hal_fifo_open()
283 for ( i = 0; i < fifo->channel.reserve_length; i++) { in __hal_fifo_open()
289 xge_assert(fifo->channel.reserve_length); in __hal_fifo_open()
291 max_arr_index = fifo->channel.reserve_length - 1; in __hal_fifo_open()
294 mid_point = (fifo->channel.reserve_length - fifo->channel.reserve_top)/2; in __hal_fifo_open()
303 for ( i = 0; i < fifo->channel.reserve_length; i++) { in __hal_fifo_open()
H A Dxgehal-channel.c41 if (channel->reserve_top >= channel->reserve_length) { in __hal_channel_dtr_next_reservelist()
186 channel->reserve_length = channel->reserve_initial; in __hal_channel_initialize()
367 channel->reserve_length = channel->reserve_initial; in xge_hal_channel_open()
500 xge_assert(channel->reserve_length == in xge_hal_channel_abort()
H A Dxgehal-ring.c222 dtr, channel->reserve_length, in __hal_ring_initial_replenish()
H A Dxgehal-mgmtaux.c1303 __HAL_AUX_ENTRY(key, channel->reserve_length, "%u"); in xge_hal_aux_channel_read()
1354 __HAL_AUX_ENTRY(key, channel->reserve_length, "%u"); in xge_hal_aux_channel_read()
H A Dxgehal-fifo-fp.c175 xge_assert(((xge_hal_channel_t *)channelh)->reserve_length + in __hal_fifo_txdl_restore_many()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-channel.h372 int reserve_length; member