Searched refs:sg_zero_buffer (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | scatterlist.h | 504 size_t sg_zero_buffer(struct scatterlist *sgl, unsigned int nents,
|
/openbmc/linux/lib/ |
H A D | scatterlist.c | 1077 size_t sg_zero_buffer(struct scatterlist *sgl, unsigned int nents, in sg_zero_buffer() function 1101 EXPORT_SYMBOL(sg_zero_buffer);
|
/openbmc/linux/drivers/nvme/target/ |
H A D | admin-cmd.c | 663 if (sg_zero_buffer(req->sg, req->sg_cnt, NVME_IDENTIFY_DATA_SIZE - off, in nvmet_execute_identify_desclist()
|
H A D | core.c | 116 if (sg_zero_buffer(req->sg, req->sg_cnt, len, off) != len) { in nvmet_zero_sgl()
|
/openbmc/linux/drivers/crypto/ccree/ |
H A D | cc_aead.c | 235 sg_zero_buffer(areq->dst, sg_nents(areq->dst), in cc_aead_complete()
|