Home
last modified time | relevance | path

Searched refs:__dump_sg (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/crypto/bcm/
H A Dutil.h55 void __dump_sg(struct scatterlist *sg, unsigned int skip, unsigned int len);
57 #define dump_sg(sg, skip, len) __dump_sg(sg, skip, len)
H A Dutil.c273 void __dump_sg(struct scatterlist *sg, unsigned int skip, unsigned int len) in __dump_sg() function