Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.c279 if (bp->pf->active_vfs <= 0) { in bnxt_handle_fwd_req()
298 fw_vf_id >= bp->pf->first_vf_id + bp->pf->active_vfs) { in bnxt_handle_fwd_req()
302 (bp->pf->first_vf_id) + bp->pf->active_vfs - 1, in bnxt_handle_fwd_req()
303 bp->pf->first_vf_id, bp->pf->active_vfs); in bnxt_handle_fwd_req()
H A Drte_pmd_bnxt.c121 for (i = 0; i < bp->pf->active_vfs; i++) { in rte_pmd_bnxt_set_all_queues_drop_en()
200 if (!bp->pf->active_vfs) in rte_pmd_bnxt_set_vf_rate_limit()
H A Dbnxt.h253 uint16_t active_vfs; member
H A Dbnxt_hwrm.c3799 bp->pf->active_vfs = 0; in bnxt_process_vf_resc_config_new()
3828 bp->pf->active_vfs++; in bnxt_process_vf_resc_config_new()
3844 bp->pf->active_vfs = 0; in bnxt_process_vf_resc_config_old()
3880 bp->pf->active_vfs++; in bnxt_process_vf_resc_config_old()
/dpdk/drivers/common/cnxk/
H A Droc_dev.c237 uint16_t max_bits = sizeof(dev->active_vfs[0]) * 8; in vf_pf_process_msgs()
240 dev->active_vfs[vf / max_bits] |= in vf_pf_process_msgs()
444 uint16_t max_bits = sizeof(dev->active_vfs[0]) * sizeof(uint64_t); in pf_vf_mbox_send_up_msg()
455 if (!(dev->active_vfs[vf / max_bits] & (BIT_ULL(vf)))) in pf_vf_mbox_send_up_msg()
936 count += __builtin_popcount(dev->active_vfs[i]); in dev_active_vfs()
1169 memset(&dev->active_vfs, 0, sizeof(dev->active_vfs)); in dev_init()
H A Droc_dev_priv.h75 uint64_t active_vfs[MAX_VFPF_DWORD_BITS]; member
/dpdk/drivers/net/qede/base/
H A Decore_sriov.h183 u64 active_vfs[ECORE_VF_ARRAY_LENGTH]; member
H A Decore_sriov.c1243 p_hwfn->pf_iov_info->active_vfs[vf->relative_vf_id / 64] |= in ecore_iov_init_hw_for_vf()
1321 p_hwfn->pf_iov_info->active_vfs[vf->relative_vf_id / 64] &= in ecore_iov_release_hw_for_vf()