Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/ioat/
Dinit.c637 const int total_descs = 1 << ioat_chan->alloc_order; in ioat_free_chan_resources() local
659 if (descs < total_descs) in ioat_free_chan_resources()
661 total_descs - descs); in ioat_free_chan_resources()
663 for (i = 0; i < total_descs - descs; i++) { in ioat_free_chan_resources()