Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.c321 void rvu_get_pf_numvfs(struct rvu *rvu, int pf, int *numvfs, int *hwvf) in rvu_get_pf_numvfs() argument
328 *hwvf = cfg & 0xFFF; in rvu_get_pf_numvfs()
349 return &rvu->hwvf[rvu_get_hwvf(rvu, pcifunc)]; in rvu_get_pfvf()
496 int pf, vf, numvfs, hwvf, err; in rvu_setup_msix_resources() local
508 rvu_get_pf_numvfs(rvu, pf, &numvfs, &hwvf); in rvu_setup_msix_resources()
546 pfvf = &rvu->hwvf[hwvf + vf]; in rvu_setup_msix_resources()
569 RVU_PRIV_HWVFX_INT_CFG(hwvf + vf)); in rvu_setup_msix_resources()
574 RVU_PRIV_HWVFX_INT_CFG(hwvf + vf), in rvu_setup_msix_resources()
624 pfvf = &rvu->hwvf[id]; in rvu_free_hw_resources()
788 rvu->hwvf = devm_kcalloc(rvu->dev, hw->total_vfs, in rvu_setup_hw_resources()
[all …]
Drvu.h231 struct rvu_pfvf *hwvf; member
312 void rvu_get_pf_numvfs(struct rvu *rvu, int pf, int *numvfs, int *hwvf);
Drvu_nix.c2328 int numvfs, hwvf; in nix_find_link_frs() local
2341 rvu_get_pf_numvfs(rvu, pf, &numvfs, &hwvf); in nix_find_link_frs()
2345 pfvf = &rvu->hwvf[hwvf + vf]; in nix_find_link_frs()