Searched refs:sg_miter_next (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/misc/cb710/
H A Dsgbuf2.c16 if (sg_miter_next(miter)) {
88 * Same requirements as in sg_miter_next().
131 * Same requirements as in sg_miter_next().
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dscatterlist.c347 * sg_miter_next - proceed mapping iterator to the next mapping
364 bool sg_miter_next(struct sg_mapping_iter *miter) function
399 EXPORT_SYMBOL(sg_miter_next); variable
408 * resumed by calling sg_miter_next() on it. This is useful when
468 while (sg_miter_next(&miter) && offset < buflen) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dscatterlist.h264 bool sg_miter_next(struct sg_mapping_iter *miter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Djz4740_mmc.c245 while (sg_miter_next(miter)) {
302 while (sg_miter_next(miter)) {
H A Dmmci.c256 if (sg_miter_next(sg_miter)) {
389 if (!sg_miter_next(sg_miter))
H A Dsdhci.c264 if (!sg_miter_next(&host->sg_miter))
310 if (!sg_miter_next(&host->sg_miter))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dmv_cesa.c194 ret = sg_miter_next(&p->src_sg_it);
433 ret = sg_miter_next(&cpg->p.dst_sg_it);
H A Dtalitos.c1177 while (sg_miter_next(&miter) && offset < total_buffer) {

Completed in 100 milliseconds