Searched refs:to_sg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | util.h | 81 u32 spu_msg_sg_add(struct scatterlist **to_sg,
|
H A D | util.c | 117 * @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, in spu_msg_sg_add() argument 138 struct scatterlist *to = *to_sg; in spu_msg_sg_add() 144 u32 frag_len = 0; /* length of entry added to to_sg */ in spu_msg_sg_add() 165 *to_sg = to; in spu_msg_sg_add()
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | util.h | 95 u32 spu_msg_sg_add(struct scatterlist **to_sg,
|
H A D | util.c | 117 * @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, in spu_msg_sg_add() argument 138 struct scatterlist *to = *to_sg; in spu_msg_sg_add() 144 u32 frag_len = 0; /* length of entry added to to_sg */ in spu_msg_sg_add() 165 *to_sg = to; in spu_msg_sg_add()
|
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_req.h | 580 * @to_sg: Destination SG list 586 static inline struct scatterlist *create_multi_sg(struct scatterlist *to_sg, in create_multi_sg() argument 590 struct scatterlist *sg = to_sg; in create_multi_sg()
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_req.h | 584 * @to_sg: Destination SG list 590 static inline struct scatterlist *create_multi_sg(struct scatterlist *to_sg, in create_multi_sg() argument 594 struct scatterlist *sg = to_sg; in create_multi_sg()
|
Completed in 5 milliseconds