Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cgx.c377 !is_pf_cgxmapped(rvu, rvu_get_pf(pcifunc))) in is_cgx_config_permitted()
402 int pf = rvu_get_pf(pcifunc); in rvu_cgx_config_rxtx()
432 int pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_stats()
469 int pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_mac_addr_set()
486 int pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_mac_addr_get()
508 int pf = rvu_get_pf(pcifunc); in rvu_mbox_handler_cgx_promisc_enable()
523 int pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_promisc_disable()
537 int pf = rvu_get_pf(pcifunc); in rvu_cgx_ptp_rx_cfg()
576 int pf = rvu_get_pf(pcifunc); in rvu_cgx_config_linkevents()
615 pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_get_linkinfo()
[all …]
Drvu_nix.c175 if (rvu_get_pf(map_func) != rvu_get_pf(pcifunc)) in is_valid_txschq()
194 pf = rvu_get_pf(pcifunc); in nix_interface_init()
303 pf = rvu_get_pf(pcifunc); in rvu_mbox_handler_nix_bp_disable()
390 pf = rvu_get_pf(pcifunc); in rvu_mbox_handler_nix_bp_enable()
1246 rvu_get_pf(pcifunc), pcifunc & RVU_PFVF_FUNC_MASK); in rvu_mbox_handler_nix_mark_format_cfg()
1318 int pf = rvu_get_pf(pcifunc); in nix_get_tx_link()
1336 int pf = rvu_get_pf(pcifunc); in nix_get_txschq_range()
1578 int pf = rvu_get_pf(pcifunc); in nix_smq_flush()
1992 rvu_get_pf(pcifunc), pcifunc & RVU_PFVF_FUNC_MASK); in nix_setup_mce()
2770 int pf = rvu_get_pf(pcifunc); in nix_find_link_frs()
[all …]
Drvu.c268 devnum = rvu_get_pf(pcifunc); in rvu_get_blkaddr()
314 devnum = rvu_get_pf(pcifunc); in rvu_update_rsrc_map()
355 inline int rvu_get_pf(u16 pcifunc) in rvu_get_pf() function
375 pf = rvu_get_pf(pcifunc); in rvu_get_hwvf()
390 return &rvu->pf[rvu_get_pf(pcifunc)]; in rvu_get_pfvf()
398 pf = rvu_get_pf(pcifunc); in is_pf_func_valid()
1218 if (is_pf_cgxmapped(rvu, rvu_get_pf(pcifunc))) { in rvu_get_nix_blkaddr()
1588 RVU_PRIV_PFX_CFG(rvu_get_pf(pcifunc))); in rvu_mbox_handler_vf_flr()
1719 msg->id, rvu_get_pf(msg->pcifunc), in __rvu_mbox_handler()
Drvu.h427 int rvu_get_pf(u16 pcifunc);
Drvu_debugfs.c1635 rvu_get_pf(pcifunc)); in rvu_print_npc_mcam_info()
1638 rvu_get_pf(pcifunc), in rvu_print_npc_mcam_info()
Drvu_npc.c100 int pf = rvu_get_pf(pcifunc); in npc_get_nixlf_mcam_index()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c196 snprintf(irq_name, NAME_SIZE, "RVUPF%d_ME0", rvu_get_pf(pf->pcifunc)); in otx2_register_flr_me_intr()
206 snprintf(irq_name, NAME_SIZE, "RVUPF%d_FLR0", rvu_get_pf(pf->pcifunc)); in otx2_register_flr_me_intr()
218 rvu_get_pf(pf->pcifunc)); in otx2_register_flr_me_intr()
228 rvu_get_pf(pf->pcifunc)); in otx2_register_flr_me_intr()
691 "RVUPF%d_VF Mbox0", rvu_get_pf(pf->pcifunc)); in otx2_register_pfvf_mbox_intr()
707 "RVUPF%d_VF Mbox1", rvu_get_pf(pf->pcifunc)); in otx2_register_pfvf_mbox_intr()
1535 rvu_get_pf(pf->pcifunc)); in otx2_open()
1556 rvu_get_pf(pf->pcifunc), qidx); in otx2_open()
Dotx2_common.h551 static inline int rvu_get_pf(u16 pcifunc) in rvu_get_pf() function