Home
last modified time | relevance | path

Searched refs:hwvf (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c403 void rvu_get_pf_numvfs(struct rvu *rvu, int pf, int *numvfs, int *hwvf) in rvu_get_pf_numvfs() argument
411 if (hwvf) in rvu_get_pf_numvfs()
412 *hwvf = cfg & 0xFFF; in rvu_get_pf_numvfs()
433 return &rvu->hwvf[rvu_get_hwvf(rvu, pcifunc)]; in rvu_get_pfvf()
603 int pf, vf, numvfs, hwvf, err; in rvu_setup_msix_resources() local
615 rvu_get_pf_numvfs(rvu, pf, &numvfs, &hwvf); in rvu_setup_msix_resources()
653 pfvf = &rvu->hwvf[hwvf + vf]; in rvu_setup_msix_resources()
676 RVU_PRIV_HWVFX_INT_CFG(hwvf + vf)); in rvu_setup_msix_resources()
681 RVU_PRIV_HWVFX_INT_CFG(hwvf + vf), in rvu_setup_msix_resources()
743 pfvf = &rvu->hwvf[id]; in rvu_free_hw_resources()
[all …]
H A Drvu_rep.c441 int pf, vf, numvfs, hwvf, rep = 0; in rvu_mbox_handler_get_rep_cnt() local
460 rvu_get_pf_numvfs(rvu, pf, &numvfs, &hwvf); in rvu_mbox_handler_get_rep_cnt()
H A Drvu_nix.c4570 int numvfs, hwvf; in nix_find_link_frs() local
4583 rvu_get_pf_numvfs(rvu, pf, &numvfs, &hwvf); in nix_find_link_frs()
4587 pfvf = &rvu->hwvf[hwvf + vf]; in nix_find_link_frs()