Home
last modified time | relevance | path

Searched refs:pmcraid_sglist (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dpmcraid.h526 /* pmcraid_sglist - Scatter-gather list allocated for passthrough ioctls
528 struct pmcraid_sglist { struct
580 struct pmcraid_sglist *sglist; /* used for passthrough IOCTLs */
H A Dpmcraid.c3200 static void pmcraid_free_sglist(struct pmcraid_sglist *sglist) in pmcraid_free_sglist()
3216 static struct pmcraid_sglist *pmcraid_alloc_sglist(int buflen) in pmcraid_alloc_sglist()
3218 struct pmcraid_sglist *sglist; in pmcraid_alloc_sglist()
3226 sglist = kzalloc(sizeof(struct pmcraid_sglist), GFP_KERNEL); in pmcraid_alloc_sglist()
3250 struct pmcraid_sglist *sglist, in pmcraid_copy_sglist()
3487 struct pmcraid_sglist *sglist = NULL; in pmcraid_build_passthrough_ioadls()
3546 struct pmcraid_sglist *sglist = cmd->sglist; in pmcraid_release_passthrough_ioadls()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dpmcraid.h526 /* pmcraid_sglist - Scatter-gather list allocated for passthrough ioctls
528 struct pmcraid_sglist { struct
580 struct pmcraid_sglist *sglist; /* used for passthrough IOCTLs */

Completed in 11 milliseconds