Searched refs:xge_list_t (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-list.h32 * struct xge_list_t - List item.
38 typedef struct xge_list_t { struct
39 struct xge_list_t* prev;
40 struct xge_list_t* next;
41 } xge_list_t; typedef in typeref:struct:xge_list_t
48 * See also: xge_list_t{}.
50 static inline void xge_list_init (xge_list_t *header)
62 * See also: xge_list_t{}.
64 static inline int xge_list_is_empty(xge_list_t *header)
77 * See also: xge_list_remove(), xge_list_insert(), xge_list_t{}
[all...]
H A Dxge-queue.h76 xge_list_t item;
133 xge_list_t list_head;
H A Dxgehal-channel.h346 xge_list_t item;
H A Dxgehal-device.h341 xge_list_t free_channels;
342 xge_list_t fifo_channels;
343 xge_list_t ring_channels;
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c325 xge_list_t *item;
349 queue->list_head.next = (xge_list_t *) (void *)((char *)newbuf +
351 queue->list_head.prev = (xge_list_t *) (void *)((char *)newbuf +
358 (xge_list_t*)(void *)((char *)newbuf +
363 (xge_list_t*) (void *)((char *)newbuf +
H A Dxgehal-channel.c300 xge_list_t *item;
524 xge_list_t *item;
H A Dxgehal-device-fp.c444 xge_list_t *item;
478 xge_list_t *item;
H A Dxgehal-fifo.c460 xge_list_t *item;
H A Dxgehal-ring.c605 xge_list_t *item;
H A Dxgehal-mgmtaux.c881 xge_list_t *item;
1262 xge_list_t *item;
H A Dxgehal-stats.c975 xge_list_t *item;
H A Dxgehal-device.c4476 xge_list_t *item;
4579 xge_list_t *item;
5434 xge_list_t *item;
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c883 xge_list_t *item;

Completed in 96 milliseconds