Lines Matching defs:rvu_hwinfo
196 struct rvu_hwinfo { struct
197 u8 total_pfs; /* MAX RVU PFs HW supports */
198 u16 total_vfs; /* Max RVU VFs HW supports */
199 u16 max_vfs_per_pf; /* Max VFs that can be attached to a PF */
200 u8 cgx;
201 u8 lmac_per_cgx;
202 u8 cgx_links;
203 u8 lbk_links;
204 u8 sdp_links;
205 u8 npc_kpus; /* No of parser units */
229 struct rvu_hwinfo *hw; argument