Searched refs:sg_zero_buffer (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | scatterlist.h | 504 size_t sg_zero_buffer(struct scatterlist *sgl, unsigned int nents,
|
/linux/lib/ |
H A D | scatterlist.c | 1078 size_t sg_zero_buffer(struct scatterlist *sgl, unsigned int nents, in sg_zero_buffer() function 1102 EXPORT_SYMBOL(sg_zero_buffer);
|
/linux/drivers/crypto/starfive/ |
H A D | jh7110-aes.c | 681 sg_zero_buffer(rctx->in_sg, sg_nents(rctx->in_sg), in starfive_aes_aead_do_one_req()
|
/linux/drivers/nvme/target/ |
H A D | admin-cmd.c | 1041 if (sg_zero_buffer(req->sg, req->sg_cnt, NVME_IDENTIFY_DATA_SIZE - off, in nvmet_execute_identify_desclist()
|
H A D | core.c | 117 if (sg_zero_buffer(req->sg, req->sg_cnt, len, off) != len) { in nvmet_zero_sgl()
|