Home
last modified time | relevance | path

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.h38 typedef struct xge_list_t { struct
39 struct xge_list_t* prev; argument
40 struct xge_list_t* next; argument
41 } xge_list_t; typedef
50 static inline void xge_list_init (xge_list_t *header) in xge_list_init()
64 static inline int xge_list_is_empty(xge_list_t *header) in xge_list_is_empty()
79 static inline xge_list_t *xge_list_first_get(xge_list_t *header) in xge_list_first_get()
98 static inline void xge_list_remove(xge_list_t *item) in xge_list_remove()
120 static inline void xge_list_insert (xge_list_t *new_item, in xge_list_insert()
121 xge_list_t *prev_item) in xge_list_insert()
[all …]
H A Dxge-queue.h76 xge_list_t item;
133 xge_list_t list_head;
H A Dxgehal-device.h341 xge_list_t free_channels;
342 xge_list_t fifo_channels;
343 xge_list_t ring_channels;
H A Dxgehal-channel.h346 xge_list_t item;
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c325 xge_list_t *item; in __io_queue_grow()
349 queue->list_head.next = (xge_list_t *) (void *)((char *)newbuf + in __io_queue_grow()
351 queue->list_head.prev = (xge_list_t *) (void *)((char *)newbuf + in __io_queue_grow()
358 (xge_list_t*)(void *)((char *)newbuf + in __io_queue_grow()
363 (xge_list_t*) (void *)((char *)newbuf + in __io_queue_grow()
H A Dxgehal-channel.c300 xge_list_t *item; in xge_hal_channel_open()
524 xge_list_t *item; in xge_hal_channel_close()
H A Dxgehal-device-fp.c444 xge_list_t *item; in xge_hal_device_poll_rx_channels()
478 xge_list_t *item; in xge_hal_device_poll_tx_channels()
H A Dxgehal-fifo.c460 xge_list_t *item; in __hal_fifo_hw_initialize()
H A Dxgehal-ring.c605 xge_list_t *item; in __hal_ring_hw_initialize()
H A Dxgehal-mgmtaux.c881 xge_list_t *item; in xge_hal_aux_stats_hal_read()
1262 xge_list_t *item; in xge_hal_aux_channel_read()
H A Dxgehal-stats.c975 xge_list_t *item; in __hal_stats_soft_reset()
H A Dxgehal-device.c4476 xge_list_t *item; in xge_hal_device_intr_enable()
4579 xge_list_t *item; in xge_hal_device_intr_disable()
5434 xge_list_t *item; in xge_hal_device_terminating()
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c883 xge_list_t *item; in xge_add_intrs()