Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\crypto\scatterwalk.h Create Date:2022-07-28 06:44:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:scatterwalk_crypto_chain

Proto:static inline void scatterwalk_crypto_chain(struct scatterlist *head, struct scatterlist *sg, int num)

Type:void

Parameter:

TypeParameterName
struct scatterlist *head
struct scatterlist *sg
intnum
22  If sg Then sg_chain - Chain two sglists together*@prv: First scatterlist*@prv_nents: Number of entries in prv*@sgl: Second scatterlist* Description:* Links @prv@ and @sgl@ together, to form a longer scatterlist.
24  Else sg_mark_end - Mark the end of the scatterlist*@sg: SG entryScatterlist* Description:* Marks the passed in sg entry as the termination point for the sg* table. A call to sg_next() on this entry will return NULL.