Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/chelsio/
H A Dchcr_algo.c375 static inline void dsgl_walk_init(struct dsgl_walk *walk, in dsgl_walk_init()
422 static void dsgl_walk_add_sg(struct dsgl_walk *walk, in dsgl_walk_add_sg()
2717 struct dsgl_walk dsgl_walk; in chcr_add_aead_dst_ent() local
2725 dsgl_walk_init(&dsgl_walk, phys_cpl); in chcr_add_aead_dst_ent()
2729 dsgl_walk_add_sg(&dsgl_walk, req->dst, temp, 0); in chcr_add_aead_dst_ent()
2730 dsgl_walk_end(&dsgl_walk, qid, rx_channel_id); in chcr_add_aead_dst_ent()
2765 struct dsgl_walk dsgl_walk; in chcr_add_cipher_dst_ent() local
2769 dsgl_walk_init(&dsgl_walk, phys_cpl); in chcr_add_cipher_dst_ent()
2772 reqctx->dstsg = dsgl_walk.last_sg; in chcr_add_cipher_dst_ent()
2773 reqctx->dst_ofst = dsgl_walk.last_sg_len; in chcr_add_cipher_dst_ent()
[all …]
H A Dchcr_crypto.h206 struct dsgl_walk { struct