Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/chelsio/
H A Dchcr_algo.c876 chcr_add_cipher_src_ent(wrparam->req, ulptx, wrparam); in create_cipher_wr()
877 chcr_add_cipher_dst_ent(wrparam->req, phys_cpl, wrparam, wrparam->qid); in create_cipher_wr()
890 sg_nents(wrparam->req->src), wrparam->req->iv, 16, in create_cipher_wr()
1167 struct cipher_wr_param wrparam; in chcr_handle_cipher_resp() local
1210 wrparam.req = req; in chcr_handle_cipher_resp()
1211 wrparam.bytes = bytes; in chcr_handle_cipher_resp()
1212 skb = create_cipher_wr(&wrparam); in chcr_handle_cipher_resp()
1252 struct cipher_wr_param wrparam; in process_cipher() local
1343 wrparam.qid = qid; in process_cipher()
1344 wrparam.req = req; in process_cipher()
[all …]
H A Dchcr_crypto.h340 struct cipher_wr_param *wrparam);
345 struct cipher_wr_param *wrparam,