Home
last modified time | relevance | path

Searched refs:RVU_PFVF_FUNC_MASK (Results 1 – 20 of 20) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_sdp.c40 !(pcifunc & RVU_PFVF_FUNC_MASK)); in is_sdp_pf()
46 !!(pcifunc & RVU_PFVF_FUNC_MASK)); in is_sdp_vf()
A Drvu_cgx.c420 if ((pcifunc & RVU_PFVF_FUNC_MASK) || in is_cgx_config_permitted()
758 if ((pcifunc & RVU_PFVF_FUNC_MASK) || in rvu_cgx_ptp_rx_cfg()
952 pcifunc & RVU_PFVF_FUNC_MASK)) { in rvu_cgx_cfg_pause_frm()
1033 if (!((block->fn_map[lf] & ~RVU_PFVF_FUNC_MASK) == (pcifunc & in rvu_cgx_nix_cuml_stats()
1034 ~RVU_PFVF_FUNC_MASK))) in rvu_cgx_nix_cuml_stats()
1077 err = rvu_cgx_config_rxtx(rvu, pcifunc & ~RVU_PFVF_FUNC_MASK, in rvu_cgx_start_stop_io()
1216 pcifunc & RVU_PFVF_FUNC_MASK)) { in rvu_cgx_prio_flow_ctrl_cfg()
A Drvu_npc.c79 ((pf_func & ~RVU_PFVF_FUNC_MASK) != in npc_mcam_verify_pf_func()
80 (pcifunc & ~RVU_PFVF_FUNC_MASK))) in npc_mcam_verify_pf_func()
415 (owner & RVU_PFVF_FUNC_MASK) || in npc_fixup_vf_rule()
416 !(target_func & RVU_PFVF_FUNC_MASK)) in npc_fixup_vf_rule()
681 pcifunc & ~RVU_PFVF_FUNC_MASK, in rvu_npc_install_promisc_entry()
753 pcifunc = pcifunc & ~RVU_PFVF_FUNC_MASK; in rvu_npc_enable_promisc_entry()
785 pcifunc = pcifunc & ~RVU_PFVF_FUNC_MASK; in rvu_npc_install_bcast_match_entry()
862 vf_func = pcifunc & RVU_PFVF_FUNC_MASK; in rvu_npc_install_allmulti_entry()
951 if (!(pcifunc & RVU_PFVF_FUNC_MASK)) in npc_update_vf_flow_entry()
2483 if (!(pcifunc & RVU_PFVF_FUNC_MASK)) in npc_mcam_alloc_entries()
[all …]
A Drvu.c292 if (pcifunc & RVU_PFVF_FUNC_MASK) { in rvu_get_blkaddr()
357 if (pcifunc & RVU_PFVF_FUNC_MASK) { in rvu_update_rsrc_map()
426 func = pcifunc & RVU_PFVF_FUNC_MASK; in rvu_get_hwvf()
437 if (pcifunc & RVU_PFVF_FUNC_MASK) in rvu_get_pfvf()
452 if (!(pcifunc & RVU_PFVF_FUNC_MASK)) in is_pf_func_valid()
456 vf = (pcifunc & RVU_PFVF_FUNC_MASK) - 1; in is_pf_func_valid()
1479 pf = rvu_get_pfvf(rvu, pcifunc & ~RVU_PFVF_FUNC_MASK); in rvu_get_nix_blkaddr()
1999 vf = pcifunc & RVU_PFVF_FUNC_MASK; in rvu_mbox_handler_vf_flr()
2161 ~(RVU_PFVF_FUNC_MASK << RVU_PFVF_FUNC_SHIFT); in __rvu_mbox_handler()
2172 if (msg->pcifunc & RVU_PFVF_FUNC_MASK) in __rvu_mbox_handler()
[all …]
A Drvu.h44 #define RVU_PFVF_FUNC_MASK 0x3FF macro
677 return !(pcifunc & ~RVU_PFVF_FUNC_MASK); in is_afvf()
682 return !!(pcifunc & RVU_PFVF_FUNC_MASK); in is_vf()
753 return ((pcifunc & RVU_PFVF_FUNC_MASK) && in is_cgx_vf()
A Drvu_npc_hash.h138 (((func) & RVU_PFVF_FUNC_MASK) << RVU_PFVF_FUNC_SHIFT))
A Drvu_cn10k.c56 (pcifunc & RVU_PFVF_FUNC_MASK)) * LMT_MAPTBL_ENTRY_SIZE; in rvu_get_lmtst_tbl_index()
73 ((pcifunc & RVU_PFVF_FUNC_MASK) & 0xFF); in rvu_get_lmtaddr()
A Drvu_nix.c331 vf = (pcifunc & RVU_PFVF_FUNC_MASK) - 1; in nix_interface_init()
381 from_vf = !!(pcifunc & RVU_PFVF_FUNC_MASK); in nix_interface_init()
391 vf = (pcifunc & RVU_PFVF_FUNC_MASK) - 1; in nix_interface_init()
1595 rvu_get_pf(pcifunc), pcifunc & RVU_PFVF_FUNC_MASK); in rvu_mbox_handler_nix_mark_format_cfg()
1871 schq = start + (pcifunc & RVU_PFVF_FUNC_MASK); in nix_check_txschq_alloc_req()
1925 idx = pcifunc & RVU_PFVF_FUNC_MASK; in nix_txsch_alloc()
2154 if (!(pcifunc & RVU_PFVF_FUNC_MASK)) { in nix_txschq_free()
2467 pcifunc & RVU_PFVF_FUNC_MASK) { in rvu_mbox_handler_nix_txschq_cfg()
2843 idx = mce_idx + (pcifunc & RVU_PFVF_FUNC_MASK); in nix_update_mce_list()
2955 pcifunc & ~RVU_PFVF_FUNC_MASK, in nix_update_mce_rule()
[all …]
A Drvu_cpt.c355 if (pcifunc & RVU_PFVF_FUNC_MASK) in is_cpt_pf()
367 if (!(pcifunc & RVU_PFVF_FUNC_MASK)) in is_cpt_vf()
667 } else if (!(req->hdr.pcifunc & RVU_PFVF_FUNC_MASK)) { in is_valid_offset()
A Drvu_debugfs.c2269 if (!(pcifunc & RVU_PFVF_FUNC_MASK)) in rvu_dbg_nix_band_prof_ctx_display()
2275 (pcifunc & RVU_PFVF_FUNC_MASK) - 1); in rvu_dbg_nix_band_prof_ctx_display()
2645 if (!(pcifunc & RVU_PFVF_FUNC_MASK)) in rvu_print_npc_mcam_info()
2651 (pcifunc & RVU_PFVF_FUNC_MASK) - 1); in rvu_print_npc_mcam_info()
2919 if (iter->owner & RVU_PFVF_FUNC_MASK) { in rvu_dbg_npc_mcam_show_rules()
2920 vf = (iter->owner & RVU_PFVF_FUNC_MASK) - 1; in rvu_dbg_npc_mcam_show_rules()
2937 if (target & RVU_PFVF_FUNC_MASK) { in rvu_dbg_npc_mcam_show_rules()
2938 vf = (target & RVU_PFVF_FUNC_MASK) - 1; in rvu_dbg_npc_mcam_show_rules()
A Dmcs_rvu_if.c60 if (pcifunc & RVU_PFVF_FUNC_MASK) in mcs_add_intr_wq_entry()
149 if (pcifunc & RVU_PFVF_FUNC_MASK) in rvu_mbox_handler_mcs_intr_cfg()
A Drvu_npc_fs.c1254 bool from_vf = !!(req->hdr.pcifunc & RVU_PFVF_FUNC_MASK); in rvu_mbox_handler_npc_install_flow()
1313 target = (req->hdr.pcifunc & ~RVU_PFVF_FUNC_MASK) | req->vf; in rvu_mbox_handler_npc_install_flow()
/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/
A Dotx2_cptpf_mbox.c203 ((vf->vf_id + 1) & RVU_PFVF_FUNC_MASK); in otx2_cptpf_vfpf_mbox_handler()
356 RVU_PFVF_FUNC_MASK; in otx2_cptpf_afpf_mbox_handler()
A Dotx2_cpt_common.h23 (((func) & RVU_PFVF_FUNC_MASK) << RVU_PFVF_FUNC_SHIFT))
A Dotx2_cptvf_mbox.c93 & RVU_PFVF_FUNC_MASK) - 1; in process_pfvf_mbox_mbox_msg()
A Dotx2_cptpf_main.c153 req->pcifunc &= RVU_PFVF_FUNC_MASK; in cptpf_flr_wq_handler()
154 req->pcifunc |= (vf + 1) & RVU_PFVF_FUNC_MASK; in cptpf_flr_wq_handler()
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_pf.c127 req->hdr.pcifunc &= RVU_PFVF_FUNC_MASK; in otx2_flr_handler()
128 req->hdr.pcifunc |= (vf + 1) & RVU_PFVF_FUNC_MASK; in otx2_flr_handler()
487 msg->pcifunc &= RVU_PFVF_FUNC_MASK; in otx2_pfvf_mbox_handler()
488 msg->pcifunc |= (vf_idx + 1) & RVU_PFVF_FUNC_MASK; in otx2_pfvf_mbox_handler()
762 devid = msg->pcifunc & RVU_PFVF_FUNC_MASK; in otx2_process_pfaf_mbox_msg()
957 devid = msg->pcifunc & RVU_PFVF_FUNC_MASK; in otx2_pfaf_mbox_up_handler()
1572 if (!(pf->pcifunc & RVU_PFVF_FUNC_MASK)) in otx2_free_hw_resources()
1830 if (pf->linfo.link_up && !(pf->pcifunc & RVU_PFVF_FUNC_MASK)) in otx2_open()
A Dotx2_common.h855 #define RVU_PFVF_FUNC_MASK 0x3FF macro
859 return !!(pcifunc & RVU_PFVF_FUNC_MASK); in is_otx2_vf()
A Dotx2_vf.c667 n = (vf->pcifunc >> RVU_PFVF_FUNC_SHIFT) & RVU_PFVF_FUNC_MASK; in otx2vf_probe()
A Dotx2_tc.c415 req->vf = priv->pcifunc & RVU_PFVF_FUNC_MASK; in otx2_tc_parse_actions()

Completed in 64 milliseconds