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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo-fp.c260 int alloc_frags = 0, dang_frags = 0; local
292 xge_assert(dang_frags/max_frags);
294 (xge_hal_fifo_txd_t *) dang_dtrh, dang_frags/max_frags);
304 next_txdl_priv->dang_frags = 0;
330 dang_frags = alloc_frags;
335 next_txdl_priv->dang_frags = alloc_frags;
370 if (txdl_priv->dang_frags){
372 statsp->total_posts_dang_frags += txdl_priv->dang_frags;
439 txdl_priv->dang_frags = 0;
744 int dang_frags local
[all...]
H A Dxgehal-fifo.c58 txdl_priv->dang_frags = 0;
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-fifo.h191 * @dang_frags: Number of fragments kept from release until this TxDL is freed.
230 int dang_frags; member in struct:xge_hal_fifo_txdl_priv_t

Completed in 59 milliseconds