Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dpmcraid.h541 struct pmcraid_sglist { struct
593 struct pmcraid_sglist *sglist; /* used for passthrough IOCTLs */
Dpmcraid.c3226 static void pmcraid_free_sglist(struct pmcraid_sglist *sglist) in pmcraid_free_sglist()
3242 static struct pmcraid_sglist *pmcraid_alloc_sglist(int buflen) in pmcraid_alloc_sglist()
3244 struct pmcraid_sglist *sglist; in pmcraid_alloc_sglist()
3252 sglist = kzalloc(sizeof(struct pmcraid_sglist), GFP_KERNEL); in pmcraid_alloc_sglist()
3276 struct pmcraid_sglist *sglist, in pmcraid_copy_sglist()
3513 struct pmcraid_sglist *sglist = NULL; in pmcraid_build_passthrough_ioadls()
3572 struct pmcraid_sglist *sglist = cmd->sglist; in pmcraid_release_passthrough_ioadls()