Searched defs:alloc_frags (Results 1 - 2 of 2) 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
278 while(alloc_frags < frags) {
287 xge_assert(alloc_frags/max_frags);
289 (xge_hal_fifo_txd_t *) *dtrh, alloc_frags/max_frags);
313 alloc_frags = max_frags;
323 alloc_frags += max_frags;
330 dang_frags = alloc_frags;
335 next_txdl_priv->dang_frags = alloc_frags;
336 alloc_frags = max_frags;
360 txdl_priv->alloc_frags
745 int alloc_frags = txdl_priv->alloc_frags; local
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-fifo.h190 * @alloc_frags: Total number of fragments allocated.
229 int alloc_frags; member in struct:xge_hal_fifo_txdl_priv_t

Completed in 45 milliseconds