Home
last modified time | relevance | path

Searched refs:ulptx (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_crypto.h323 void chcr_add_aead_src_ent(struct aead_request *req, struct ulptx_sgl *ulptx);
325 void *ulptx,
334 void chcr_add_hash_src_ent(struct ahash_request *req, struct ulptx_sgl *ulptx,
Dchcr_core.h137 struct ulp_txpkt ulptx; member
165 struct ulp_txpkt ulptx; member
Dchcr_algo.c741 chcr_req->ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(ctx->tx_chan_id, in create_wreq()
743 chcr_req->ulptx.len = htonl((DIV_ROUND_UP(len16, 16) - in create_wreq()
765 struct ulptx_sgl *ulptx; in create_cipher_wr() local
831 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size); in create_cipher_wr()
832 chcr_add_cipher_src_ent(wrparam->req, ulptx, wrparam); in create_cipher_wr()
1500 struct ulptx_sgl *ulptx; in create_hash_wr() local
1553 ulptx = (struct ulptx_sgl *)((u8 *)(chcr_req + 1) + param->kctx_len + in create_hash_wr()
1568 chcr_add_hash_src_ent(req, ulptx, param); in create_hash_wr()
2333 struct ulptx_sgl *ulptx; in create_authenc_wr() local
2433 ulptx = (struct ulptx_sgl *)(ivptr + IV); in create_authenc_wr()
[all …]
Dchcr_ipsec.c578 wr->req.ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(pi->port_id, qid); in chcr_crypto_wreq()
579 wr->req.ulptx.len = htonl(ndesc - 1); in chcr_crypto_wreq()