Searched defs:cptpf (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/drivers/crypto/marvell/octeontx2/ |
D | otx2_cptpf_main.c | 15 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() 168 struct otx2_cptpf_dev *cptpf = arg; in cptpf_vf_flr_intr() local 199 struct otx2_cptpf_dev *cptpf = arg; in cptpf_vf_me_intr() local 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() 323 static int cptpf_flr_wq_init(struct otx2_cptpf_dev *cptpf, int num_vfs) in cptpf_flr_wq_init() 347 static int cptpf_vfpf_mbox_init(struct otx2_cptpf_dev *cptpf, int num_vfs) in cptpf_vfpf_mbox_init() [all …]
|
D | otx2_cptpf_mbox.c | 14 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() local 173 struct otx2_cptpf_dev *cptpf; in otx2_cptpf_vfpf_mbox_handler() local 215 struct otx2_cptpf_dev *cptpf = arg; in otx2_cptpf_afpf_mbox_intr() local 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 …]
|
D | otx2_cptpf_ucode.c | 121 struct otx2_cptpf_dev *cptpf = dev_get_drvdata(dev); in get_ucode_type() local 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() local 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() local 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() local 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 …]
|
D | cn10k_cpt.c | 43 int cn10k_cptpf_lmtst_init(struct otx2_cptpf_dev *cptpf) in cn10k_cptpf_lmtst_init()
|
D | otx2_cptpf.h | 14 struct otx2_cptpf_dev *cptpf; /* PF pointer this VF belongs to */ member
|