Searched refs:total_pfs (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu.c | 399 if (pf >= rvu->hw->total_pfs) in is_pf_func_valid() 554 for (pf = 0; pf < hw->total_pfs; pf++) { in rvu_setup_msix_resources() 682 for (id = 0; id < hw->total_pfs; id++) { in rvu_free_hw_resources() 712 for (pf = 0; pf < hw->total_pfs; pf++) { in rvu_setup_pfvf_macaddress() 784 hw->total_pfs = (cfg >> 32) & 0xFF; in rvu_setup_hw_resources() 918 rvu->pf = devm_kcalloc(rvu->dev, hw->total_pfs, in rvu_setup_hw_resources() 1987 rvu_queue_work(&rvu->afpf_wq_info, 0, rvu->hw->total_pfs, intr); in rvu_mbox_intr_handler() 2014 RVU_AF_PFAF_MBOX_INT, INTR_MASK(hw->total_pfs)); in rvu_enable_mbox_intr() 2018 INTR_MASK(hw->total_pfs) & ~1ULL); in rvu_enable_mbox_intr() 2095 if (pf >= rvu->hw->total_pfs) { in rvu_flr_handler() [all...] |
H A D | rvu.h | 249 u8 total_pfs; /* MAX RVU PFs HW supports */ member
|
H A D | rvu_debugfs.c | 187 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 D | rvu_npc.c | 1036 ((rvu->hw->total_pfs - 1) * RSVD_MCAM_ENTRIES_PER_PF); in npc_mcam_rsrcs_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu.c | 449 if (pf >= rvu->hw->total_pfs) in is_pf_func_valid() 614 for (pf = 0; pf < hw->total_pfs; pf++) { in rvu_setup_msix_resources() 742 for (id = 0; id < hw->total_pfs; id++) { in rvu_free_hw_resources() 772 for (pf = 0; pf < hw->total_pfs; pf++) { in rvu_setup_pfvf_macaddress() 934 hw->total_pfs = (cfg >> 32) & 0xFF; in rvu_setup_hw_resources() 1068 rvu->pf = devm_kcalloc(rvu->dev, hw->total_pfs, in rvu_setup_hw_resources() 2545 rvu_queue_work(&rvu->afpf_wq_info, 0, rvu->hw->total_pfs, intr); in rvu_mbox_pf_intr_handler() 2584 RVU_AF_PFAF_MBOX_INT, INTR_MASK(hw->total_pfs)); in rvu_enable_mbox_intr() 2588 INTR_MASK(hw->total_pfs) & ~1ULL); in rvu_enable_mbox_intr() 2685 if (pf >= rvu->hw->total_pfs) { in rvu_flr_handler() [all...] |
H A D | rvu_switch.c | 92 for (pf = 1; pf < hw->total_pfs; pf++) { in rvu_switch_install_rules() 225 for (pf = 1; pf < hw->total_pfs; pf++) { in rvu_switch_disable()
|
H A D | rvu_debugfs.c | 617 for (pf = 0; pf < rvu->hw->total_pfs; pf++) { in rvu_dbg_lmtst_map_table_display() 711 for (pf = 0; pf < rvu->hw->total_pfs; pf++) { in get_max_column_width() 780 for (pf = 0; pf < rvu->hw->total_pfs; pf++) { in rvu_dbg_rsrc_attach_status() 857 for (pf = 0; pf < rvu->hw->total_pfs; pf++) { in rvu_dbg_rvu_pf_cgx_map_display() 2718 for (pf = 0; pf < rvu->hw->total_pfs; pf++) { in rvu_dbg_npc_mcam_info_display()
|
H A D | mcs_rvu_if.c | 900 mcs->pf = devm_kcalloc(mcs->dev, hw->total_pfs, in rvu_mcs_init()
|
H A D | rvu.h | 375 u8 total_pfs; /* MAX RVU PFs HW supports */ member
|
H A D | rvu_cpt.c | 333 for (i = 0; i < rvu->hw->total_pfs; i++) { in get_cpt_pf_num()
|
H A D | rvu_npc.c | 1874 ((rvu->hw->total_pfs - 1) * RSVD_MCAM_ENTRIES_PER_PF); in npc_mcam_rsrcs_init()
|
Completed in 37 milliseconds