Searched refs:head_ptr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c61 if (queue->head_ptr == elem) {
62 queue->head_ptr = (char *)queue->head_ptr + real_size;
69 (u64)(ulong_t)queue->head_ptr,
82 (u64)(ulong_t)queue->head_ptr,
94 (u64)(ulong_t)queue->head_ptr,
100 xge_assert(queue->tail_ptr >= queue->head_ptr);
103 xge_assert(queue->head_ptr >= queue->start_ptr &&
104 queue->head_ptr < queue->end_ptr);
111 queue->head_ptr
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-queue.h98 * @head_ptr: Points to the head of the queue. It gets changed during queue
127 void *head_ptr; member in struct:xge_queue_t

Completed in 74 milliseconds