Searched refs:sg_idx (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Ddatafab.c101 unsigned int sg_idx = 0, sg_offset = 0; local
158 &sg_idx, &sg_offset, TO_XFER_BUF);
184 unsigned int sg_idx = 0, sg_offset = 0; local
220 &sg_idx, &sg_offset, FROM_XFER_BUF);
H A Djumpshot.c122 unsigned int sg_idx = 0, sg_offset = 0; local
173 &sg_idx, &sg_offset, TO_XFER_BUF);
198 unsigned int sg_idx = 0, sg_offset = 0; local
228 &sg_idx, &sg_offset, FROM_XFER_BUF);
H A Dshuttle_usbat.c999 unsigned int sg_idx = 0, sg_offset = 0; local
1053 &sg_idx, &sg_offset, TO_XFER_BUF);
1089 unsigned int sg_idx = 0, sg_offset = 0; local
1128 &sg_idx, &sg_offset, FROM_XFER_BUF);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Domap.c119 int sg_idx; member in struct:mmc_omap_host
384 sg = host->data->sg + host->sg_idx;
398 host->sg_idx++;
399 BUG_ON(host->sg_idx == host->sg_len);
608 struct scatterlist *sg = &data->sg[host->sg_idx];
703 host->sg_idx++;
704 if (host->sg_idx < host->sg_len) {
825 host->sg_idx = 0;

Completed in 190 milliseconds