Home
last modified time | relevance | path

Searched refs:sg_canz (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dgdth_ioctl.h58 u32 sg_canz; /* s/g element count */ member
66 u32 sg_canz; /* s/g element count */ member
Dgdth.c2494 cmdp->u.cache64.sg_canz = 0; in gdth_fill_cache_cmd()
2498 cmdp->u.cache.sg_canz = 0; in gdth_fill_cache_cmd()
2534 cmdp->u.cache64.sg_canz = sgcnt; in gdth_fill_cache_cmd()
2549 cmdp->u.cache.sg_canz = sgcnt; in gdth_fill_cache_cmd()
2571 cmdp->u.cache64.DestAddr,cmdp->u.cache64.sg_canz, in gdth_fill_cache_cmd()
2577 (u16)cmdp->u.cache64.sg_canz * sizeof(gdth_sg64_str); in gdth_fill_cache_cmd()
2580 cmdp->u.cache.DestAddr,cmdp->u.cache.sg_canz, in gdth_fill_cache_cmd()
2586 (u16)cmdp->u.cache.sg_canz * sizeof(gdth_sg_str); in gdth_fill_cache_cmd()
4210 gen.command.u.cache64.sg_canz = 1; in ioc_general()
4216 gen.command.u.cache64.sg_canz = 0; in ioc_general()
[all …]