Home
last modified time | relevance | path

Searched refs:active_vfs (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_config.h82 #define CFG_GET_ACTIVE_VFS(cfg) ((cfg)->sriov_cfg.active_vfs)
164 u16 active_vfs; member
H A Doctep_pfvf_mbox.c267 num_vfs = oct->conf->sriov_cfg.active_vfs; in octep_setup_pfvf_mbox()
303 int num_vfs = oct->conf->sriov_cfg.active_vfs; in octep_delete_pfvf_mbox()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h809 DECLARE_BITMAP(active_vfs, IXGBE_MAX_VF_FUNCTIONS);
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1425 u16 active_vfs; member
2945 return BNXT_PF(bp) && (bp->pf.active_vfs || bp->sriov_cfg); in bnxt_sriov_cfg()
H A Dbnxt_ethtool.c1568 if (BNXT_PF(bp) && vf > bp->pf.active_vfs) in bnxt_srxclsrlins()
5265 if (bp->pf.active_vfs || !BNXT_SINGLE_PF(bp)) { in bnxt_self_test()
H A Dbnxt.c2991 (vf_id >= bp->pf.first_vf_id + bp->pf.active_vfs)) { in bnxt_hwrm_handler()
6261 if (fltr->base.vf_idx >= pf->active_vfs) in bnxt_hwrm_l2_filter_free()
6288 if (fltr->base.vf_idx >= pf->active_vfs) in bnxt_hwrm_l2_filter_alloc()
13388 int n = pf->active_vfs; in bnxt_reenable_sriov()
14757 if (bp->pf.active_vfs && in bnxt_fw_reset()