Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/chelsio/
Dchcr_core.c75 struct uld_ctx *u_ctx = NULL; in assign_chcr_device() local
85 u_ctx = drv_data.last_dev; in assign_chcr_device()
94 return u_ctx; in assign_chcr_device()
97 static void chcr_dev_add(struct uld_ctx *u_ctx) in chcr_dev_add() argument
101 dev = &u_ctx->dev; in chcr_dev_add()
105 list_move(&u_ctx->entry, &drv_data.act_dev); in chcr_dev_add()
107 drv_data.last_dev = u_ctx; in chcr_dev_add()
111 static void chcr_dev_init(struct uld_ctx *u_ctx) in chcr_dev_init() argument
115 dev = &u_ctx->dev; in chcr_dev_init()
124 list_add_tail(&u_ctx->entry, &drv_data.inact_dev); in chcr_dev_init()
[all …]
Dchcr_algo.c764 struct uld_ctx *u_ctx = ULD_CTX(ctx); in create_wreq() local
770 qid = u_ctx->lldi.rxq_ids[rxqidx]; in create_wreq()
771 fid = u_ctx->lldi.rxq_ids[0]; in create_wreq()
774 rx_channel_id = cxgb4_port_e2cchan(u_ctx->lldi.ports[portno]); in create_wreq()
802 struct uld_ctx *u_ctx = ULD_CTX(ctx); in create_cipher_wr() local
819 rx_channel_id = cxgb4_port_e2cchan(u_ctx->lldi.ports[rx_channel_id]); in create_cipher_wr()
1163 struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm)); in chcr_handle_cipher_resp() local
1209 wrparam.qid = u_ctx->lldi.rxq_ids[reqctx->rxqidx]; in chcr_handle_cipher_resp()
1218 skb->dev = u_ctx->lldi.ports[0]; in chcr_handle_cipher_resp()
1369 struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm)); in chcr_aes_encrypt() local
[all …]
Dchcr_core.h125 struct uld_ctx *u_ctx = container_of(dev, struct uld_ctx, dev); in padap() local
127 return pci_get_drvdata(u_ctx->lldi.pdev); in padap()
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
Dchcr_ipsec.c103 struct ipsec_uld_ctx *u_ctx; in ch_ipsec_uld_add() local
107 u_ctx = kzalloc(sizeof(*u_ctx), GFP_KERNEL); in ch_ipsec_uld_add()
108 if (!u_ctx) { in ch_ipsec_uld_add()
109 u_ctx = ERR_PTR(-ENOMEM); in ch_ipsec_uld_add()
112 u_ctx->lldi = *infop; in ch_ipsec_uld_add()
114 return u_ctx; in ch_ipsec_uld_add()
119 struct ipsec_uld_ctx *u_ctx = handle; in ch_ipsec_uld_state_change() local
124 pr_info("%s: Up\n", pci_name(u_ctx->lldi.pdev)); in ch_ipsec_uld_state_change()
126 list_add_tail(&u_ctx->entry, &uld_ctx_list); in ch_ipsec_uld_state_change()
132 pr_info("%s: Down\n", pci_name(u_ctx->lldi.pdev)); in ch_ipsec_uld_state_change()
[all …]
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c368 struct chcr_ktls_uld_ctx *u_ctx; in chcr_ktls_dev_del() local
373 u_ctx = tx_info->adap->uld[CXGB4_ULD_KTLS].handle; in chcr_ktls_dev_del()
374 if (u_ctx && u_ctx->detach) in chcr_ktls_dev_del()
393 xa_erase(&u_ctx->tid_list, tx_info->tid); in chcr_ktls_dev_del()
421 struct chcr_ktls_uld_ctx *u_ctx; in chcr_ktls_dev_add() local
436 u_ctx = adap->uld[CXGB4_ULD_KTLS].handle; in chcr_ktls_dev_add()
446 if (u_ctx && u_ctx->detach) in chcr_ktls_dev_add()
584 xa_erase(&u_ctx->tid_list, tx_info->tid); in chcr_ktls_dev_add()
651 struct chcr_ktls_uld_ctx *u_ctx; in chcr_ktls_cpl_act_open_rpl() local
690 u_ctx = adap->uld[CXGB4_ULD_KTLS].handle; in chcr_ktls_cpl_act_open_rpl()
[all …]
Dchcr_ktls.h95 struct chcr_ktls_uld_ctx *u_ctx = adap->uld[CXGB4_ULD_KTLS].handle; in chcr_get_first_rx_qid() local
97 if (!u_ctx) in chcr_get_first_rx_qid()
99 return u_ctx->lldi.rxq_ids[0]; in chcr_get_first_rx_qid()