Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c416 if (hwvf) in rvu_get_pf_numvfs()
417 *hwvf = cfg & 0xFFF; in rvu_get_pf_numvfs()
608 int pf, vf, numvfs, hwvf, err; in rvu_setup_msix_resources() local
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 + vf), in rvu_setup_msix_resources()
748 pfvf = &rvu->hwvf[id]; in rvu_free_hw_resources()
768 int pf, vf, numvfs, hwvf; in rvu_setup_pfvf_macaddress() local
796 pfvf = &rvu->hwvf[hwvf]; in rvu_setup_pfvf_macaddress()
798 mac = &rvu->fwdata->vf_macs[hwvf]; in rvu_setup_pfvf_macaddress()
[all …]
H A Drvu_rep.c440 int pf, vf, numvfs, hwvf, rep = 0; in rvu_mbox_handler_get_rep_cnt() local
459 rvu_get_pf_numvfs(rvu, pf, &numvfs, &hwvf); in rvu_mbox_handler_get_rep_cnt()
H A Drvu.h530 struct rvu_pfvf *hwvf; member
841 void rvu_get_pf_numvfs(struct rvu *rvu, int pf, int *numvfs, int *hwvf);
H A Drvu_nix.c4560 int numvfs, hwvf; in nix_find_link_frs() local
4573 rvu_get_pf_numvfs(rvu, pf, &numvfs, &hwvf); in nix_find_link_frs()
4577 pfvf = &rvu->hwvf[hwvf + vf]; in nix_find_link_frs()