Lines Matching refs:slots_per_op
185 iop_chan_memcpy_slot_count(size_t len, int *slots_per_op) in iop_chan_memcpy_slot_count() argument
187 *slots_per_op = 1; in iop_chan_memcpy_slot_count()
194 iop_chan_memset_slot_count(size_t len, int *slots_per_op) in iop_chan_memset_slot_count() argument
196 *slots_per_op = 1; in iop_chan_memset_slot_count()
201 iop_chan_xor_slot_count(size_t len, int src_cnt, int *slots_per_op) in iop_chan_xor_slot_count() argument
208 *slots_per_op = slot_count_table[src_cnt - 1]; in iop_chan_xor_slot_count()
209 return *slots_per_op; in iop_chan_xor_slot_count()
371 int slots_per_op = desc->slots_per_op; in iop_desc_set_zero_sum_byte_count() local
382 i += slots_per_op; in iop_desc_set_zero_sum_byte_count()
424 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op; in iop_desc_set_xor_src_addr() local
432 slot_cnt -= slots_per_op; in iop_desc_set_xor_src_addr()
434 i += slots_per_op; in iop_desc_set_xor_src_addr()
444 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op; in iop_desc_set_pq_src_addr() local
455 slot_cnt -= slots_per_op; in iop_desc_set_pq_src_addr()
457 i += slots_per_op; in iop_desc_set_pq_src_addr()