Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/nxge/xgehal/
Dxgehal-fifo-fp.c137 xge_hal_fifo_txdl_priv_t *current_txdl_priv; in __hal_fifo_txdl_free_many() local
150 current_txdl_priv = __hal_fifo_txdl_priv(txdp); in __hal_fifo_txdl_free_many()
152 current_txdl_priv->allocated = 0; in __hal_fifo_txdl_free_many()
155 next_txdl_priv = current_txdl_priv->next_txdl_priv; in __hal_fifo_txdl_free_many()
159 current_txdl_priv->next_txdl_priv = NULL; in __hal_fifo_txdl_free_many()
176 xge_hal_fifo_txdl_priv_t *current_txdl_priv; in __hal_fifo_txdl_restore_many() local
183 current_txdl_priv = __hal_fifo_txdl_priv(txdp); in __hal_fifo_txdl_restore_many()
187 current_txdl_priv->allocated = 0; in __hal_fifo_txdl_restore_many()
189 next_txdl_priv = current_txdl_priv->next_txdl_priv; in __hal_fifo_txdl_restore_many()
190 txdp = current_txdl_priv->first_txdp; in __hal_fifo_txdl_restore_many()
[all …]
/freebsd-10-stable/sys/dev/vxge/vxgehal/
Dvxgehal-fifo.c1732 __hal_fifo_txdl_priv_t *current_txdl_priv; in __hal_fifo_txdl_free_many() local
1761 current_txdl_priv = VXGE_HAL_FIFO_HAL_PRIV(fifo, txdp); in __hal_fifo_txdl_free_many()
1763 current_txdl_priv->allocated = 0; in __hal_fifo_txdl_free_many()
1767 next_txdl_priv = current_txdl_priv->next_txdl_priv; in __hal_fifo_txdl_free_many()
1771 current_txdl_priv->next_txdl_priv = NULL; in __hal_fifo_txdl_free_many()