Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf.h11 struct otx2_cptvf_dev { struct
30 int otx2_cptvf_send_eng_grp_num_msg(struct otx2_cptvf_dev *cptvf, int eng_type); argument
31 int otx2_cptvf_send_kvf_limits_msg(struct otx2_cptvf_dev *cptvf);
32 int otx2_cpt_mbox_bbuf_init(struct otx2_cptvf_dev *cptvf, struct pci_dev *pdev);
33 int otx2_cptvf_send_caps_msg(struct otx2_cptvf_dev *cptvf);
Dotx2_cptvf_mbox.c8 int otx2_cpt_mbox_bbuf_init(struct otx2_cptvf_dev *cptvf, struct pci_dev *pdev) in otx2_cpt_mbox_bbuf_init()
52 struct otx2_cptvf_dev *cptvf = arg; in otx2_cptvf_pfvf_mbox_intr()
69 static void process_pfvf_mbox_mbox_msg(struct otx2_cptvf_dev *cptvf, in process_pfvf_mbox_mbox_msg()
147 struct otx2_cptvf_dev *cptvf; in otx2_cptvf_pfvf_mbox_handler()
157 cptvf = container_of(work, struct otx2_cptvf_dev, pfvf_mbox_work); in otx2_cptvf_pfvf_mbox_handler()
176 int otx2_cptvf_send_eng_grp_num_msg(struct otx2_cptvf_dev *cptvf, int eng_type) in otx2_cptvf_send_eng_grp_num_msg()
197 int otx2_cptvf_send_kvf_limits_msg(struct otx2_cptvf_dev *cptvf) in otx2_cptvf_send_kvf_limits_msg()
217 int otx2_cptvf_send_caps_msg(struct otx2_cptvf_dev *cptvf) in otx2_cptvf_send_caps_msg()
Dotx2_cptvf_main.c13 static void cptvf_enable_pfvf_mbox_intrs(struct otx2_cptvf_dev *cptvf) in cptvf_enable_pfvf_mbox_intrs()
24 static void cptvf_disable_pfvf_mbox_intrs(struct otx2_cptvf_dev *cptvf) in cptvf_disable_pfvf_mbox_intrs()
35 static int cptvf_register_interrupts(struct otx2_cptvf_dev *cptvf) in cptvf_register_interrupts()
72 static int cptvf_pfvf_mbox_init(struct otx2_cptvf_dev *cptvf) in cptvf_pfvf_mbox_init()
122 static void cptvf_pfvf_mbox_destroy(struct otx2_cptvf_dev *cptvf) in cptvf_pfvf_mbox_destroy()
260 static int cptvf_lf_init(struct otx2_cptvf_dev *cptvf) in cptvf_lf_init()
343 struct otx2_cptvf_dev *cptvf; in otx2_cptvf_probe()
421 struct otx2_cptvf_dev *cptvf = pci_get_drvdata(pdev); in otx2_cptvf_remove()
Dcn10k_cpt.h52 int cn10k_cptvf_lmtst_init(struct otx2_cptvf_dev *cptvf);
59 void cptvf_hw_ops_get(struct otx2_cptvf_dev *cptvf);
Dcn10k_cpt.c78 int cn10k_cptvf_lmtst_init(struct otx2_cptvf_dev *cptvf) in cn10k_cptvf_lmtst_init()
156 struct otx2_cptvf_dev *cptvf = pci_get_drvdata(pdev); in cn10k_cpt_ctx_flush()
173 void cptvf_hw_ops_get(struct otx2_cptvf_dev *cptvf) in cptvf_hw_ops_get()
Dotx2_cptvf_reqmgr.c199 struct otx2_cptvf_dev *cptvf = pci_get_drvdata(pdev); in otx2_cpt_do_request()
395 struct otx2_cptvf_dev *cptvf = pci_get_drvdata(pdev); in otx2_cpt_get_kcrypto_eng_grp_num()