Searched refs:ulptx (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/crypto/chelsio/ |
| D | chcr_crypto.h | 323 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,
|
| D | chcr_core.h | 137 struct ulp_txpkt ulptx; member 165 struct ulp_txpkt ulptx; member
|
| D | chcr_algo.c | 741 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 …]
|
| D | chcr_ipsec.c | 578 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()
|