Searched refs:ch_no (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c142 int ch_no; local
149 ch_no = 0;
181 chl_map->ch[ch_no].count =
182 sge_no - chl_map->ch[ch_no].start;
183 ch_no++;
185 chl_map->ch[ch_no].start = sge_no;
238 int ch_no; local
283 for (ch_no = 0; ch_no < ch_count; ch_no
384 int ch_no; local
[all...]
H A Dsvc_rdma_marshal.c111 int ch_no; local
133 for (ch_no = 0; ch_no < ary->wc_nchunks; ch_no++) {
136 ary->wc_array[ch_no].wc_target.rs_handle =
137 ntohl(ary->wc_array[ch_no].wc_target.rs_handle);
138 ary->wc_array[ch_no].wc_target.rs_length =
139 ntohl(ary->wc_array[ch_no].wc_target.rs_length);
140 va = (u32 *)&ary->wc_array[ch_no].wc_target.rs_offset;
149 return (u32 *)&ary->wc_array[ch_no]
154 int ch_no; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dintel_mid_dma_regs.h249 static inline int test_ch_en(void __iomem *dma, u32 ch_no) argument
252 return (en_reg >> ch_no) & 0x1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/pnx4008/
H A Dsdum.c191 static u32 dum_ch_setup(int ch_no, struct dum_ch_setup * ch_setup) argument
214 cmds->channelnr = ch_no;
271 if (dw.xmin_l == ch_no)
278 ch_no);
331 static u32 display_open(int ch_no, int auto_update, u32 * dirty_buffer, argument
374 ret = dum_ch_setup(ch_no, &k);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Ddma.c267 static void map_dmach_queue(unsigned ctlr, unsigned ch_no, argument
270 int bit = (ch_no & 0x7) * 4;
277 edma_modify_array(ctlr, EDMA_DMAQNUM, (ch_no >> 3),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dultrastor.c184 unsigned char ch_no: 2; /* SCSI channel (always 0 for 14f) */ member in struct:mscp
733 my_mscp->ch_no = 0;

Completed in 167 milliseconds