Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dgdth_ioctl.h58 u32 sg_canz; /* s/g element count */ member
66 u32 sg_canz; /* s/g element count */ member
Dgdth.c2486 cmdp->u.cache64.sg_canz = 0; in gdth_fill_cache_cmd()
2490 cmdp->u.cache.sg_canz = 0; in gdth_fill_cache_cmd()
2526 cmdp->u.cache64.sg_canz = sgcnt; in gdth_fill_cache_cmd()
2541 cmdp->u.cache.sg_canz = sgcnt; in gdth_fill_cache_cmd()
2563 cmdp->u.cache64.DestAddr,cmdp->u.cache64.sg_canz, in gdth_fill_cache_cmd()
2569 (u16)cmdp->u.cache64.sg_canz * sizeof(gdth_sg64_str); in gdth_fill_cache_cmd()
2572 cmdp->u.cache.DestAddr,cmdp->u.cache.sg_canz, in gdth_fill_cache_cmd()
2578 (u16)cmdp->u.cache.sg_canz * sizeof(gdth_sg_str); in gdth_fill_cache_cmd()
4202 gen.command.u.cache64.sg_canz = 1; in ioc_general()
4208 gen.command.u.cache64.sg_canz = 0; in ioc_general()
[all …]