Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_sdp.c40 !(pcifunc & RVU_PFVF_FUNC_MASK)); in is_sdp_pf()
46 if (!(pcifunc & ~RVU_PFVF_FUNC_MASK)) in is_sdp_vf()
50 !!(pcifunc & RVU_PFVF_FUNC_MASK)); in is_sdp_vf()
H A Drvu_npc.c154 if (pf && !(pcifunc & RVU_PFVF_FUNC_MASK)) { in npc_get_nixlf_mcam_index()
399 (owner & RVU_PFVF_FUNC_MASK) || in npc_fixup_vf_rule()
400 !(target_func & RVU_PFVF_FUNC_MASK)) in npc_fixup_vf_rule()
680 pcifunc & ~RVU_PFVF_FUNC_MASK, in rvu_npc_install_promisc_entry()
704 pfvf = rvu_get_pfvf(rvu, pcifunc & ~RVU_PFVF_FUNC_MASK); in rvu_npc_install_promisc_entry()
754 pcifunc = pcifunc & ~RVU_PFVF_FUNC_MASK; in rvu_npc_enable_promisc_entry()
786 pcifunc = pcifunc & ~RVU_PFVF_FUNC_MASK; in rvu_npc_install_bcast_match_entry()
834 pcifunc = pcifunc & ~RVU_PFVF_FUNC_MASK; in rvu_npc_enable_bcast_entry()
864 vf_func = pcifunc & RVU_PFVF_FUNC_MASK; in rvu_npc_install_allmulti_entry()
865 pcifunc = pcifunc & ~RVU_PFVF_FUNC_MASK; in rvu_npc_install_allmulti_entry()
[all...]
H A Drvu_cgx.c433 if ((pcifunc & RVU_PFVF_FUNC_MASK) || in is_cgx_config_permitted()
1011 pcifunc & RVU_PFVF_FUNC_MASK)) { in rvu_cgx_cfg_pause_frm()
1092 if (!((block->fn_map[lf] & ~RVU_PFVF_FUNC_MASK) == (pcifunc & in rvu_cgx_nix_cuml_stats()
1093 ~RVU_PFVF_FUNC_MASK))) in rvu_cgx_nix_cuml_stats()
1136 err = rvu_cgx_config_rxtx(rvu, pcifunc & ~RVU_PFVF_FUNC_MASK, in rvu_cgx_start_stop_io()
1275 pcifunc & RVU_PFVF_FUNC_MASK)) { in rvu_cgx_prio_flow_ctrl_cfg()
H 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()
1484 pf = rvu_get_pfvf(rvu, pcifunc & ~RVU_PFVF_FUNC_MASK); in rvu_get_nix_blkaddr()
2004 vf = pcifunc & RVU_PFVF_FUNC_MASK; in rvu_mbox_handler_vf_flr()
2046 if ((pcifunc & RVU_PFVF_FUNC_MASK) || is_lbk_vf(rvu, pcifunc)) in rvu_mbox_handler_set_vf_perm()
2049 target = (pcifunc & ~RVU_PFVF_FUNC_MASK) | (req->vf + 1); in rvu_mbox_handler_set_vf_perm()
[all …]
H A Drvu.h47 #define RVU_PFVF_FUNC_MASK 0x3FF macro
791 return (!(pcifunc & ~RVU_PFVF_FUNC_MASK) && in is_lbk_vf()
797 return !!(pcifunc & RVU_PFVF_FUNC_MASK); in is_vf()
870 return ((pcifunc & RVU_PFVF_FUNC_MASK) && in is_cgx_vf()
H A Drvu_cn10k.c56 (pcifunc & RVU_PFVF_FUNC_MASK)) * LMT_MAPTBL_ENTRY_SIZE; in rvu_get_lmtst_tbl_index()
74 ((pcifunc & RVU_PFVF_FUNC_MASK) & 0xFF); in rvu_get_lmtaddr()
H A Drvu_npc_hash.h144 (((func) & RVU_PFVF_FUNC_MASK) << RVU_PFVF_FUNC_SHIFT))
H A Drvu_nix.c366 vf = (pcifunc & RVU_PFVF_FUNC_MASK) - 1; in nix_interface_init()
416 from_vf = !!(pcifunc & RVU_PFVF_FUNC_MASK); in nix_interface_init()
426 vf = (pcifunc & RVU_PFVF_FUNC_MASK) - 1; in nix_interface_init()
1738 rvu_get_pf(pcifunc), pcifunc & RVU_PFVF_FUNC_MASK); in rvu_mbox_handler_nix_mark_format_cfg()
2050 schq = start + (pcifunc & RVU_PFVF_FUNC_MASK); in nix_check_txschq_alloc_req()
2105 idx = pcifunc & RVU_PFVF_FUNC_MASK; in nix_txsch_alloc()
2321 if ((TXSCH_MAP_FUNC(txsch->pfvf_map[tl2]) & ~RVU_PFVF_FUNC_MASK) != in nix_smq_flush_enadis_xoff()
2323 ~RVU_PFVF_FUNC_MASK))) in nix_smq_flush_enadis_xoff()
2498 if (!(pcifunc & RVU_PFVF_FUNC_MASK)) { in nix_txschq_free()
2816 pcifunc & RVU_PFVF_FUNC_MASK) { in rvu_mbox_handler_nix_txschq_cfg()
[all …]
H A Drvu_cpt.c415 if (pcifunc & RVU_PFVF_FUNC_MASK) in is_cpt_pf()
427 if (!(pcifunc & RVU_PFVF_FUNC_MASK)) in is_cpt_vf()
734 } else if (!(req->hdr.pcifunc & RVU_PFVF_FUNC_MASK)) { in validate_and_update_reg_offset()
H A Dmcs_rvu_if.c97 if (pcifunc & RVU_PFVF_FUNC_MASK) in mcs_add_intr_wq_entry()
191 if (pcifunc & RVU_PFVF_FUNC_MASK) in rvu_mbox_handler_mcs_intr_cfg()
H A Drvu_debugfs.c2654 if (!(pcifunc & RVU_PFVF_FUNC_MASK)) in rvu_dbg_nix_band_prof_ctx_display()
2660 (pcifunc & RVU_PFVF_FUNC_MASK) - 1); in rvu_dbg_nix_band_prof_ctx_display()
3034 if (!(pcifunc & RVU_PFVF_FUNC_MASK)) in rvu_print_npc_mcam_info()
3040 (pcifunc & RVU_PFVF_FUNC_MASK) - 1); in rvu_print_npc_mcam_info()
3382 if (iter->owner & RVU_PFVF_FUNC_MASK) { in rvu_dbg_npc_mcam_show_rules()
3383 vf = (iter->owner & RVU_PFVF_FUNC_MASK) - 1; in rvu_dbg_npc_mcam_show_rules()
3400 if (target & RVU_PFVF_FUNC_MASK) { in rvu_dbg_npc_mcam_show_rules()
3401 vf = (target & RVU_PFVF_FUNC_MASK) - 1; in rvu_dbg_npc_mcam_show_rules()
H A Drvu_npc_fs.c1418 bool from_vf = !!(req->hdr.pcifunc & RVU_PFVF_FUNC_MASK); in rvu_mbox_handler_npc_install_flow()
1477 target = (req->hdr.pcifunc & ~RVU_PFVF_FUNC_MASK) | req->vf; in rvu_mbox_handler_npc_install_flow()
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_common.h23 (((func) & RVU_PFVF_FUNC_MASK) << RVU_PFVF_FUNC_SHIFT))
H A Dotx2_cptvf_mbox.c94 & RVU_PFVF_FUNC_MASK) - 1; in process_pfvf_mbox_mbox_msg()
H A Dotx2_cptpf_mbox.c401 ((vf->vf_id + 1) & RVU_PFVF_FUNC_MASK); in otx2_cptpf_vfpf_mbox_handler()
585 RVU_PFVF_FUNC_MASK; in otx2_cptpf_afpf_mbox_handler()
H A Dotx2_cptpf_main.c157 req->pcifunc &= RVU_PFVF_FUNC_MASK; in cptpf_flr_wq_handler()
158 req->pcifunc |= (vf + 1) & RVU_PFVF_FUNC_MASK; in cptpf_flr_wq_handler()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c129 req->hdr.pcifunc &= RVU_PFVF_FUNC_MASK; in otx2_flr_handler()
130 req->hdr.pcifunc |= (vf + 1) & RVU_PFVF_FUNC_MASK; in otx2_flr_handler()
474 msg->pcifunc &= RVU_PFVF_FUNC_MASK; in otx2_pfvf_mbox_handler()
475 msg->pcifunc |= (vf_idx + 1) & RVU_PFVF_FUNC_MASK; in otx2_pfvf_mbox_handler()
749 devid = msg->pcifunc & RVU_PFVF_FUNC_MASK; in otx2_process_pfaf_mbox_msg()
944 devid = msg->pcifunc & RVU_PFVF_FUNC_MASK; in otx2_pfaf_mbox_up_handler()
1631 if (!(pf->pcifunc & RVU_PFVF_FUNC_MASK)) in otx2_free_hw_resources()
1942 if (pf->linfo.link_up && !(pf->pcifunc & RVU_PFVF_FUNC_MASK)) in otx2_open()
H A Dotx2_common.h879 #define RVU_PFVF_FUNC_MASK 0x3FF macro
883 return !!(pcifunc & RVU_PFVF_FUNC_MASK); in is_otx2_vf()
H A Dotx2_vf.c679 n = (vf->pcifunc >> RVU_PFVF_FUNC_SHIFT) & RVU_PFVF_FUNC_MASK; in otx2vf_probe()
H A Dotx2_tc.c474 req->vf = priv->pcifunc & RVU_PFVF_FUNC_MASK; in otx2_tc_parse_actions()