Searched refs:rvu_get_pf (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
| 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() 468 int pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_mac_addr_get() 487 int pf = rvu_get_pf(pcifunc); in rvu_mbox_handler_cgx_promisc_enable() 502 int pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_promisc_disable() 516 int pf = rvu_get_pf(pcifunc); in rvu_cgx_ptp_rx_cfg() 555 int pf = rvu_get_pf(pcifunc); in rvu_cgx_config_linkevents() 594 pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_get_linkinfo() [all …]
|
| 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() 1231 rvu_get_pf(pcifunc), pcifunc & RVU_PFVF_FUNC_MASK); in rvu_mbox_handler_nix_mark_format_cfg() 1303 int pf = rvu_get_pf(pcifunc); in nix_get_tx_link() 1321 int pf = rvu_get_pf(pcifunc); in nix_get_txschq_range() 1563 int pf = rvu_get_pf(pcifunc); in nix_smq_flush() 1977 rvu_get_pf(pcifunc), pcifunc & RVU_PFVF_FUNC_MASK); in nix_setup_mce() 2755 int pf = rvu_get_pf(pcifunc); in nix_find_link_frs() [all …]
|
| D | rvu.c | 258 devnum = rvu_get_pf(pcifunc); in rvu_get_blkaddr() 304 devnum = rvu_get_pf(pcifunc); in rvu_update_rsrc_map() 340 inline int rvu_get_pf(u16 pcifunc) in rvu_get_pf() function 360 pf = rvu_get_pf(pcifunc); in rvu_get_hwvf() 375 return &rvu->pf[rvu_get_pf(pcifunc)]; in rvu_get_pfvf() 383 pf = rvu_get_pf(pcifunc); in is_pf_func_valid() 1494 RVU_PRIV_PFX_CFG(rvu_get_pf(pcifunc))); in rvu_mbox_handler_vf_flr() 1625 msg->id, rvu_get_pf(msg->pcifunc), in __rvu_mbox_handler()
|
| D | rvu.h | 423 int rvu_get_pf(u16 pcifunc);
|
| D | rvu_debugfs.c | 1547 rvu_get_pf(pcifunc)); in rvu_print_npc_mcam_info() 1550 rvu_get_pf(pcifunc), in rvu_print_npc_mcam_info()
|
| D | rvu_npc.c | 100 int pf = rvu_get_pf(pcifunc); in npc_get_nixlf_mcam_index()
|
| /Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
| 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() 686 "RVUPF%d_VF Mbox0", rvu_get_pf(pf->pcifunc)); in otx2_register_pfvf_mbox_intr() 702 "RVUPF%d_VF Mbox1", rvu_get_pf(pf->pcifunc)); in otx2_register_pfvf_mbox_intr() 1530 rvu_get_pf(pf->pcifunc)); in otx2_open() 1551 rvu_get_pf(pf->pcifunc), qidx); in otx2_open()
|
| D | otx2_common.h | 551 static inline int rvu_get_pf(u16 pcifunc) in rvu_get_pf() function
|