Lines Matching defs:rvu_hwinfo
435 struct rvu_hwinfo { struct
436 u8 total_pfs; /* MAX RVU PFs HW supports */
437 u16 total_vfs; /* Max RVU VFs HW supports */
438 u16 max_vfs_per_pf; /* Max VFs that can be attached to a PF */
439 u8 cgx;
440 u8 lmac_per_cgx;
441 u16 cgx_chan_base; /* CGX base channel number */
442 u16 lbk_chan_base; /* LBK base channel number */
443 u16 sdp_chan_base; /* SDP base channel number */
444 u16 cpt_chan_base; /* CPT base channel number */
445 u8 cgx_links;
446 u8 lbk_links;
447 u8 sdp_links;
448 u8 cpt_links; /* Number of CPT links */
449 u8 npc_kpus; /* No of parser units */
450 u8 npc_pkinds; /* No of port kinds */
451 u8 npc_intfs; /* No of interfaces */
452 u8 npc_kpu_entries; /* No of KPU entries */
453 u16 npc_counters; /* No of match stats counters */
454 u32 lbk_bufsize; /* FIFO size supported by LBK */
455 bool npc_ext_set; /* Extended register set */
456 u64 npc_stat_ena; /* Match stats enable bit */
458 struct hw_cap cap;
459 struct rvu_block block[BLK_COUNT]; /* Block info */
460 struct nix_hw *nix;
461 struct rvu *rvu;
462 struct npc_pkind pkind;
463 struct npc_mcam mcam;
464 struct npc_exact_table *table;