Home
last modified time | relevance | path

Searched refs:xge_hal_fifo_txd_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo-fp.c31 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t*)dtrh; in __hal_fifo_txdl_priv()
53 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh; in __hal_fifo_dtr_post_single()
130 xge_hal_fifo_txd_t *txdp, int list_size, int frags) in __hal_fifo_txdl_free_many()
169 xge_hal_fifo_txd_t *txdp, int txdl_count) in __hal_fifo_txdl_restore_many()
209 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh; in xge_hal_fifo_dtr_private()
261 xge_hal_fifo_txd_t *curr_txdp = NULL; in xge_hal_fifo_dtr_reserve_many()
262 xge_hal_fifo_txd_t *next_txdp; in xge_hal_fifo_dtr_reserve_many()
289 (xge_hal_fifo_txd_t *) *dtrh, alloc_frags/max_frags); in xge_hal_fifo_dtr_reserve_many()
294 (xge_hal_fifo_txd_t *) dang_dtrh, dang_frags/max_frags); in xge_hal_fifo_dtr_reserve_many()
334 next_txdl_priv->dang_txdl = (xge_hal_fifo_txd_t *) *dtrh; in xge_hal_fifo_dtr_reserve_many()
[all …]
H A Dxgehal-fifo.c39 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)item; in __hal_fifo_mempool_item_alloc()
55 txdl_priv->first_txdp = (xge_hal_fifo_txd_t *)item; in __hal_fifo_mempool_item_alloc()
233 fifo->txdl_size = fifo->config->max_frags * sizeof(xge_hal_fifo_txd_t); in __hal_fifo_open()
493 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh; in __hal_fifo_dtr_align_free_unmap()
524 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh; in __hal_fifo_dtr_align_alloc_map()
H A Dxgehal-device.c3215 xge_hal_fifo_txd_t txd; in __hal_device_poll()
5654 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh; in xge_hal_device_handle_tcode()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-fifo.h92 typedef struct xge_hal_fifo_txd_t { struct
125 } xge_hal_fifo_txd_t; argument
127 typedef xge_hal_fifo_txd_t* xge_hal_fifo_txdl_t;
233 xge_hal_fifo_txd_t *dang_txdl;
235 xge_hal_fifo_txd_t *first_txdp;
282 xge_hal_fifo_txd_t *txdp, int txdl_count);