Lines Matching defs:slot_cnt

110 	int seen_current = 0, slot_cnt = 0, slots_per_op = 0;
144 if (!slot_cnt && !slots_per_op) {
145 slot_cnt = iter->slot_cnt;
147 if (slot_cnt <= slots_per_op) {
148 slot_cnt = 0;
153 if (slot_cnt) {
157 slot_cnt -= slots_per_op;
161 if (slots_per_op != 0 && slot_cnt == 0) {
169 slot_cnt = grp_start->slot_cnt;
178 slot_cnt -= slots_per_op;
179 if (slot_cnt == 0)
188 slot_cnt = grp_start->slot_cnt;
195 slot_cnt -= slots_per_op;
199 if (slot_cnt == 0 || end_of_chain)
204 BUG_ON(slot_cnt);
321 iter->slot_cnt = num_slots;
367 int slot_cnt;
372 slot_cnt = grp_start->slot_cnt;
395 iop_chan->pending += slot_cnt;
488 int slot_cnt, slots_per_op;
493 slot_cnt = iop_chan_interrupt_slot_count(&slots_per_op, iop_chan);
494 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
511 int slot_cnt, slots_per_op;
521 slot_cnt = iop_chan_memcpy_slot_count(len, &slots_per_op);
522 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
543 int slot_cnt, slots_per_op;
554 slot_cnt = iop_chan_xor_slot_count(len, src_cnt, &slots_per_op);
555 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
578 int slot_cnt, slots_per_op;
587 slot_cnt = iop_chan_zero_sum_slot_count(len, src_cnt, &slots_per_op);
588 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
613 int slot_cnt, slots_per_op;
632 slot_cnt = iop_chan_pq_slot_count(len, continue_srcs, &slots_per_op);
633 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
678 int slot_cnt, slots_per_op;
688 slot_cnt = iop_chan_pq_zero_sum_slot_count(len, src_cnt + 2, &slots_per_op);
689 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
1439 int slot_cnt, slots_per_op;
1444 slot_cnt = iop_chan_memcpy_slot_count(0, &slots_per_op);
1445 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
1492 int slot_cnt, slots_per_op;
1497 slot_cnt = iop_chan_xor_slot_count(0, 2, &slots_per_op);
1498 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);