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

/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-fifo-fp.c138 xge_hal_fifo_txdl_priv_t *next_txdl_priv; local
155 next_txdl_priv = current_txdl_priv->next_txdl_priv;
158 if (next_txdl_priv) {
159 current_txdl_priv->next_txdl_priv = NULL;
160 txdp = next_txdl_priv->first_txdp;
177 xge_hal_fifo_txdl_priv_t *next_txdl_priv; local
189 next_txdl_priv = current_txdl_priv->next_txdl_priv;
191 current_txdl_priv->next_txdl_priv
268 xge_hal_fifo_txdl_priv_t *next_txdl_priv, *curr_txdl_priv = NULL; local
[all...]
H A Dxgehal-fifo.c61 txdl_priv->next_txdl_priv = NULL;
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-fifo.h118 * @next_txdl_priv:
157 struct __hal_fifo_txdl_priv_t *next_txdl_priv; member in struct:__hal_fifo_txdl_priv_t
H A Dvxgehal-fifo.c126 txdl_priv->next_txdl_priv = NULL;
883 priv->next_txdl_priv = NULL;
1733 __hal_fifo_txdl_priv_t *next_txdl_priv; local
1767 next_txdl_priv = current_txdl_priv->next_txdl_priv;
1770 if (next_txdl_priv) {
1771 current_txdl_priv->next_txdl_priv = NULL;
1772 txdp = next_txdl_priv->first_txdp;
1859 vxge_assert(txdl_priv->next_txdl_priv);
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-fifo.h200 * @next_txdl_priv: (TODO).
239 struct xge_hal_fifo_txdl_priv_t *next_txdl_priv; member in struct:xge_hal_fifo_txdl_priv_t

Completed in 114 milliseconds