Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c701 struct chcr_wr *chcr_req, in create_wreq() argument
713 chcr_req->wreq.op_to_cctx_size = FILL_WR_OP_CCTX_SIZE; in create_wreq()
714 chcr_req->wreq.pld_size_hash_size = in create_wreq()
716 chcr_req->wreq.len16_pkd = in create_wreq()
718 chcr_req->wreq.cookie = cpu_to_be64((uintptr_t)req); in create_wreq()
719 chcr_req->wreq.rx_chid_to_rx_q_id = in create_wreq()
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()
726 ((sizeof(chcr_req->wreq)) >> 4))); in create_wreq()
728 chcr_req->sc_imm.cmd_more = FILL_CMD_MORE(!imm); in create_wreq()
[all …]