Lines Matching defs:rvu_hwinfo
373 struct rvu_hwinfo { struct
374 u8 total_pfs; /* MAX RVU PFs HW supports */
375 u16 total_vfs; /* Max RVU VFs HW supports */
376 u16 max_vfs_per_pf; /* Max VFs that can be attached to a PF */
377 u8 cgx;
378 u8 lmac_per_cgx;
379 u16 cgx_chan_base; /* CGX base channel number */
380 u16 lbk_chan_base; /* LBK base channel number */
381 u16 sdp_chan_base; /* SDP base channel number */
382 u16 cpt_chan_base; /* CPT base channel number */
383 u8 cgx_links;
384 u8 lbk_links;
385 u8 sdp_links;
386 u8 cpt_links; /* Number of CPT links */
387 u8 npc_kpus; /* No of parser units */
388 u8 npc_pkinds; /* No of port kinds */
389 u8 npc_intfs; /* No of interfaces */
390 u8 npc_kpu_entries; /* No of KPU entries */
391 u16 npc_counters; /* No of match stats counters */
392 u32 lbk_bufsize; /* FIFO size supported by LBK */
393 bool npc_ext_set; /* Extended register set */
394 u64 npc_stat_ena; /* Match stats enable bit */
396 struct hw_cap cap;
397 struct rvu_block block[BLK_COUNT]; /* Block info */
398 struct nix_hw *nix;
399 struct rvu *rvu;
400 struct npc_pkind pkind;
401 struct npc_mcam mcam;
402 struct npc_exact_table *table;