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

/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.h192 iop_chan_pq_slot_count(size_t len, int src_cnt, int *slots_per_op) argument
219 iop_chan_pq_zero_sum_slot_count(size_t len, int src_cnt, int *slots_per_op) argument
310 static inline int iop_chan_memcpy_slot_count(size_t len, int *slots_per_op) argument
312 *slots_per_op = 1;
317 static inline int iop_chan_memset_slot_count(size_t len, int *slots_per_op) argument
319 *slots_per_op = 1;
324 int *slots_per_op)
336 *slots_per_op = slot_count_table[src_cnt - 1];
337 return *slots_per_op;
341 iop_chan_interrupt_slot_count(int *slots_per_op, struc argument
323 iop3xx_aau_xor_slot_count(size_t len, int src_cnt, int *slots_per_op) argument
355 iop_chan_xor_slot_count(size_t len, int src_cnt, int *slots_per_op) argument
377 iop_chan_zero_sum_slot_count(size_t len, int src_cnt, int *slots_per_op) argument
605 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op; local
724 int 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.h85 * @slots_per_op: number of slots per operation
102 u16 slots_per_op; member in struct:iop_adma_desc_slot
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Diop-adma.c52 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; local
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
348 iop_adma_alloc_slots(struct iop_adma_chan *iop_chan, int num_slots, int slots_per_op) argument
471 int slots_per_op; 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.h125 * @slots_per_op: number of slots per operation
142 u16 slots_per_op; member in struct:mv_xor_desc_slot
H A Dmv_xor.c254 slot->slots_per_op = 0;
457 int slots_per_op)
480 if (iter->slots_per_op) {
510 for (i = 0; i < slots_per_op; i++) {
511 iter->slots_per_op = slots_per_op - i;
517 num_slots -= slots_per_op;
456 mv_xor_alloc_slots(struct mv_xor_chan *mv_chan, int num_slots, int slots_per_op) argument
/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.h185 iop_chan_memcpy_slot_count(size_t len, int *slots_per_op) argument
187 *slots_per_op = 1;
194 iop_chan_memset_slot_count(size_t len, int *slots_per_op) argument
196 *slots_per_op = 1;
201 iop_chan_xor_slot_count(size_t len, int src_cnt, int *slots_per_op) argument
208 *slots_per_op = slot_count_table[src_cnt - 1];
209 return *slots_per_op;
397 int slots_per_op = desc->slots_per_op; local
408 i += slots_per_op;
450 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op; local
470 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ppc4xx/
H A Dadma.h140 * @slots_per_op: number of slots per operation
163 u8 slots_per_op; member in struct:ppc440spe_adma_desc_slot
H A Dadma.c1042 int *slots_per_op)
1047 slot_cnt = *slots_per_op = (src_cnt + XOR_MAX_OPS - 1)/XOR_MAX_OPS;
1697 int stride = slot->slots_per_op;
1700 slot->slots_per_op = 0;
1830 desc->phys, desc->idx, desc->slots_per_op);
1850 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; local
1898 if (!slot_cnt && !slots_per_op) {
1900 slots_per_op = iter->slots_per_op;
1901 if (slot_cnt <= slots_per_op) {
1041 ppc440spe_chan_xor_slot_count(size_t len, int src_cnt, int *slots_per_op) argument
1994 ppc440spe_adma_alloc_slots( struct ppc440spe_adma_chan *chan, int num_slots, int slots_per_op) argument
2228 int slots_per_op; 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
2960 int slot_cnt, slots_per_op, idst, dst_cnt; local
4039 int slot_cnt, slots_per_op; local
[all...]

Completed in 166 milliseconds