Home
last modified time | relevance | path

Searched refs:alloc_order (Results 1 – 6 of 6) sorted by relevance

/drivers/dma/ioat/
A Ddma.h131 u16 alloc_order; member
309 return 1 << ioat_chan->alloc_order; in ioat_ring_size()
A Dinit.c601 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()
A Dsysfs.c115 return sprintf(page, "%d\n", (1 << ioat_chan->alloc_order) & ~1); in ring_size_show()
/drivers/net/ethernet/amd/xgbe/
A Dxgbe-desc.c177 struct xgbe_page_alloc *pa, int alloc_order, in xgbe_alloc_pages() argument
186 order = alloc_order; in xgbe_alloc_pages()
/drivers/net/ethernet/brocade/bna/
A Dbnad.h250 int alloc_order; member
A Dbnad.c253 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