Searched refs:rvu_get_pf (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_cgx.c | 362 !is_pf_cgxmapped(rvu, rvu_get_pf(pcifunc))) in is_cgx_config_permitted() 387 int pf = rvu_get_pf(pcifunc); in rvu_cgx_config_rxtx() 417 int pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_stats() 454 int pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_mac_addr_set() 471 int pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_mac_addr_get() 493 int pf = rvu_get_pf(pcifunc); in rvu_mbox_handler_cgx_promisc_enable() 508 int pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_promisc_disable() 522 int pf = rvu_get_pf(pcifunc); in rvu_cgx_ptp_rx_cfg() 561 int pf = rvu_get_pf(pcifunc); in rvu_cgx_config_linkevents() 600 pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_get_linkinfo() [all …]
|
| H A D | rvu_nix.c | 175 if (rvu_get_pf(map_func) != rvu_get_pf(pcifunc)) in is_valid_txschq() 194 pf = rvu_get_pf(pcifunc); in nix_interface_init() 292 pf = rvu_get_pf(pcifunc); in rvu_mbox_handler_nix_bp_disable() 379 pf = rvu_get_pf(pcifunc); in rvu_mbox_handler_nix_bp_enable() 1235 rvu_get_pf(pcifunc), pcifunc & RVU_PFVF_FUNC_MASK); in rvu_mbox_handler_nix_mark_format_cfg() 1307 int pf = rvu_get_pf(pcifunc); in nix_get_tx_link() 1325 int pf = rvu_get_pf(pcifunc); in nix_get_txschq_range() 1567 int pf = rvu_get_pf(pcifunc); in nix_smq_flush() 1981 rvu_get_pf(pcifunc), pcifunc & RVU_PFVF_FUNC_MASK); in nix_setup_mce() 2759 int pf = rvu_get_pf(pcifunc); in nix_find_link_frs() [all …]
|
| H A D | rvu.c | 268 devnum = rvu_get_pf(pcifunc); in rvu_get_blkaddr() 314 devnum = rvu_get_pf(pcifunc); in rvu_update_rsrc_map() 350 inline int rvu_get_pf(u16 pcifunc) in rvu_get_pf() function 370 pf = rvu_get_pf(pcifunc); in rvu_get_hwvf() 385 return &rvu->pf[rvu_get_pf(pcifunc)]; in rvu_get_pfvf() 393 pf = rvu_get_pf(pcifunc); in is_pf_func_valid() 1504 RVU_PRIV_PFX_CFG(rvu_get_pf(pcifunc))); in rvu_mbox_handler_vf_flr() 1635 msg->id, rvu_get_pf(msg->pcifunc), in __rvu_mbox_handler()
|
| H A D | rvu.h | 423 int rvu_get_pf(u16 pcifunc);
|
| H A D | rvu_debugfs.c | 1635 rvu_get_pf(pcifunc)); in rvu_print_npc_mcam_info() 1638 rvu_get_pf(pcifunc), in rvu_print_npc_mcam_info()
|
| H A D | rvu_npc.c | 100 int pf = rvu_get_pf(pcifunc); in npc_get_nixlf_mcam_index()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_pf.c | 196 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()
|
| H A D | otx2_common.h | 551 static inline int rvu_get_pf(u16 pcifunc) in rvu_get_pf() function
|