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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/card/
H A Dqueue.c185 mq->bounce_sg = kmalloc(sizeof(struct scatterlist) *
187 if (!mq->bounce_sg) {
191 sg_init_table(mq->bounce_sg, bouncesz / 512);
222 if (mq->bounce_sg)
223 kfree(mq->bounce_sg);
224 mq->bounce_sg = NULL;
253 if (mq->bounce_sg)
254 kfree(mq->bounce_sg);
255 mq->bounce_sg = NULL;
325 BUG_ON(!mq->bounce_sg);
[all...]
H A Dqueue.h18 struct scatterlist *bounce_sg; member in struct:mmc_queue
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/whci/
H A Dwhcd.h89 * @bounce_sg: the first scatterlist element bounce_buf is for.
90 * @bounce_offset: the offset into bounce_sg for the start of bounce_buf.
107 struct scatterlist *bounce_sg; member in struct:whc_std
H A Dqset.c269 sg = std->bounce_sg;
580 std->bounce_sg = sg;

Completed in 29 milliseconds