Searched defs:cptpf (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cptpf_main.c | 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 486 struct otx2_cptpf_dev *cptpf = dev_get_drvdata(dev); in kvf_limits_show() local 495 struct otx2_cptpf_dev *cptpf = dev_get_drvdata(dev); in kvf_limits_store() local 523 static int cpt_is_pf_usable(struct otx2_cptpf_dev *cptpf) in cpt_is_pf_usable() 569 static int cptpf_device_reset(struct otx2_cptpf_dev *cptpf) in cptpf_device_reset() 591 static int cptpf_device_init(struct otx2_cptpf_dev *cptpf) in cptpf_device_init() 622 struct otx2_cptpf_dev *cptpf = pci_get_drvdata(pdev); in cptpf_sriov_disable() local 640 struct otx2_cptpf_dev *cptpf = pci_get_drvdata(pdev); in cptpf_sriov_enable() local 698 struct otx2_cptpf_dev *cptpf; in otx2_cptpf_probe() local [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() 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 …]
|
A 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() 1267 int otx2_cpt_disable_all_cores(struct otx2_cptpf_dev *cptpf) in otx2_cpt_disable_all_cores() [all …]
|
A D | cn10k_cpt.c | 43 int cn10k_cptpf_lmtst_init(struct otx2_cptpf_dev *cptpf) in cn10k_cptpf_lmtst_init()
|
A D | otx2_cptpf.h | 14 struct otx2_cptpf_dev *cptpf; /* PF pointer this VF belongs to */ member
|
Completed in 32 milliseconds