Searched refs:slot_cnt (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Diop-adma.c202 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; local
236 if (!slot_cnt && !slots_per_op) {
237 slot_cnt = iter->slot_cnt;
239 if (slot_cnt <= slots_per_op) {
240 slot_cnt = 0;
245 if (slot_cnt) {
249 slot_cnt -= slots_per_op;
253 if (slots_per_op != 0 && slot_cnt == 0) {
261 slot_cnt
470 int slot_cnt; local
594 int slot_cnt, slots_per_op; local
618 int slot_cnt, slots_per_op; local
651 int slot_cnt, slots_per_op; local
685 int slot_cnt, slots_per_op; local
722 int slot_cnt, slots_per_op; local
759 int slot_cnt, slots_per_op; local
826 int slot_cnt, slots_per_op; local
1628 int slot_cnt, slots_per_op; local
1685 int slot_cnt, slots_per_op; local
[all...]
H A Dmv_xor.c283 mv_chan->pending += sw_desc->slot_cnt;
508 iter->slot_cnt = num_slots;
666 int slot_cnt; local
677 slot_cnt = mv_chan_memcpy_slot_count(len);
678 sw_desc = mv_xor_alloc_slots(mv_chan, slot_cnt, 1);
705 int slot_cnt; local
716 slot_cnt = mv_chan_memset_slot_count(len);
717 sw_desc = mv_xor_alloc_slots(mv_chan, slot_cnt, 1);
742 int slot_cnt; local
754 slot_cnt
[all...]
H A Dmv_xor.h124 * @slot_cnt: total slots used in an transaction (group of operations)
141 u16 slot_cnt; member in struct:mv_xor_desc_slot
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/hardware/
H A Diop3xx-adma.h358 int slot_cnt = iop3xx_aau_xor_slot_count(len, src_cnt, slots_per_op); local
361 return slot_cnt;
366 slot_cnt += *slots_per_op;
369 slot_cnt += *slots_per_op;
371 return slot_cnt;
380 int slot_cnt = iop3xx_aau_xor_slot_count(len, src_cnt, slots_per_op); local
383 return slot_cnt;
388 slot_cnt += *slots_per_op;
391 slot_cnt += *slots_per_op;
393 return slot_cnt;
605 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op; local
775 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op; local
790 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op; local
[all...]
H A Diop_adma.h84 * @slot_cnt: total slots used in an transaction (group of operations)
101 u16 slot_cnt; member in struct:iop_adma_desc_slot
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-iop13xx/include/mach/
H A Dadma.h450 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op; local
458 slot_cnt -= slots_per_op;
459 if (slot_cnt) {
463 } while (slot_cnt);
470 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op; local
481 slot_cnt -= slots_per_op;
482 if (slot_cnt) {
486 } while (slot_cnt);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ppc4xx/
H A Dadma.c1044 int slot_cnt; local
1047 slot_cnt = *slots_per_op = (src_cnt + XOR_MAX_OPS - 1)/XOR_MAX_OPS;
1050 return slot_cnt;
1055 return slot_cnt;
1778 u32 slot_count = unmap->slot_cnt;
1850 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; local
1898 if (!slot_cnt && !slots_per_op) {
1899 slot_cnt = iter->slot_cnt;
1901 if (slot_cnt <
2227 int slot_cnt; local
2277 int slot_cnt, slots_per_op; local
2309 int slot_cnt, slots_per_op; local
2350 int slot_cnt, slots_per_op; local
2392 int slot_cnt, slots_per_op; local
2459 int slot_cnt; local
2545 int slot_cnt; local
2647 int slot_cnt; local
2792 int slot_cnt, descs_per_op; local
2960 int slot_cnt, slots_per_op, idst, dst_cnt; local
4039 int slot_cnt, slots_per_op; local
[all...]
H A Dadma.h137 * @slot_cnt: total slots used in an transaction (group of operations)
160 u16 slot_cnt; member in struct:ppc440spe_adma_desc_slot

Completed in 108 milliseconds