Searched refs:mv_xor_chan (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dmv_xor.c34 container_of(chan, struct mv_xor_chan, common)
114 static u32 mv_chan_get_current_desc(struct mv_xor_chan *chan)
119 static void mv_chan_set_next_descriptor(struct mv_xor_chan *chan,
125 static void mv_chan_set_dest_pointer(struct mv_xor_chan *chan, u32 desc_addr)
130 static void mv_chan_set_block_size(struct mv_xor_chan *chan, u32 block_size)
135 static void mv_chan_set_value(struct mv_xor_chan *chan, u32 value)
141 static void mv_chan_unmask_interrupts(struct mv_xor_chan *chan)
148 static u32 mv_chan_get_intr_cause(struct mv_xor_chan *chan)
163 static void mv_xor_device_clear_eoc_cause(struct mv_xor_chan *chan)
170 static void mv_xor_device_clear_err_status(struct mv_xor_chan *cha
[all...]
H A Dmv_xor.h79 * struct mv_xor_chan - internal representation of a XOR channel
94 struct mv_xor_chan { struct
118 * @slot_node: node on the mv_xor_chan.all_slots list
119 * @chain_node: node on the mv_xor_chan.chain list
120 * @completed_node: node on the mv_xor_chan.completed_slots list

Completed in 289 milliseconds