Searched refs:alloc_order (Results 1 – 6 of 6) sorted by relevance
131 u16 alloc_order; member309 return 1 << ioat_chan->alloc_order; in ioat_ring_size()
601 const int total_descs = 1 << ioat_chan->alloc_order; in ioat_free_chan_resources()653 ioat_chan->alloc_order = 0; in ioat_free_chan_resources()678 return 1 << ioat_chan->alloc_order; in ioat_alloc_chan_resources()707 ioat_chan->alloc_order = order; in ioat_alloc_chan_resources()743 return 1 << ioat_chan->alloc_order; in ioat_alloc_chan_resources()
115 return sprintf(page, "%d\n", (1 << ioat_chan->alloc_order) & ~1); in ring_size_show()
177 struct xgbe_page_alloc *pa, int alloc_order, in xgbe_alloc_pages() argument186 order = alloc_order; in xgbe_alloc_pages()
250 int alloc_order; member
253 unmap_q->alloc_order = -1; in bnad_rxq_alloc_uninit()272 unmap_q->alloc_order = 0; in bnad_rxq_alloc_init()276 unmap_q->alloc_order = 0; in bnad_rxq_alloc_init()280 unmap_q->alloc_order = order; in bnad_rxq_alloc_init()353 alloc_size = PAGE_SIZE << unmap_q->alloc_order; in bnad_rxq_refill_page()361 unmap_q->alloc_order); in bnad_rxq_refill_page()
Completed in 17 milliseconds