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;
53 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
72 txdl_priv->frags << 5 /* sizeof(xge_hal_fifo_txd_t) */,
130 xge_hal_fifo_txd_t *txdp, int list_size, int frags)
169 xge_hal_fifo_txd_t *txdp, int txdl_count)
209 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
261 xge_hal_fifo_txd_t *curr_txd
[all...]
H A Dxgehal-fifo.c39 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)item;
55 txdl_priv->first_txdp = (xge_hal_fifo_txd_t *)item;
233 fifo->txdl_size = fifo->config->max_frags * sizeof(xge_hal_fifo_txd_t);
493 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
524 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
H A Dxgehal-device.c3215 xge_hal_fifo_txd_t txd;
5654 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-fifo.h78 * struct xge_hal_fifo_txd_t - TxD.
92 typedef struct xge_hal_fifo_txd_t { struct
125 } xge_hal_fifo_txd_t; typedef in typeref:struct:xge_hal_fifo_txd_t
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);

Completed in 79 milliseconds