Searched refs:rx_channel_id (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 769 unsigned int tx_channel_id, rx_channel_id; in create_wreq() local 778 rx_channel_id = cxgb4_port_e2cchan(u_ctx->lldi.ports[portno]); in create_wreq() 787 chcr_req->wreq.rx_chid_to_rx_q_id = FILL_WR_RX_Q_ID(rx_channel_id, qid, in create_wreq() 824 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in create_cipher_wr() local 826 rx_channel_id = cxgb4_port_e2cchan(u_ctx->lldi.ports[rx_channel_id]); in create_cipher_wr() 845 FILL_SEC_CPL_OP_IVINSR(rx_channel_id, 2, 1); in create_cipher_wr() 1583 unsigned int rx_channel_id = req_ctx->rxqidx / ctx->rxq_perchan; in create_hash_wr() local 1585 rx_channel_id = cxgb4_port_e2cchan(u_ctx->lldi.ports[rx_channel_id]); in create_hash_wr() 2462 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; create_authenc_wr() local 2720 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; chcr_add_aead_dst_ent() local 2764 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; chcr_add_cipher_dst_ent() local 2975 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; fill_sec_cpl_for_aead() local 3157 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; create_gcm_wr() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 765 unsigned int tx_channel_id, rx_channel_id; in create_wreq() local 774 rx_channel_id = cxgb4_port_e2cchan(u_ctx->lldi.ports[portno]); in create_wreq() 783 chcr_req->wreq.rx_chid_to_rx_q_id = FILL_WR_RX_Q_ID(rx_channel_id, qid, in create_wreq() 817 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in create_cipher_wr() local 819 rx_channel_id = cxgb4_port_e2cchan(u_ctx->lldi.ports[rx_channel_id]); in create_cipher_wr() 838 FILL_SEC_CPL_OP_IVINSR(rx_channel_id, 2, 1); in create_cipher_wr() 1577 unsigned int rx_channel_id = req_ctx->rxqidx / ctx->rxq_perchan; in create_hash_wr() local 1579 rx_channel_id = cxgb4_port_e2cchan(u_ctx->lldi.ports[rx_channel_id]); in create_hash_wr() 2457 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; create_authenc_wr() local 2715 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; chcr_add_aead_dst_ent() local 2759 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; chcr_add_cipher_dst_ent() local 2970 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; fill_sec_cpl_for_aead() local 3152 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; create_gcm_wr() local [all...] |
Completed in 8 milliseconds