Searched refs:otx2_cptpf_dev (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/crypto/marvell/octeontx2/ |
| A D | otx2_cptpf_main.c | 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() 314 static void cptpf_flr_wq_destroy(struct otx2_cptpf_dev *pf) in cptpf_flr_wq_destroy() 486 struct otx2_cptpf_dev *cptpf = dev_get_drvdata(dev); in kvf_limits_show() 495 struct otx2_cptpf_dev *cptpf = dev_get_drvdata(dev); in kvf_limits_store() 523 static int cpt_is_pf_usable(struct otx2_cptpf_dev *cptpf) in cpt_is_pf_usable() 622 struct otx2_cptpf_dev *cptpf = pci_get_drvdata(pdev); in cptpf_sriov_disable() 640 struct otx2_cptpf_dev *cptpf = pci_get_drvdata(pdev); in cptpf_sriov_enable() 698 struct otx2_cptpf_dev *cptpf; in otx2_cptpf_probe() [all …]
|
| A 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() 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() 325 struct otx2_cptpf_dev *cptpf; in otx2_cptpf_afpf_mbox_handler() [all …]
|
| A D | otx2_cptpf.h | 12 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
|
| A D | otx2_cptpf_ucode.h | 153 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);
|
| A D | otx2_cptpf_ucode.c | 121 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() 1267 int otx2_cpt_disable_all_cores(struct otx2_cptpf_dev *cptpf) in otx2_cpt_disable_all_cores() [all …]
|
| A D | cn10k_cpt.h | 33 int cn10k_cptpf_lmtst_init(struct otx2_cptpf_dev *cptpf);
|
| A D | cn10k_cpt.c | 43 int cn10k_cptpf_lmtst_init(struct otx2_cptpf_dev *cptpf) in cn10k_cptpf_lmtst_init()
|
Completed in 17 milliseconds