Home
last modified time | relevance | path

Searched refs:xge_hal_fifo_txdl_priv_t (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/nxge/xgehal/
HDxgehal-fifo-fp.c33 __HAL_STATIC_FIFO __HAL_INLINE_FIFO xge_hal_fifo_txdl_priv_t*
37 xge_hal_fifo_txdl_priv_t *txdl_priv; in __hal_fifo_txdl_priv()
40 txdl_priv = (xge_hal_fifo_txdl_priv_t *) in __hal_fifo_txdl_priv()
59 xge_hal_fifo_txdl_priv_t *txdl_priv; in __hal_fifo_dtr_post_single()
137 xge_hal_fifo_txdl_priv_t *current_txdl_priv; in __hal_fifo_txdl_free_many()
138 xge_hal_fifo_txdl_priv_t *next_txdl_priv; in __hal_fifo_txdl_free_many()
176 xge_hal_fifo_txdl_priv_t *current_txdl_priv; in __hal_fifo_txdl_restore_many()
177 xge_hal_fifo_txdl_priv_t *next_txdl_priv; in __hal_fifo_txdl_restore_many()
217 sizeof(xge_hal_fifo_txdl_priv_t); in xge_hal_fifo_dtr_private()
234 xge_hal_fifo_txdl_priv_t *txdl_priv; in xge_hal_fifo_dtr_buffer_cnt()
[all …]
HDxgehal-fifo.c43 xge_hal_fifo_txdl_priv_t *txdl_priv; in __hal_fifo_mempool_item_alloc()
48 txdl_priv = (xge_hal_fifo_txdl_priv_t *) \ in __hal_fifo_mempool_item_alloc()
113 xge_hal_fifo_txdl_priv_t *txdl_priv; in __hal_fifo_mempool_item_free()
120 txdl_priv = (xge_hal_fifo_txdl_priv_t *) \ in __hal_fifo_mempool_item_free()
231 fifo->priv_size = sizeof(xge_hal_fifo_txdl_priv_t) + in __hal_fifo_open()
495 xge_hal_fifo_txdl_priv_t *txdl_priv; in __hal_fifo_dtr_align_free_unmap()
526 xge_hal_fifo_txdl_priv_t *txdl_priv; in __hal_fifo_dtr_align_alloc_map()
/freebsd-11-stable/sys/dev/nxge/include/
HDxgehal-fifo.h222 typedef struct xge_hal_fifo_txdl_priv_t { struct
239 struct xge_hal_fifo_txdl_priv_t *next_txdl_priv; argument
248 } xge_hal_fifo_txdl_priv_t; typedef
279 __HAL_STATIC_FIFO __HAL_INLINE_FIFO xge_hal_fifo_txdl_priv_t*