Searched defs:otx2_cptpf_dev (Results 1 – 1 of 1) sorted by relevance
26 struct otx2_cptpf_dev { struct27 void __iomem *reg_base; /* CPT PF registers start address */28 void __iomem *afpf_mbox_base; /* PF-AF mbox start address */29 void __iomem *vfpf_mbox_base; /* VF-PF mbox start address */30 struct pci_dev *pdev; /* PCI device handle */31 struct otx2_cptvf_info vf[OTX2_CPT_MAX_VFS_NUM];32 struct otx2_cpt_eng_grps eng_grps;/* Engine groups information */33 struct otx2_cptlfs_info lfs; /* CPT LFs attached to this PF */35 union otx2_cpt_eng_caps eng_caps[OTX2_CPT_MAX_ENG_TYPES];36 bool is_eng_caps_discovered;[all …]