Lines Matching defs:rvu_hwinfo
340 struct rvu_hwinfo { struct
341 u8 total_pfs; /* MAX RVU PFs HW supports */
342 u16 total_vfs; /* Max RVU VFs HW supports */
343 u16 max_vfs_per_pf; /* Max VFs that can be attached to a PF */
344 u8 cgx;
345 u8 lmac_per_cgx;
346 u16 cgx_chan_base; /* CGX base channel number */
347 u16 lbk_chan_base; /* LBK base channel number */
348 u16 sdp_chan_base; /* SDP base channel number */
349 u16 cpt_chan_base; /* CPT base channel number */
350 u8 cgx_links;
351 u8 lbk_links;
352 u8 sdp_links;
353 u8 cpt_links; /* Number of CPT links */
354 u8 npc_kpus; /* No of parser units */
355 u8 npc_pkinds; /* No of port kinds */
356 u8 npc_intfs; /* No of interfaces */
357 u8 npc_kpu_entries; /* No of KPU entries */
358 u16 npc_counters; /* No of match stats counters */
359 u32 lbk_bufsize; /* FIFO size supported by LBK */
360 bool npc_ext_set; /* Extended register set */
361 u64 npc_stat_ena; /* Match stats enable bit */
363 struct hw_cap cap;
364 struct rvu_block block[BLK_COUNT]; /* Block info */
365 struct nix_hw *nix;
366 struct rvu *rvu;
367 struct npc_pkind pkind;
368 struct npc_mcam mcam;