Home
last modified time | relevance | path

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

/trueos/sys/dev/nxge/xgehal/
HDxgehal-channel-fp.c45 if (channel->reserve_length - channel->reserve_top > in __hal_channel_dtr_alloc()
49 *dtrh = channel->reserve_arr[--channel->reserve_length]; in __hal_channel_dtr_alloc()
55 channel->compl_qid, channel->reserve_length); in __hal_channel_dtr_alloc()
77 channel->reserve_length = channel->reserve_initial; in __hal_channel_dtr_alloc()
87 channel->compl_qid, channel->reserve_length, in __hal_channel_dtr_alloc()
126 channel->reserve_arr[channel->reserve_length + offset] = dtrh; in __hal_channel_dtr_restore()
131 channel->reserve_length + offset); in __hal_channel_dtr_restore()
134 channel->reserve_length += offset; in __hal_channel_dtr_restore()
138 offset, channel->reserve_length, channel->free_length); in __hal_channel_dtr_restore()
207 return ((channel->reserve_length - channel->reserve_top) + in xge_hal_channel_dtr_count()
HDxgehal-fifo.c282 fifo->channel.reserve_length, fifo->channel.reserve_top, in __hal_fifo_open()
288 for ( i = 0; i < fifo->channel.reserve_length; i++) { in __hal_fifo_open()
294 xge_assert(fifo->channel.reserve_length); in __hal_fifo_open()
296 max_arr_index = fifo->channel.reserve_length - 1; in __hal_fifo_open()
299 mid_point = (fifo->channel.reserve_length - fifo->channel.reserve_top)/2; in __hal_fifo_open()
308 for ( i = 0; i < fifo->channel.reserve_length; i++) { in __hal_fifo_open()
HDxgehal-channel.c46 if (channel->reserve_top >= channel->reserve_length) { in __hal_channel_dtr_next_reservelist()
189 channel->reserve_length = channel->reserve_initial; in __hal_channel_initialize()
370 channel->reserve_length = channel->reserve_initial; in xge_hal_channel_open()
503 xge_assert(channel->reserve_length == in xge_hal_channel_abort()
HDxgehal-ring.c227 dtr, channel->reserve_length, in __hal_ring_initial_replenish()
HDxgehal-mgmtaux.c1272 __HAL_AUX_ENTRY(key, channel->reserve_length, "%u"); in xge_hal_aux_channel_read()
1309 __HAL_AUX_ENTRY(key, channel->reserve_length, "%u"); in xge_hal_aux_channel_read()
HDxgehal-fifo-fp.c180 xge_assert(((xge_hal_channel_t *)channelh)->reserve_length + in __hal_fifo_txdl_restore_many()
/trueos/sys/dev/nxge/include/
HDxgehal-channel.h371 int reserve_length; member