Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx2/
H A 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);
H A 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()
357 struct otx2_cptvf_dev *cptvf; in otx2_cptvf_probe()
445 struct otx2_cptvf_dev *cptvf = pci_get_drvdata(pdev); in otx2_cptvf_remove()