Searched refs:ulptx (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_crypto.h | 327 void chcr_add_aead_src_ent(struct aead_request *req, struct ulptx_sgl *ulptx, 330 void *ulptx, 339 void chcr_add_hash_src_ent(struct ahash_request *req, struct ulptx_sgl *ulptx,
|
D | chcr_core.h | 126 struct ulp_txpkt ulptx; member 151 struct ulp_txpkt ulptx; member
|
D | chcr_algo.c | 723 chcr_req->ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(ctx->tx_chan_id, in create_wreq() 725 chcr_req->ulptx.len = htonl((DIV_ROUND_UP(len16, 16) - in create_wreq() 747 struct ulptx_sgl *ulptx; in create_cipher_wr() local 813 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size); in create_cipher_wr() 814 chcr_add_cipher_src_ent(wrparam->req, ulptx, wrparam); in create_cipher_wr() 1477 struct ulptx_sgl *ulptx; in create_hash_wr() local 1530 ulptx = (struct ulptx_sgl *)((u8 *)(chcr_req + 1) + param->kctx_len + in create_hash_wr() 1545 chcr_add_hash_src_ent(req, ulptx, param); in create_hash_wr() 2268 struct ulptx_sgl *ulptx; in create_authenc_wr() local 2381 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size); in create_authenc_wr() [all …]
|
D | chcr_ipsec.c | 472 wr->req.ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(pi->port_id, qid); in chcr_crypto_wreq() 473 wr->req.ulptx.len = htonl(DIV_ROUND_UP(flits, 2) - 1); in chcr_crypto_wreq()
|