Searched refs:xge_list_t (Results 1 – 13 of 13) sorted by relevance
43 typedef struct xge_list_t { struct44 struct xge_list_t* prev; argument45 struct xge_list_t* next; argument46 } xge_list_t; typedef55 static inline void xge_list_init (xge_list_t *header) in xge_list_init()69 static inline int xge_list_is_empty(xge_list_t *header) in xge_list_is_empty()84 static inline xge_list_t *xge_list_first_get(xge_list_t *header) in xge_list_first_get()103 static inline void xge_list_remove(xge_list_t *item) in xge_list_remove()125 static inline void xge_list_insert (xge_list_t *new_item, in xge_list_insert()126 xge_list_t *prev_item) in xge_list_insert()[all …]
81 xge_list_t item;138 xge_list_t list_head;
341 xge_list_t free_channels;342 xge_list_t fifo_channels;343 xge_list_t ring_channels;
345 xge_list_t item;
330 xge_list_t *item; in __io_queue_grow()354 queue->list_head.next = (xge_list_t *) (void *)((char *)newbuf + in __io_queue_grow()356 queue->list_head.prev = (xge_list_t *) (void *)((char *)newbuf + in __io_queue_grow()363 (xge_list_t*)(void *)((char *)newbuf + in __io_queue_grow()368 (xge_list_t*) (void *)((char *)newbuf + in __io_queue_grow()
303 xge_list_t *item; in xge_hal_channel_open()527 xge_list_t *item; in xge_hal_channel_close()
444 xge_list_t *item; in xge_hal_device_poll_rx_channels()476 xge_list_t *item; in xge_hal_device_poll_tx_channels()
462 xge_list_t *item; in __hal_fifo_hw_initialize()
607 xge_list_t *item; in __hal_ring_hw_initialize()
889 xge_list_t *item; in xge_hal_aux_stats_hal_read()1243 xge_list_t *item; in xge_hal_aux_channel_read()
973 xge_list_t *item; in __hal_stats_soft_reset()
4486 xge_list_t *item; in xge_hal_device_intr_enable()4585 xge_list_t *item; in xge_hal_device_intr_disable()5439 xge_list_t *item; in xge_hal_device_terminating()
2004 xge_list_t *item = NULL; in xge_enable_msi()