Searched refs:slot_cnt (Results 1 – 3 of 3) sorted by relevance
124 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; in __iop_adma_slot_cleanup() local158 if (!slot_cnt && !slots_per_op) { in __iop_adma_slot_cleanup()159 slot_cnt = iter->slot_cnt; in __iop_adma_slot_cleanup()161 if (slot_cnt <= slots_per_op) { in __iop_adma_slot_cleanup()162 slot_cnt = 0; in __iop_adma_slot_cleanup()167 if (slot_cnt) { in __iop_adma_slot_cleanup()171 slot_cnt -= slots_per_op; in __iop_adma_slot_cleanup()175 if (slots_per_op != 0 && slot_cnt == 0) { in __iop_adma_slot_cleanup()183 slot_cnt = grp_start->slot_cnt; in __iop_adma_slot_cleanup()192 slot_cnt -= slots_per_op; in __iop_adma_slot_cleanup()[all …]
812 int slot_cnt; in ppc440spe_chan_xor_slot_count() local815 slot_cnt = *slots_per_op = (src_cnt + XOR_MAX_OPS - 1)/XOR_MAX_OPS; in ppc440spe_chan_xor_slot_count()818 return slot_cnt; in ppc440spe_chan_xor_slot_count()823 return slot_cnt; in ppc440spe_chan_xor_slot_count()1560 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; in __ppc440spe_adma_slot_cleanup() local1608 if (!slot_cnt && !slots_per_op) { in __ppc440spe_adma_slot_cleanup()1609 slot_cnt = iter->slot_cnt; in __ppc440spe_adma_slot_cleanup()1611 if (slot_cnt <= slots_per_op) { in __ppc440spe_adma_slot_cleanup()1612 slot_cnt = 0; in __ppc440spe_adma_slot_cleanup()1617 if (slot_cnt) { in __ppc440spe_adma_slot_cleanup()[all …]
158 u16 slot_cnt; member