Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/marvell/octeontx2/
Dotx2_cptpf_main.c15 static void cptpf_enable_vfpf_mbox_intr(struct otx2_cptpf_dev *cptpf, in cptpf_enable_vfpf_mbox_intr()
41 static void cptpf_disable_vfpf_mbox_intr(struct otx2_cptpf_dev *cptpf, in cptpf_disable_vfpf_mbox_intr()
66 static void cptpf_enable_vf_flr_me_intrs(struct otx2_cptpf_dev *cptpf, in cptpf_enable_vf_flr_me_intrs()
97 static void cptpf_disable_vf_flr_me_intrs(struct otx2_cptpf_dev *cptpf, in cptpf_disable_vf_flr_me_intrs()
131 struct otx2_cptpf_dev *pf; in cptpf_flr_wq_handler()
168 struct otx2_cptpf_dev *cptpf = arg; in cptpf_vf_flr_intr()
199 struct otx2_cptpf_dev *cptpf = arg; in cptpf_vf_me_intr()
224 static void cptpf_unregister_vfpf_intr(struct otx2_cptpf_dev *cptpf, in cptpf_unregister_vfpf_intr()
231 static int cptpf_register_vfpf_intr(struct otx2_cptpf_dev *cptpf, int num_vfs) in cptpf_register_vfpf_intr()
314 static void cptpf_flr_wq_destroy(struct otx2_cptpf_dev *pf) in cptpf_flr_wq_destroy()
[all …]
Dotx2_cptpf_mbox.c14 static int forward_to_af(struct otx2_cptpf_dev *cptpf, in forward_to_af()
44 static int handle_msg_get_caps(struct otx2_cptpf_dev *cptpf, in handle_msg_get_caps()
66 static int handle_msg_get_eng_grp_num(struct otx2_cptpf_dev *cptpf, in handle_msg_get_eng_grp_num()
89 static int handle_msg_kvf_limits(struct otx2_cptpf_dev *cptpf, in handle_msg_kvf_limits()
108 static int cptpf_handle_vf_req(struct otx2_cptpf_dev *cptpf, in cptpf_handle_vf_req()
142 struct otx2_cptpf_dev *cptpf = arg; in otx2_cptpf_vfpf_mbox_intr()
173 struct otx2_cptpf_dev *cptpf; in otx2_cptpf_vfpf_mbox_handler()
215 struct otx2_cptpf_dev *cptpf = arg; in otx2_cptpf_afpf_mbox_intr()
231 static void process_afpf_mbox_msg(struct otx2_cptpf_dev *cptpf, in process_afpf_mbox_msg()
279 static void forward_to_vf(struct otx2_cptpf_dev *cptpf, struct mbox_msghdr *msg, in forward_to_vf()
[all …]
Dotx2_cptpf.h12 struct otx2_cptpf_dev;
14 struct otx2_cptpf_dev *cptpf; /* PF pointer this VF belongs to */
23 struct otx2_cptpf_dev *pf;
26 struct otx2_cptpf_dev { struct
Dotx2_cptpf_ucode.h153 struct otx2_cptpf_dev;
158 int otx2_cpt_create_eng_grps(struct otx2_cptpf_dev *cptpf,
160 int otx2_cpt_disable_all_cores(struct otx2_cptpf_dev *cptpf);
162 int otx2_cpt_discover_eng_capabilities(struct otx2_cptpf_dev *cptpf);
Dotx2_cptpf_ucode.c121 struct otx2_cptpf_dev *cptpf = dev_get_drvdata(dev); in get_ucode_type()
157 static int __write_ucode_base(struct otx2_cptpf_dev *cptpf, int eng, in __write_ucode_base()
166 struct otx2_cptpf_dev *cptpf, int blkaddr) in cptx_set_ucode_base()
203 struct otx2_cptpf_dev *cptpf = obj; in cpt_set_ucode_base()
215 struct otx2_cptpf_dev *cptpf, in cptx_detach_and_disable_cores()
283 struct otx2_cptpf_dev *cptpf = obj; in cpt_detach_and_disable_cores()
302 struct otx2_cptpf_dev *cptpf, in cptx_attach_and_enable_cores()
343 struct otx2_cptpf_dev *cptpf = obj; in cpt_attach_and_enable_cores()
1106 int otx2_cpt_create_eng_grps(struct otx2_cptpf_dev *cptpf, in otx2_cpt_create_eng_grps()
1213 static int cptx_disable_all_cores(struct otx2_cptpf_dev *cptpf, int total_cores, in cptx_disable_all_cores()
[all …]
Dcn10k_cpt.h33 int cn10k_cptpf_lmtst_init(struct otx2_cptpf_dev *cptpf);
Dcn10k_cpt.c43 int cn10k_cptpf_lmtst_init(struct otx2_cptpf_dev *cptpf) in cn10k_cptpf_lmtst_init()