Searched refs:alloc_frags (Results 1 – 3 of 3) sorted by relevance
260 int alloc_frags = 0, dang_frags = 0; in xge_hal_fifo_dtr_reserve_many() local278 while(alloc_frags < frags) { in xge_hal_fifo_dtr_reserve_many()287 xge_assert(alloc_frags/max_frags); in xge_hal_fifo_dtr_reserve_many()289 (xge_hal_fifo_txd_t *) *dtrh, alloc_frags/max_frags); in xge_hal_fifo_dtr_reserve_many()313 alloc_frags = max_frags; in xge_hal_fifo_dtr_reserve_many()323 alloc_frags += max_frags; in xge_hal_fifo_dtr_reserve_many()330 dang_frags = alloc_frags; in xge_hal_fifo_dtr_reserve_many()335 next_txdl_priv->dang_frags = alloc_frags; in xge_hal_fifo_dtr_reserve_many()336 alloc_frags = max_frags; in xge_hal_fifo_dtr_reserve_many()360 txdl_priv->alloc_frags = alloc_frags; in xge_hal_fifo_dtr_reserve_many()[all …]
59 txdl_priv->alloc_frags = 0; in __hal_fifo_mempool_item_alloc()
229 int alloc_frags; member