Lines Matching defs:rvu_hwinfo
244 struct rvu_hwinfo { struct
245 u8 total_pfs; /* MAX RVU PFs HW supports */
246 u16 total_vfs; /* Max RVU VFs HW supports */
247 u16 max_vfs_per_pf; /* Max VFs that can be attached to a PF */
248 u8 cgx;
249 u8 lmac_per_cgx;
250 u8 cgx_links;
251 u8 lbk_links;
252 u8 sdp_links;
253 u8 npc_kpus; /* No of parser units */
255 struct hw_cap cap;
256 struct rvu_block block[BLK_COUNT]; /* Block info */
257 struct nix_hw *nix0;
258 struct npc_pkind pkind;
259 struct npc_mcam mcam;