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()
209 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh; in xge_hal_fifo_dtr_private()
351 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)*dtrh; in xge_hal_fifo_dtr_reserve_many()
426 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)*dtrh; in xge_hal_fifo_dtr_reserve()
742 xge_hal_fifo_txd_t *dang_txdp = (xge_hal_fifo_txd_t *) in xge_hal_fifo_dtr_free()
839 xge_hal_fifo_txd_t *txdp; in xge_hal_fifo_dtr_buffer_set_aligned()
971 xge_hal_fifo_txd_t *txdp; in xge_hal_fifo_dtr_buffer_finalize()
1085 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh; in xge_hal_fifo_dtr_mss_set()
1114 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh; in xge_hal_fifo_dtr_cksum_set_bits()
[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);