Lines Matching defs:descs
613 int descs;
636 descs = ioat_ring_space(ioat_chan);
637 dev_dbg(to_dev(ioat_chan), "freeing %d idle descriptors\n", descs);
638 for (i = 0; i < descs; i++) {
643 if (descs < total_descs)
645 total_descs - descs);
647 for (i = 0; i < total_descs - descs; i++) {
655 ioat_chan->descs[i].virt,
656 ioat_chan->descs[i].hw);
657 ioat_chan->descs[i].virt = NULL;
658 ioat_chan->descs[i].hw = 0;