Searched refs:xge_list_t (Results 1 – 13 of 13) sorted by relevance
38 typedef struct xge_list_t { struct39 struct xge_list_t* prev; argument40 struct xge_list_t* next; argument41 } xge_list_t; typedef50 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 …]
76 xge_list_t item;133 xge_list_t list_head;
341 xge_list_t free_channels;342 xge_list_t fifo_channels;343 xge_list_t ring_channels;
346 xge_list_t item;
325 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()
300 xge_list_t *item; in xge_hal_channel_open()524 xge_list_t *item; in xge_hal_channel_close()
444 xge_list_t *item; in xge_hal_device_poll_rx_channels()478 xge_list_t *item; in xge_hal_device_poll_tx_channels()
460 xge_list_t *item; in __hal_fifo_hw_initialize()
605 xge_list_t *item; in __hal_ring_hw_initialize()
881 xge_list_t *item; in xge_hal_aux_stats_hal_read()1262 xge_list_t *item; in xge_hal_aux_channel_read()
975 xge_list_t *item; in __hal_stats_soft_reset()
4476 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()
883 xge_list_t *item; in xge_add_intrs()