Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo-fp.c132 xge_hal_fifo_txdl_priv_t *current_txdl_priv; in __hal_fifo_txdl_free_many() local
145 current_txdl_priv = __hal_fifo_txdl_priv(txdp); in __hal_fifo_txdl_free_many()
147 current_txdl_priv->allocated = 0; in __hal_fifo_txdl_free_many()
154 current_txdl_priv->next_txdl_priv = NULL; in __hal_fifo_txdl_free_many()
171 xge_hal_fifo_txdl_priv_t *current_txdl_priv; in __hal_fifo_txdl_restore_many() local
178 current_txdl_priv = __hal_fifo_txdl_priv(txdp); in __hal_fifo_txdl_restore_many()
182 current_txdl_priv->allocated = 0; in __hal_fifo_txdl_restore_many()
185 txdp = current_txdl_priv->first_txdp; in __hal_fifo_txdl_restore_many()
186 current_txdl_priv->next_txdl_priv = NULL; in __hal_fifo_txdl_restore_many()
190 current_txdl_priv = next_txdl_priv; in __hal_fifo_txdl_restore_many()
[all …]