Home
last modified time | relevance | path

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

/NextBSD/sys/dev/nxge/xgehal/
HDxgehal-fifo-fp.c265 int alloc_frags = 0, dang_frags = 0; in xge_hal_fifo_dtr_reserve_many() local
283 while(alloc_frags < frags) { in xge_hal_fifo_dtr_reserve_many()
292 xge_assert(alloc_frags/max_frags); in xge_hal_fifo_dtr_reserve_many()
294 (xge_hal_fifo_txd_t *) *dtrh, alloc_frags/max_frags); in xge_hal_fifo_dtr_reserve_many()
318 alloc_frags = max_frags; in xge_hal_fifo_dtr_reserve_many()
328 alloc_frags += max_frags; in xge_hal_fifo_dtr_reserve_many()
335 dang_frags = alloc_frags; in xge_hal_fifo_dtr_reserve_many()
340 next_txdl_priv->dang_frags = alloc_frags; in xge_hal_fifo_dtr_reserve_many()
341 alloc_frags = max_frags; in xge_hal_fifo_dtr_reserve_many()
365 txdl_priv->alloc_frags = alloc_frags; in xge_hal_fifo_dtr_reserve_many()
[all …]
HDxgehal-fifo.c64 txdl_priv->alloc_frags = 0; in __hal_fifo_mempool_item_alloc()
/NextBSD/sys/dev/vxge/vxgehal/
HDvxgehal-fifo.c129 txdl_priv->alloc_frags = 0; in __hal_fifo_mempool_item_alloc()
880 priv->alloc_frags = fifo->config->max_frags; in vxge_hal_fifo_txdl_reserve()
962 vxge_assert(frag_idx < txdl_priv->alloc_frags); in vxge_hal_fifo_txdl_buffer_set()
1063 vxge_assert(frag_idx < txdl_priv->alloc_frags); in vxge_hal_fifo_txdl_buffer_set_aligned()
1100 vxge_assert(frag_idx < txdl_priv->alloc_frags); in vxge_hal_fifo_txdl_buffer_set_aligned()
1850 if (txdl_priv->alloc_frags > max_frags) { in vxge_hal_fifo_txdl_free()
1854 u32 alloc_frags = txdl_priv->alloc_frags; in vxge_hal_fifo_txdl_free() local
1857 txdl_priv->alloc_frags = 0; in vxge_hal_fifo_txdl_free()
1873 (ptr_t) txdlh, alloc_frags); in vxge_hal_fifo_txdl_free()
1876 alloc_frags); in vxge_hal_fifo_txdl_free()
HDvxgehal-fifo.h152 u32 alloc_frags; member
/NextBSD/sys/dev/nxge/include/
HDxgehal-fifo.h234 int alloc_frags; member