• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/

Lines Matching refs:slots_per_op

52 	int stride = slot->slots_per_op;
55 slot->slots_per_op = 0;
187 "\tfree slot: %d slots_per_op: %d\n",
188 desc->idx, desc->slots_per_op);
202 int seen_current = 0, slot_cnt = 0, slots_per_op = 0;
236 if (!slot_cnt && !slots_per_op) {
238 slots_per_op = iter->slots_per_op;
239 if (slot_cnt <= slots_per_op) {
241 slots_per_op = 0;
249 slot_cnt -= slots_per_op;
253 if (slots_per_op != 0 && slot_cnt == 0) {
270 slot_cnt -= slots_per_op;
287 slot_cnt -= slots_per_op;
298 slots_per_op = 0;
304 } else if (slots_per_op) /* wait for group completion */
349 int slots_per_op)
372 if (iter->slots_per_op) {
385 if (iop_desc_is_aligned(iter, slots_per_op))
401 "(desc %p phys: %#x) slots_per_op %d\n",
403 iter->async_tx.phys, slots_per_op);
406 if (num_slots != slots_per_op)
414 for (i = 0; i < slots_per_op; i++) {
415 iter->slots_per_op = slots_per_op - i;
421 num_slots -= slots_per_op;
471 int slots_per_op;
477 slots_per_op = grp_start->slots_per_op;
594 int slot_cnt, slots_per_op;
599 slot_cnt = iop_chan_interrupt_slot_count(&slots_per_op, iop_chan);
600 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
618 int slot_cnt, slots_per_op;
628 slot_cnt = iop_chan_memcpy_slot_count(len, &slots_per_op);
629 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
651 int slot_cnt, slots_per_op;
661 slot_cnt = iop_chan_memset_slot_count(len, &slots_per_op);
662 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
685 int slot_cnt, slots_per_op;
696 slot_cnt = iop_chan_xor_slot_count(len, src_cnt, &slots_per_op);
697 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
722 int slot_cnt, slots_per_op;
731 slot_cnt = iop_chan_zero_sum_slot_count(len, src_cnt, &slots_per_op);
732 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
759 int slot_cnt, slots_per_op;
778 slot_cnt = iop_chan_pq_slot_count(len, continue_srcs, &slots_per_op);
779 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
826 int slot_cnt, slots_per_op;
836 slot_cnt = iop_chan_pq_zero_sum_slot_count(len, src_cnt + 2, &slots_per_op);
837 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
1628 int slot_cnt, slots_per_op;
1633 slot_cnt = iop_chan_memcpy_slot_count(0, &slots_per_op);
1634 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
1685 int slot_cnt, slots_per_op;
1690 slot_cnt = iop_chan_xor_slot_count(0, 2, &slots_per_op);
1691 sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);