Lines Matching defs:rvu_hwinfo
393 struct rvu_hwinfo { struct
394 u8 total_pfs; /* MAX RVU PFs HW supports */
395 u16 total_vfs; /* Max RVU VFs HW supports */
396 u16 max_vfs_per_pf; /* Max VFs that can be attached to a PF */
397 u8 cgx;
398 u8 lmac_per_cgx;
399 u16 cgx_chan_base; /* CGX base channel number */
400 u16 lbk_chan_base; /* LBK base channel number */
401 u16 sdp_chan_base; /* SDP base channel number */
402 u16 cpt_chan_base; /* CPT base channel number */
403 u8 cgx_links;
404 u8 lbk_links;
405 u8 sdp_links;
406 u8 cpt_links; /* Number of CPT links */
407 u8 npc_kpus; /* No of parser units */
408 u8 npc_pkinds; /* No of port kinds */
409 u8 npc_intfs; /* No of interfaces */
410 u8 npc_kpu_entries; /* No of KPU entries */
411 u16 npc_counters; /* No of match stats counters */
412 u32 lbk_bufsize; /* FIFO size supported by LBK */
413 bool npc_ext_set; /* Extended register set */
414 u64 npc_stat_ena; /* Match stats enable bit */
416 struct hw_cap cap;
417 struct rvu_block block[BLK_COUNT]; /* Block info */
418 struct nix_hw *nix;
419 struct rvu *rvu;
420 struct npc_pkind pkind;
421 struct npc_mcam mcam;
422 struct npc_exact_table *table;