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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-io.c233 void ide_init_sg_cmd(struct ide_cmd *cmd, unsigned int nr_bytes) function
239 EXPORT_SYMBOL_GPL(ide_init_sg_cmd); variable
260 ide_init_sg_cmd(cmd, blk_rq_sectors(rq) << 9);
H A Dide-disk.c158 ide_init_sg_cmd(&cmd, nsectors << 9);
168 ide_init_sg_cmd(&cmd, nsectors << 9);
H A Dide-floppy.c291 ide_init_sg_cmd(&cmd, blk_rq_bytes(rq));
H A Dide-cd.c824 ide_init_sg_cmd(&cmd, blk_rq_bytes(rq));
H A Dide-tape.c664 ide_init_sg_cmd(&cmd, blk_rq_bytes(rq));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dide.h1335 void ide_init_sg_cmd(struct ide_cmd *, unsigned int);

Completed in 92 milliseconds