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

/linux-4.4.14/drivers/scsi/
H A Dgdth_ioctl.h58 u32 sg_canz; /* s/g element count */ member in struct:__anon9444::__anon9445::__anon9446
66 u32 sg_canz; /* s/g element count */ member in struct:__anon9444::__anon9445::__anon9447
H A Dgdth.c2486 cmdp->u.cache64.sg_canz = 0; gdth_fill_cache_cmd()
2490 cmdp->u.cache.sg_canz = 0; gdth_fill_cache_cmd()
2526 cmdp->u.cache64.sg_canz = sgcnt; scsi_for_each_sg()
2541 cmdp->u.cache.sg_canz = sgcnt; scsi_for_each_sg()
2563 cmdp->u.cache64.DestAddr,cmdp->u.cache64.sg_canz,
2569 (u16)cmdp->u.cache64.sg_canz * sizeof(gdth_sg64_str);
2572 cmdp->u.cache.DestAddr,cmdp->u.cache.sg_canz,
2578 (u16)cmdp->u.cache.sg_canz * sizeof(gdth_sg_str);
4202 gen.command.u.cache64.sg_canz = 1; ioc_general()
4208 gen.command.u.cache64.sg_canz = 0; ioc_general()
4213 gen.command.u.cache.sg_canz = 1; ioc_general()
4219 gen.command.u.cache.sg_canz = 0; ioc_general()
4648 gdtcmd.u.cache64.sg_canz = 0; gdth_flush()
4652 gdtcmd.u.cache.sg_canz = 0; gdth_flush()

Completed in 116 milliseconds