Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\scsi\scsi_cmnd.h Create Date:2022-07-28 17:35:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:scsi_sg_copy_to_buffer

Proto:static inline int scsi_sg_copy_to_buffer(struct scsi_cmnd *cmd, void *buf, int buflen)

Type:int

Parameter:

TypeParameterName
struct scsi_cmnd *cmd
void *buf
intbuflen
217  Return sg_copy_to_buffer - Copy from an SG list to a linear buffer*@sgl: The SG list*@nents: Number of SG entries*@buf: Where to copy to*@buflen: The number of bytes to copy* Returns the number of copied bytes.