Searched defs:cptpf (Results  1 – 7 of 7) sorted by relevance
| /Linux-v6.6/drivers/crypto/marvell/octeontx2/ | 
| D | otx2_cptpf_main.c | 18 static void cptpf_enable_vfpf_mbox_intr(struct otx2_cptpf_dev *cptpf,  in cptpf_enable_vfpf_mbox_intr()44 static void cptpf_disable_vfpf_mbox_intr(struct otx2_cptpf_dev *cptpf,  in cptpf_disable_vfpf_mbox_intr()
 69 static void cptpf_enable_vf_flr_me_intrs(struct otx2_cptpf_dev *cptpf,  in cptpf_enable_vf_flr_me_intrs()
 100 static void cptpf_disable_vf_flr_me_intrs(struct otx2_cptpf_dev *cptpf,  in cptpf_disable_vf_flr_me_intrs()
 177 	struct otx2_cptpf_dev *cptpf = arg;  in cptpf_vf_flr_intr()  local
 208 	struct otx2_cptpf_dev *cptpf = arg;  in cptpf_vf_me_intr()  local
 233 static void cptpf_unregister_vfpf_intr(struct otx2_cptpf_dev *cptpf,  in cptpf_unregister_vfpf_intr()
 240 static int cptpf_register_vfpf_intr(struct otx2_cptpf_dev *cptpf, int num_vfs)  in cptpf_register_vfpf_intr()
 332 static int cptpf_flr_wq_init(struct otx2_cptpf_dev *cptpf, int num_vfs)  in cptpf_flr_wq_init()
 356 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 | 28 static int forward_to_af(struct otx2_cptpf_dev *cptpf,  in forward_to_af()65 static int handle_msg_get_caps(struct otx2_cptpf_dev *cptpf,  in handle_msg_get_caps()
 87 static int handle_msg_get_eng_grp_num(struct otx2_cptpf_dev *cptpf,  in handle_msg_get_eng_grp_num()
 110 static int handle_msg_kvf_limits(struct otx2_cptpf_dev *cptpf,  in handle_msg_kvf_limits()
 129 static int send_inline_ipsec_inbound_msg(struct otx2_cptpf_dev *cptpf,  in send_inline_ipsec_inbound_msg()
 155 static int rx_inline_ipsec_lf_cfg(struct otx2_cptpf_dev *cptpf, u8 egrp,  in rx_inline_ipsec_lf_cfg()
 200 static int handle_msg_rx_inline_ipsec_lf_cfg(struct otx2_cptpf_dev *cptpf,  in handle_msg_rx_inline_ipsec_lf_cfg()
 262 static int cptpf_handle_vf_req(struct otx2_cptpf_dev *cptpf,  in cptpf_handle_vf_req()
 300 	struct otx2_cptpf_dev *cptpf = arg;  in otx2_cptpf_vfpf_mbox_intr()  local
 331 	struct otx2_cptpf_dev *cptpf;  in otx2_cptpf_vfpf_mbox_handler()  local
 [all …]
 
 | 
| D | otx2_cpt_devlink.c | 10 	struct otx2_cptpf_dev *cptpf = cpt_dl->cptpf;  in otx2_cpt_dl_egrp_create()  local19 	struct otx2_cptpf_dev *cptpf = cpt_dl->cptpf;  in otx2_cpt_dl_egrp_delete()  local
 28 	struct otx2_cptpf_dev *cptpf = cpt_dl->cptpf;  in otx2_cpt_dl_uc_info()  local
 76 	struct otx2_cptpf_dev *cptpf = cpt_dl->cptpf;  in otx2_cpt_devlink_info_get()  local
 97 int otx2_cpt_register_dl(struct otx2_cptpf_dev *cptpf)  in otx2_cpt_register_dl()
 129 void otx2_cpt_unregister_dl(struct otx2_cptpf_dev *cptpf)  in otx2_cpt_unregister_dl()
 
 | 
| D | otx2_cptpf_ucode.c | 122 	struct otx2_cptpf_dev *cptpf = dev_get_drvdata(dev);  in get_ucode_type()  local158 static int __write_ucode_base(struct otx2_cptpf_dev *cptpf, int eng,  in __write_ucode_base()
 167 			       struct otx2_cptpf_dev *cptpf, int blkaddr)  in cptx_set_ucode_base()
 204 	struct otx2_cptpf_dev *cptpf = obj;  in cpt_set_ucode_base()  local
 216 					 struct otx2_cptpf_dev *cptpf,  in cptx_detach_and_disable_cores()
 284 	struct otx2_cptpf_dev *cptpf = obj;  in cpt_detach_and_disable_cores()  local
 303 					struct otx2_cptpf_dev *cptpf,  in cptx_attach_and_enable_cores()
 344 	struct otx2_cptpf_dev *cptpf = obj;  in cpt_attach_and_enable_cores()  local
 1140 int otx2_cpt_create_eng_grps(struct otx2_cptpf_dev *cptpf,  in otx2_cpt_create_eng_grps()
 1272 static int cptx_disable_all_cores(struct otx2_cptpf_dev *cptpf, int total_cores,  in cptx_disable_all_cores()
 [all …]
 
 | 
| D | otx2_cpt_devlink.h | 13 	struct otx2_cptpf_dev *cptpf;  member
 | 
| D | cn10k_cpt.c | 46 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
 |