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

/linux-master/drivers/crypto/bcm/
H A Dutil.h95 u32 spu_msg_sg_add(struct scatterlist **to_sg,
H A Dutil.c117 * @to_sg: scatterlist to copy to
126 * Copies the entries themselves, not the data in the entries. Assumes to_sg has
127 * enough entries. Does not limit the size of an individual buffer in to_sg.
129 * to_sg, from_sg, skip are all updated to end of copy
133 u32 spu_msg_sg_add(struct scatterlist **to_sg, argument
138 struct scatterlist *to = *to_sg;
144 u32 frag_len = 0; /* length of entry added to to_sg */
165 *to_sg = to;
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_req.h584 * @to_sg: Destination SG list
590 static inline struct scatterlist *create_multi_sg(struct scatterlist *to_sg, argument
594 struct scatterlist *sg = to_sg;

Completed in 83 milliseconds