Home
last modified time | relevance | path

Searched refs:xge_hal_fifo_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo-fp.c51 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in __hal_fifo_dtr_post_single()
264 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_fifo_dtr_reserve_many()
437 ((xge_hal_fifo_t *)channelh)->config->max_frags; in xge_hal_fifo_dtr_reserve()
502 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_fifo_dtr_post()
556 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_fifo_dtr_post_many()
651 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_fifo_dtr_next_completed()
733 int max_frags = ((xge_hal_fifo_t *)channelh)->config->max_frags; in xge_hal_fifo_dtr_free()
837 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_fifo_dtr_buffer_set_aligned()
928 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_fifo_dtr_buffer_append()
969 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_fifo_dtr_buffer_finalize()
[all …]
H A Dxgehal-fifo.c40 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)userdata; in __hal_fifo_mempool_item_alloc()
110 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)userdata; in __hal_fifo_mempool_item_free()
154 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in __hal_fifo_open()
315 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in __hal_fifo_close()
494 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in __hal_fifo_dtr_align_free_unmap()
525 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in __hal_fifo_dtr_align_alloc_map()
H A Dxgehal-channel.c107 size = sizeof(xge_hal_fifo_t); in __hal_channel_allocate()
147 size = sizeof(xge_hal_fifo_t); in __hal_channel_free()
H A Dxgehal-device-fp.c110 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_device_bar1_set()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-fifo.h154 typedef struct xge_hal_fifo_t { struct
166 } __xge_os_attr_cacheline_aligned xge_hal_fifo_t; argument
253 return ((xge_hal_fifo_t *)channelh)->config->max_frags; in xge_hal_fifo_get_max_frags_cnt()