Searched refs:sriov_cfg (Results 1 – 5 of 5) sorted by relevance
75 #define CFG_GET_MAX_VFS(cfg) ((cfg)->sriov_cfg.max_vfs)76 #define CFG_GET_ACTIVE_VFS(cfg) ((cfg)->sriov_cfg.active_vfs)77 #define CFG_GET_MAX_RPVF(cfg) ((cfg)->sriov_cfg.max_rings_per_vf)78 #define CFG_GET_ACTIVE_RPVF(cfg) ((cfg)->sriov_cfg.active_rings_per_vf)79 #define CFG_GET_VF_SRN(cfg) ((cfg)->sriov_cfg.vf_srn)196 struct octep_sriov_config sriov_cfg; member
215 conf->sriov_cfg.max_rings_per_vf = CN93_SDP_EPF_RINFO_RPVF(val); in octep_init_config_cn93_pf()216 conf->sriov_cfg.active_rings_per_vf = conf->sriov_cfg.max_rings_per_vf; in octep_init_config_cn93_pf()217 conf->sriov_cfg.max_vfs = CN93_SDP_EPF_RINFO_NVFS(val); in octep_init_config_cn93_pf()218 conf->sriov_cfg.active_vfs = conf->sriov_cfg.max_vfs; in octep_init_config_cn93_pf()219 conf->sriov_cfg.vf_srn = CN93_SDP_EPF_RINFO_SRN(val); in octep_init_config_cn93_pf()226 conf->pf_ring_cfg.srn, conf->sriov_cfg.active_rings_per_vf, in octep_init_config_cn93_pf()227 conf->sriov_cfg.active_vfs, conf->pf_ring_cfg.active_io_rings); in octep_init_config_cn93_pf()
911 bp->sriov_cfg = true; in bnxt_sriov_configure()932 bp->sriov_cfg = false; in bnxt_sriov_configure()
2125 bool sriov_cfg; member2323 return BNXT_PF(bp) && (bp->pf.active_vfs || bp->sriov_cfg); in bnxt_sriov_cfg()
10732 if (bp->sriov_cfg) { in bnxt_close_nic()10736 !bp->sriov_cfg, in bnxt_close_nic()11919 if (bp->sriov_cfg) in bnxt_get_registered_vfs()