Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dgdth_ioctl.h55 u32 sg_canz; /* s/g element count */ member
63 u32 sg_canz; /* s/g element count */ member
Dgdth.c2035 cmdp->u.cache64.sg_canz = 0; in gdth_fill_cache_cmd()
2039 cmdp->u.cache.sg_canz = 0; in gdth_fill_cache_cmd()
2075 cmdp->u.cache64.sg_canz = sgcnt; in gdth_fill_cache_cmd()
2084 cmdp->u.cache.sg_canz = sgcnt; in gdth_fill_cache_cmd()
2103 cmdp->u.cache64.DestAddr,cmdp->u.cache64.sg_canz, in gdth_fill_cache_cmd()
2109 (u16)cmdp->u.cache64.sg_canz * sizeof(gdth_sg64_str); in gdth_fill_cache_cmd()
2112 cmdp->u.cache.DestAddr,cmdp->u.cache.sg_canz, in gdth_fill_cache_cmd()
2118 (u16)cmdp->u.cache.sg_canz * sizeof(gdth_sg_str); in gdth_fill_cache_cmd()
3484 gen->command.u.cache64.sg_canz = 1; in gdth_ioc_cacheservice()
3490 gen->command.u.cache64.sg_canz = 0; in gdth_ioc_cacheservice()
[all …]