Lines Matching refs:cptpf
10 struct otx2_cptpf_dev *cptpf = cpt_dl->cptpf; in otx2_cpt_dl_egrp_create() local
12 return otx2_cpt_dl_custom_egrp_create(cptpf, ctx); in otx2_cpt_dl_egrp_create()
19 struct otx2_cptpf_dev *cptpf = cpt_dl->cptpf; in otx2_cpt_dl_egrp_delete() local
21 return otx2_cpt_dl_custom_egrp_delete(cptpf, ctx); in otx2_cpt_dl_egrp_delete()
28 struct otx2_cptpf_dev *cptpf = cpt_dl->cptpf; in otx2_cpt_dl_uc_info() local
30 otx2_cpt_print_uc_dbg_info(cptpf); in otx2_cpt_dl_uc_info()
76 struct otx2_cptpf_dev *cptpf = cpt_dl->cptpf; in otx2_cpt_devlink_info_get() local
79 err = otx2_cpt_dl_info_firmware_version_put(req, cptpf->eng_grps.grp, in otx2_cpt_devlink_info_get()
84 err = otx2_cpt_dl_info_firmware_version_put(req, cptpf->eng_grps.grp, in otx2_cpt_devlink_info_get()
89 return otx2_cpt_dl_info_firmware_version_put(req, cptpf->eng_grps.grp, in otx2_cpt_devlink_info_get()
97 int otx2_cpt_register_dl(struct otx2_cptpf_dev *cptpf) in otx2_cpt_register_dl() argument
99 struct device *dev = &cptpf->pdev->dev; in otx2_cpt_register_dl()
113 cpt_dl->cptpf = cptpf; in otx2_cpt_register_dl()
114 cptpf->dl = dl; in otx2_cpt_register_dl()
129 void otx2_cpt_unregister_dl(struct otx2_cptpf_dev *cptpf) in otx2_cpt_unregister_dl() argument
131 struct devlink *dl = cptpf->dl; in otx2_cpt_unregister_dl()