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

/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-fifo-fp.c36 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t*)dtrh;
58 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
77 txdl_priv->frags << 5 /* sizeof(xge_hal_fifo_txd_t) */,
135 xge_hal_fifo_txd_t *txdp, int list_size, int frags)
174 xge_hal_fifo_txd_t *txdp, int txdl_count)
214 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
266 xge_hal_fifo_txd_t *curr_txd
[all...]
H A Dxgehal-fifo.c44 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)item;
60 txdl_priv->first_txdp = (xge_hal_fifo_txd_t *)item;
238 fifo->txdl_size = fifo->config->max_frags * sizeof(xge_hal_fifo_txd_t);
496 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
527 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
H A Dxgehal-device.c3224 xge_hal_fifo_txd_t txd;
5654 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-fifo.h83 * struct xge_hal_fifo_txd_t - TxD.
97 typedef struct xge_hal_fifo_txd_t { struct
130 } xge_hal_fifo_txd_t; typedef in typeref:struct:xge_hal_fifo_txd_t
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);

Completed in 80 milliseconds