Lines Matching refs:scatterlist
79 struct scatterlist *src;
80 struct scatterlist *dst;
244 struct scatterlist *src;
245 struct scatterlist *dst;
258 struct scatterlist src[3];
259 struct scatterlist dst[3];
482 struct scatterlist *sg;
559 size = sizeof(struct scatterlist) * nents; in alloc_req_buf()
573 static inline struct scatterlist *create_single_sg(struct scatterlist *sg, in create_single_sg()
590 static inline struct scatterlist *create_multi_sg(struct scatterlist *to_sg, in create_multi_sg()
591 struct scatterlist *from_sg, in create_multi_sg()
594 struct scatterlist *sg = to_sg; in create_multi_sg()
637 static inline struct scatterlist *nitrox_creq_src_sg(char *iv, int ivsize) in nitrox_creq_src_sg()
639 return (struct scatterlist *)(iv + ivsize); in nitrox_creq_src_sg()
644 struct scatterlist *src, int buflen) in nitrox_creq_set_src_sg()
647 struct scatterlist *sg; in nitrox_creq_set_src_sg()
695 static inline struct scatterlist *nitrox_creq_dst_sg(char *dst) in nitrox_creq_dst_sg()
697 return (struct scatterlist *)(dst + ORH_HLEN + COMP_HLEN); in nitrox_creq_dst_sg()
702 struct scatterlist *dst, int buflen) in nitrox_creq_set_dst_sg()
705 struct scatterlist *sg; in nitrox_creq_set_dst_sg()