Searched refs:slots_per_op (Results 1 – 3 of 3) sorted by relevance
50 int stride = slot->slots_per_op; in iop_adma_free_slots()53 slot->slots_per_op = 0; in iop_adma_free_slots()141 desc->idx, desc->slots_per_op); in iop_adma_clean_slot()155 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; in __iop_adma_slot_cleanup() local189 if (!slot_cnt && !slots_per_op) { in __iop_adma_slot_cleanup()191 slots_per_op = iter->slots_per_op; in __iop_adma_slot_cleanup()192 if (slot_cnt <= slots_per_op) { in __iop_adma_slot_cleanup()194 slots_per_op = 0; in __iop_adma_slot_cleanup()202 slot_cnt -= slots_per_op; in __iop_adma_slot_cleanup()206 if (slots_per_op != 0 && slot_cnt == 0) { in __iop_adma_slot_cleanup()[all …]
253 slot->slots_per_op = 0; in mv_xor_free_slots()456 int slots_per_op) in mv_xor_alloc_slots() argument479 if (iter->slots_per_op) { in mv_xor_alloc_slots()509 for (i = 0; i < slots_per_op; i++) { in mv_xor_alloc_slots()510 iter->slots_per_op = slots_per_op - i; in mv_xor_alloc_slots()516 num_slots -= slots_per_op; in mv_xor_alloc_slots()
143 u16 slots_per_op; member