Home
last modified time | relevance | path

Searched refs:rvu_get_pf (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cgx.c339 int pf = rvu_get_pf(pcifunc); in rvu_cgx_config_rxtx()
372 int pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_stats()
410 int pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_mac_addr_set()
424 int pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_mac_addr_get()
443 int pf = rvu_get_pf(pcifunc); in rvu_mbox_handler_cgx_promisc_enable()
463 int pf = rvu_get_pf(pcifunc); in rvu_mbox_handler_cgx_promisc_disable()
481 int pf = rvu_get_pf(pcifunc); in rvu_cgx_config_linkevents()
523 pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_get_linkinfo()
537 int pf = rvu_get_pf(pcifunc); in rvu_cgx_config_intlbk()
Drvu.c234 devnum = rvu_get_pf(pcifunc); in rvu_get_blkaddr()
280 devnum = rvu_get_pf(pcifunc); in rvu_update_rsrc_map()
316 inline int rvu_get_pf(u16 pcifunc) in rvu_get_pf() function
336 pf = rvu_get_pf(pcifunc); in rvu_get_hwvf()
351 return &rvu->pf[rvu_get_pf(pcifunc)]; in rvu_get_pfvf()
359 pf = rvu_get_pf(pcifunc); in is_pf_func_valid()
1355 RVU_PRIV_PFX_CFG(rvu_get_pf(pcifunc))); in rvu_mbox_handler_vf_flr()
Drvu_nix.c160 rvu_get_pf(map_func) != rvu_get_pf(pcifunc)) in is_valid_txschq()
177 pf = rvu_get_pf(pcifunc); in nix_interface_init()
998 rvu_get_pf(pcifunc), pcifunc & RVU_PFVF_FUNC_MASK); in rvu_mbox_handler_nix_mark_format_cfg()
1083 pf = rvu_get_pf(pcifunc); in rvu_get_tl1_schqs()
1646 rvu_get_pf(pcifunc), pcifunc & RVU_PFVF_FUNC_MASK); in nix_setup_mce()
2325 int pf = rvu_get_pf(pcifunc); in nix_find_link_frs()
2372 int pf = rvu_get_pf(pcifunc); in rvu_mbox_handler_nix_set_hw_frs()
Drvu.h310 int rvu_get_pf(u16 pcifunc);
Drvu_npc.c67 int pf = rvu_get_pf(pcifunc); in npc_get_nixlf_mcam_index()