Home
last modified time | relevance | path

Searched refs:total_pfs (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c394 if (pf >= rvu->hw->total_pfs) in is_pf_func_valid()
549 for (pf = 0; pf < hw->total_pfs; pf++) { in rvu_setup_msix_resources()
677 for (id = 0; id < hw->total_pfs; id++) { in rvu_free_hw_resources()
707 for (pf = 0; pf < hw->total_pfs; pf++) { in rvu_setup_pfvf_macaddress()
779 hw->total_pfs = (cfg >> 32) & 0xFF; in rvu_setup_hw_resources()
913 rvu->pf = devm_kcalloc(rvu->dev, hw->total_pfs, in rvu_setup_hw_resources()
1903 rvu_queue_work(&rvu->afpf_wq_info, 0, rvu->hw->total_pfs, intr); in rvu_mbox_intr_handler()
1930 RVU_AF_PFAF_MBOX_INT, INTR_MASK(hw->total_pfs)); in rvu_enable_mbox_intr()
1934 INTR_MASK(hw->total_pfs) & ~1ULL); in rvu_enable_mbox_intr()
2011 if (pf >= rvu->hw->total_pfs) { in rvu_flr_handler()
[all …]
H A Drvu_debugfs.c187 for (pf = 0; pf < rvu->hw->total_pfs; pf++) { in get_max_column_width()
256 for (pf = 0; pf < rvu->hw->total_pfs; pf++) { in rvu_dbg_rsrc_attach_status()
1700 for (pf = 0; pf < rvu->hw->total_pfs; pf++) { in rvu_dbg_npc_mcam_info_display()
H A Drvu.h245 u8 total_pfs; /* MAX RVU PFs HW supports */ member
H A Drvu_npc.c1036 ((rvu->hw->total_pfs - 1) * RSVD_MCAM_ENTRIES_PER_PF); in npc_mcam_rsrcs_init()