Searched refs:next_txdl_priv (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo-fp.c133 xge_hal_fifo_txdl_priv_t *next_txdl_priv; local
150 next_txdl_priv = current_txdl_priv->next_txdl_priv;
153 if (next_txdl_priv) {
154 current_txdl_priv->next_txdl_priv = NULL;
155 txdp = next_txdl_priv->first_txdp;
172 xge_hal_fifo_txdl_priv_t *next_txdl_priv; local
184 next_txdl_priv = current_txdl_priv->next_txdl_priv;
186 current_txdl_priv->next_txdl_priv
263 xge_hal_fifo_txdl_priv_t *next_txdl_priv, *curr_txdl_priv = NULL; local
[all...]
H A Dxgehal-fifo.c56 txdl_priv->next_txdl_priv = NULL;
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-fifo.h195 * @next_txdl_priv: (TODO).
234 struct xge_hal_fifo_txdl_priv_t *next_txdl_priv; member in struct:xge_hal_fifo_txdl_priv_t

Completed in 47 milliseconds