Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dgdth_ioctl.h39 } __attribute__((packed)) gdth_sg_str; typedef
59 gdth_sg_str sg_lst[GDTH_MAXSG]; /* s/g list */
102 gdth_sg_str sg_lst[GDTH_MAXSG]; /* s/g list */
Dgdth.c2586 (u16)cmdp->u.cache.sg_canz * sizeof(gdth_sg_str); in gdth_fill_cache_cmd()
2757 (u16)cmdp->u.raw.sg_ranz * sizeof(gdth_sg_str); in gdth_fill_raw_cmd()
2815 GDTOFFSOF(gdth_cmd_str,u.cache.sg_lst) + sizeof(gdth_sg_str); in gdth_special_cmd()
2823 GDTOFFSOF(gdth_cmd_str,u.raw.sg_lst) + sizeof(gdth_sg_str); in gdth_special_cmd()