Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/nxge/include/
Dxge-list.h43 typedef struct xge_list_t { struct
44 struct xge_list_t* prev; argument
45 struct xge_list_t* next; argument
46 } xge_list_t; typedef
55 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 …]
Dxge-queue.h81 xge_list_t item;
138 xge_list_t list_head;
Dxgehal-device.h341 xge_list_t free_channels;
342 xge_list_t fifo_channels;
343 xge_list_t ring_channels;
Dxgehal-channel.h345 xge_list_t item;
/freebsd-9-stable/sys/dev/nxge/xgehal/
Dxge-queue.c330 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()
Dxgehal-channel.c303 xge_list_t *item; in xge_hal_channel_open()
527 xge_list_t *item; in xge_hal_channel_close()
Dxgehal-device-fp.c444 xge_list_t *item; in xge_hal_device_poll_rx_channels()
476 xge_list_t *item; in xge_hal_device_poll_tx_channels()
Dxgehal-fifo.c462 xge_list_t *item; in __hal_fifo_hw_initialize()
Dxgehal-ring.c607 xge_list_t *item; in __hal_ring_hw_initialize()
Dxgehal-mgmtaux.c889 xge_list_t *item; in xge_hal_aux_stats_hal_read()
1243 xge_list_t *item; in xge_hal_aux_channel_read()
Dxgehal-stats.c973 xge_list_t *item; in __hal_stats_soft_reset()
Dxgehal-device.c4486 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()
/freebsd-9-stable/sys/dev/nxge/
Dif_nxge.c2004 xge_list_t *item = NULL; in xge_enable_msi()