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