Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/nxge/xgehal/
Dxgehal-fifo-fp.c36 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t*)dtrh; in __hal_fifo_txdl_priv()
58 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh; in __hal_fifo_dtr_post_single()
135 xge_hal_fifo_txd_t *txdp, int list_size, int frags) in __hal_fifo_txdl_free_many()
174 xge_hal_fifo_txd_t *txdp, int txdl_count) in __hal_fifo_txdl_restore_many()
214 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh; in xge_hal_fifo_dtr_private()
266 xge_hal_fifo_txd_t *curr_txdp = NULL; in xge_hal_fifo_dtr_reserve_many()
267 xge_hal_fifo_txd_t *next_txdp; in xge_hal_fifo_dtr_reserve_many()
294 (xge_hal_fifo_txd_t *) *dtrh, alloc_frags/max_frags); in xge_hal_fifo_dtr_reserve_many()
299 (xge_hal_fifo_txd_t *) dang_dtrh, dang_frags/max_frags); in xge_hal_fifo_dtr_reserve_many()
339 next_txdl_priv->dang_txdl = (xge_hal_fifo_txd_t *) *dtrh; in xge_hal_fifo_dtr_reserve_many()
[all …]
Dxgehal-fifo.c44 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)item; in __hal_fifo_mempool_item_alloc()
60 txdl_priv->first_txdp = (xge_hal_fifo_txd_t *)item; in __hal_fifo_mempool_item_alloc()
238 fifo->txdl_size = fifo->config->max_frags * sizeof(xge_hal_fifo_txd_t); in __hal_fifo_open()
496 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh; in __hal_fifo_dtr_align_free_unmap()
527 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh; in __hal_fifo_dtr_align_alloc_map()
Dxgehal-device.c3224 xge_hal_fifo_txd_t txd; in __hal_device_poll()
5655 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh; in xge_hal_device_handle_tcode()
/freebsd-10-stable/sys/dev/nxge/include/
Dxgehal-fifo.h97 typedef struct xge_hal_fifo_txd_t { struct
130 } xge_hal_fifo_txd_t; typedef
132 typedef xge_hal_fifo_txd_t* xge_hal_fifo_txdl_t;
238 xge_hal_fifo_txd_t *dang_txdl;
240 xge_hal_fifo_txd_t *first_txdp;
287 xge_hal_fifo_txd_t *txdp, int txdl_count);