Home
last modified time | relevance | path

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

/drivers/dma/ioat/
Ddma_v2.c286 else if (ioat->alloc_order > ioat_get_alloc_order()) { in check_active()
290 reshape_ring(ioat, ioat->alloc_order - 1); in check_active()
295 if (ioat->alloc_order > ioat_get_alloc_order()) in check_active()
529 return 1 << ioat->alloc_order; in ioat2_alloc_chan_resources()
558 ioat->alloc_order = order; in ioat2_alloc_chan_resources()
572 return 1 << ioat->alloc_order; in ioat2_alloc_chan_resources()
685 ioat->alloc_order = order; in reshape_ring()
721 retry = reshape_ring(ioat, ioat->alloc_order + 1); in ioat2_check_space_lock()
805 const u16 total_descs = 1 << ioat->alloc_order; in ioat2_free_chan_resources()
839 ioat->alloc_order = 0; in ioat2_free_chan_resources()
[all …]
Ddma_v2.h64 u16 alloc_order; member
79 return 1 << ioat->alloc_order; in ioat2_ring_size()
Ddma_v3.c561 else if (ioat->alloc_order > ioat_get_alloc_order()) { in check_active()
565 reshape_ring(ioat, ioat->alloc_order - 1); in check_active()
570 if (ioat->alloc_order > ioat_get_alloc_order()) in check_active()
/drivers/net/ethernet/brocade/bna/
Dbnad.h258 int alloc_order; member
Dbnad.c276 unmap_q->alloc_order = -1; in bnad_rxq_alloc_uninit()
295 unmap_q->alloc_order = 0; in bnad_rxq_alloc_init()
299 unmap_q->alloc_order = 0; in bnad_rxq_alloc_init()
303 unmap_q->alloc_order = order; in bnad_rxq_alloc_init()
376 alloc_size = PAGE_SIZE << unmap_q->alloc_order; in bnad_rxq_refill_page()
384 unmap_q->alloc_order); in bnad_rxq_refill_page()