Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c445 if (pf >= rvu->hw->total_pfs) in is_pf_func_valid()
611 for (pf = 0; pf < hw->total_pfs; pf++) { in rvu_setup_msix_resources()
762 for (id = 0; id < hw->total_pfs; id++) { in rvu_free_hw_resources()
797 for (pf = 0; pf < hw->total_pfs; pf++) { in rvu_setup_pfvf_macaddress()
961 hw->total_pfs = (cfg >> 32) & 0xFF; in rvu_setup_hw_resources()
1098 rvu->pf = devm_kcalloc(rvu->dev, hw->total_pfs, in rvu_setup_hw_resources()
2789 rvu_queue_work(&rvu->afpf_wq_info, 0, rvu->hw->total_pfs, intr); in rvu_mbox_pf_intr_handler()
2833 RVU_AF_PFAF_MBOX_INT, INTR_MASK(hw->total_pfs)); in rvu_enable_mbox_intr()
2837 INTR_MASK(hw->total_pfs) & ~1ULL); in rvu_enable_mbox_intr()
2951 if (pf >= rvu->hw->total_pfs) { in rvu_flr_handler()
[all …]
H A Drvu_switch.c92 for (pf = 1; pf < hw->total_pfs; pf++) { in rvu_switch_install_rules()
235 for (pf = 1; pf < hw->total_pfs; pf++) { in rvu_switch_disable()
H A Drvu_rep.c332 for (pf = 1; pf < hw->total_pfs; pf++) { in rvu_rep_install_mcam_rules()
461 for (pf = 0; pf < rvu->hw->total_pfs; pf++) { in rvu_mbox_handler_get_rep_cnt()
H A Dmcs_rvu_if.c902 mcs->pf = devm_kcalloc(mcs->dev, hw->total_pfs, in rvu_mcs_init()
H A Drvu.h437 u8 total_pfs; /* MAX RVU PFs HW supports */ member
H A Drvu_cpt.c393 for (i = 0; i < rvu->hw->total_pfs; i++) { in get_cpt_pf_num()
H A Drvu_npc.c2121 ((rvu->hw->total_pfs - 1) * RSVD_MCAM_ENTRIES_PER_PF); in npc_mcam_rsrcs_init()
/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.c3434 for (pf = 0; pf < rvu->hw->total_pfs; pf++) { in npc_pcifunc_map_create()