Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.c345 void rvu_get_pf_numvfs(struct rvu *rvu, int pf, int *numvfs, int *hwvf) in rvu_get_pf_numvfs() argument
352 *hwvf = cfg & 0xFFF; in rvu_get_pf_numvfs()
373 return &rvu->hwvf[rvu_get_hwvf(rvu, pcifunc)]; in rvu_get_pfvf()
533 int pf, vf, numvfs, hwvf, err; in rvu_setup_msix_resources() local
545 rvu_get_pf_numvfs(rvu, pf, &numvfs, &hwvf); in rvu_setup_msix_resources()
583 pfvf = &rvu->hwvf[hwvf + vf]; in rvu_setup_msix_resources()
606 RVU_PRIV_HWVFX_INT_CFG(hwvf + vf)); in rvu_setup_msix_resources()
611 RVU_PRIV_HWVFX_INT_CFG(hwvf + vf), in rvu_setup_msix_resources()
673 pfvf = &rvu->hwvf[id]; in rvu_free_hw_resources()
693 int pf, vf, numvfs, hwvf; in rvu_setup_pfvf_macaddress() local
[all …]
Drvu.h315 struct rvu_pfvf *hwvf; member
425 void rvu_get_pf_numvfs(struct rvu *rvu, int pf, int *numvfs, int *hwvf);
Drvu_nix.c2758 int numvfs, hwvf; in nix_find_link_frs() local
2771 rvu_get_pf_numvfs(rvu, pf, &numvfs, &hwvf); in nix_find_link_frs()
2775 pfvf = &rvu->hwvf[hwvf + vf]; in nix_find_link_frs()