Lines Matching defs:slots_per_op

41 	int stride = slot->slots_per_op;
44 slot->slots_per_op = 0;
95 "\tfree slot: %d slots_per_op: %d\n",
96 desc->idx, desc->slots_per_op);
110 int seen_current = 0, slot_cnt = 0, slots_per_op = 0;
144 if (!slot_cnt && !slots_per_op) {
146 slots_per_op = iter->slots_per_op;
147 if (slot_cnt <= slots_per_op) {
149 slots_per_op = 0;
157 slot_cnt -= slots_per_op;
161 if (slots_per_op != 0 && slot_cnt == 0) {
178 slot_cnt -= slots_per_op;
195 slot_cnt -= slots_per_op;
206 slots_per_op = 0;
212 } else if (slots_per_op) /* wait for group completion */
258 int slots_per_op)
281 if (iter->slots_per_op) {
294 if (iop_desc_is_aligned(iter, slots_per_op))
310 "(desc %p phys: %#llx) slots_per_op %d\n",
312 (u64)iter->async_tx.phys, slots_per_op);
315 if (num_slots != slots_per_op)
323 for (i = 0; i < slots_per_op; i++) {
324 iter->slots_per_op = slots_per_op - i;
330 num_slots -= slots_per_op;
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);