Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth_ioctl.h59 u32 sg_canz; /* s/g element count */ member
67 u32 sg_canz; /* s/g element count */ member
Dgdth.c2488 cmdp->u.cache64.sg_canz = 0; in gdth_fill_cache_cmd()
2492 cmdp->u.cache.sg_canz = 0; in gdth_fill_cache_cmd()
2528 cmdp->u.cache64.sg_canz = sgcnt; in gdth_fill_cache_cmd()
2543 cmdp->u.cache.sg_canz = sgcnt; in gdth_fill_cache_cmd()
2565 cmdp->u.cache64.DestAddr,cmdp->u.cache64.sg_canz, in gdth_fill_cache_cmd()
2571 (u16)cmdp->u.cache64.sg_canz * sizeof(gdth_sg64_str); in gdth_fill_cache_cmd()
2574 cmdp->u.cache.DestAddr,cmdp->u.cache.sg_canz, in gdth_fill_cache_cmd()
2580 (u16)cmdp->u.cache.sg_canz * sizeof(gdth_sg_str); in gdth_fill_cache_cmd()
4200 gen.command.u.cache64.sg_canz = 1; in ioc_general()
4206 gen.command.u.cache64.sg_canz = 0; in ioc_general()
[all …]