Home
last modified time | relevance | path

Searched refs:hwvf (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c360 void rvu_get_pf_numvfs(struct rvu *rvu, int pf, int *numvfs, int *hwvf) in rvu_get_pf_numvfs() argument
367 *hwvf = cfg & 0xFFF; in rvu_get_pf_numvfs()
388 return &rvu->hwvf[rvu_get_hwvf(rvu, pcifunc)]; in rvu_get_pfvf()
548 int pf, vf, numvfs, hwvf, err; in rvu_setup_msix_resources() local
560 rvu_get_pf_numvfs(rvu, pf, &numvfs, &hwvf); in rvu_setup_msix_resources()
598 pfvf = &rvu->hwvf[hwvf + vf]; in rvu_setup_msix_resources()
621 RVU_PRIV_HWVFX_INT_CFG(hwvf + vf)); in rvu_setup_msix_resources()
626 RVU_PRIV_HWVFX_INT_CFG(hwvf + vf), in rvu_setup_msix_resources()
688 pfvf = &rvu->hwvf[i in rvu_free_hw_resources()
708 int pf, vf, numvfs, hwvf; rvu_setup_pfvf_macaddress() local
[all...]
H A Drvu.h319 struct rvu_pfvf *hwvf; member
440 void rvu_get_pf_numvfs(struct rvu *rvu, int pf, int *numvfs, int *hwvf);
H A Drvu_nix.c2774 int numvfs, hwvf; in nix_find_link_frs() local
2786 /* Get this PF's numVFs and starting hwvf */ in nix_find_link_frs()
2787 rvu_get_pf_numvfs(rvu, pf, &numvfs, &hwvf); in nix_find_link_frs()
2791 pfvf = &rvu->hwvf[hwvf + vf]; in nix_find_link_frs()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c408 void rvu_get_pf_numvfs(struct rvu *rvu, int pf, int *numvfs, int *hwvf) in rvu_get_pf_numvfs() argument
416 if (hwvf) in rvu_get_pf_numvfs()
417 *hwvf = cfg & 0xFFF; in rvu_get_pf_numvfs()
438 return &rvu->hwvf[rvu_get_hwvf(rvu, pcifunc)]; in rvu_get_pfvf()
608 int pf, vf, numvfs, hwvf, err; in rvu_setup_msix_resources() local
620 rvu_get_pf_numvfs(rvu, pf, &numvfs, &hwvf); in rvu_setup_msix_resources()
658 pfvf = &rvu->hwvf[hwvf + vf]; in rvu_setup_msix_resources()
681 RVU_PRIV_HWVFX_INT_CFG(hwvf + vf)); in rvu_setup_msix_resources()
686 RVU_PRIV_HWVFX_INT_CFG(hwvf in rvu_setup_msix_resources()
768 int pf, vf, numvfs, hwvf; rvu_setup_pfvf_macaddress() local
[all...]
H A Drvu.h483 struct rvu_pfvf *hwvf; member
751 void rvu_get_pf_numvfs(struct rvu *rvu, int pf, int *numvfs, int *hwvf);
H A Drvu_nix.c4107 int numvfs, hwvf; in nix_find_link_frs() local
4119 /* Get this PF's numVFs and starting hwvf */ in nix_find_link_frs()
4120 rvu_get_pf_numvfs(rvu, pf, &numvfs, &hwvf); in nix_find_link_frs()
4124 pfvf = &rvu->hwvf[hwvf + vf]; in nix_find_link_frs()

Completed in 22 milliseconds