Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.c444 if (pf >= rvu->hw->total_pfs) in is_pf_func_valid()
609 for (pf = 0; pf < hw->total_pfs; pf++) { in rvu_setup_msix_resources()
737 for (id = 0; id < hw->total_pfs; id++) { in rvu_free_hw_resources()
767 for (pf = 0; pf < hw->total_pfs; pf++) { in rvu_setup_pfvf_macaddress()
929 hw->total_pfs = (cfg >> 32) & 0xFF; in rvu_setup_hw_resources()
1063 rvu->pf = devm_kcalloc(rvu->dev, hw->total_pfs, in rvu_setup_hw_resources()
2481 rvu_queue_work(&rvu->afpf_wq_info, 0, rvu->hw->total_pfs, intr); in rvu_mbox_intr_handler()
2508 RVU_AF_PFAF_MBOX_INT, INTR_MASK(hw->total_pfs)); in rvu_enable_mbox_intr()
2512 INTR_MASK(hw->total_pfs) & ~1ULL); in rvu_enable_mbox_intr()
2602 if (pf >= rvu->hw->total_pfs) { in rvu_flr_handler()
[all …]
Drvu_switch.c79 for (pf = 1; pf < hw->total_pfs; pf++) { in rvu_switch_install_rules()
210 for (pf = 1; pf < hw->total_pfs; pf++) { in rvu_switch_disable()
Drvu_debugfs.c273 for (pf = 0; pf < rvu->hw->total_pfs; pf++) { in rvu_dbg_lmtst_map_table_display()
367 for (pf = 0; pf < rvu->hw->total_pfs; pf++) { in get_max_column_width()
436 for (pf = 0; pf < rvu->hw->total_pfs; pf++) { in rvu_dbg_rsrc_attach_status()
513 for (pf = 0; pf < rvu->hw->total_pfs; pf++) { in rvu_dbg_rvu_pf_cgx_map_display()
2364 for (pf = 0; pf < rvu->hw->total_pfs; pf++) { in rvu_dbg_npc_mcam_info_display()
Drvu.h344 u8 total_pfs; /* MAX RVU PFs HW supports */ member
Drvu_cpt.c275 for (i = 0; i < rvu->hw->total_pfs; i++) { in get_cpt_pf_num()
Drvu_npc.c1784 ((rvu->hw->total_pfs - 1) * RSVD_MCAM_ENTRIES_PER_PF); in npc_mcam_rsrcs_init()