Home
last modified time | relevance | path

Searched refs:num_vfs (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c205 u16_t num_vfs = 0; in lm_pf_allocate_vfs() local
213 num_vfs = pdev->hw_info.sriov_info.total_vfs; in lm_pf_allocate_vfs()
216 if (!num_vfs) { in lm_pf_allocate_vfs()
222 alloc_size = sizeof(lm_vf_info_t) * num_vfs; in lm_pf_allocate_vfs()
250 alloc_size = sizeof(lm_stats_fw_t) * num_vfs; in lm_pf_allocate_vfs()
291 lm_status_t lm_pf_init_vfs(struct _lm_device_t *pdev, u16_t num_vfs) in lm_pf_init_vfs() argument
304 mm_mem_zero(pdev->vfs_set.vfs_array, sizeof(lm_vf_info_t)*num_vfs); in lm_pf_init_vfs()
312 for (vf_idx = 0; vf_idx < num_vfs; vf_idx++) { in lm_pf_init_vfs()
326 for (vf_idx = 0; vf_idx < num_vfs; vf_idx++) { in lm_pf_init_vfs()
337 for (vf_idx = 0; vf_idx < num_vfs; vf_idx++) { in lm_pf_init_vfs()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_iov_api.h173 u16 num_vfs; /* number of vfs that have been started */ member
H A Decore_dev.c291 u16 num_pf_rls, num_vfs = ecore_init_qm_get_num_vfs(p_hwfn); in ecore_init_qm_get_num_pf_rls() local
299 if (num_pf_rls < num_vfs + NUM_DEFAULT_RLS) { in ecore_init_qm_get_num_pf_rls()
301 …e, "no rate limiters left for PF rate limiting [num_pf_rls %d num_vfs %d]\n", num_pf_rls, num_vfs); in ecore_init_qm_get_num_pf_rls()
306 num_pf_rls -= num_vfs + NUM_DEFAULT_RLS; in ecore_init_qm_get_num_pf_rls()
622 u16 vf_idx, num_vfs = ecore_init_qm_get_num_vfs(p_hwfn); in ecore_init_qm_vf_pqs() local
628 qm_info->num_vf_pqs = num_vfs; in ecore_init_qm_vf_pqs()
629 for (vf_idx = 0; vf_idx < num_vfs; vf_idx++) in ecore_init_qm_vf_pqs()
H A Decore_sp_commands.c415 p_ramrod->num_vfs = (u8)p_iov->total_vfs; in ecore_sp_pf_start()
H A Decore_hsi_common.h1231 u8 num_vfs /* Amount of vfs owned by PF */; member
H A Decore_dbg_fw_funcs.c216 u8 num_vfs; member
3156 for (vf_id = 0; vf_id < chip_platform->num_vfs; vf_id++) { in ecore_grc_dump_registers()
H A Drelease.txt6561 2. Problem: Disabling sriov while num_vfs < total vfs can lead to stop
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dbdn.h575 u8 num_vfs[BDN_SIZE_OF_PF_PER_PORT]; member
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1420 u32 num_vfs; in i40e_clear_hw() local
1448 num_vfs = (j - i) + 1; in i40e_clear_hw()
1450 num_vfs = 0; in i40e_clear_hw()
1464 for (i = 0; i < num_vfs; i++) in i40e_clear_hw()
3819 p->num_vfs = number; in i40e_parse_discover_capabilities()
3823 p->num_vfs); in i40e_parse_discover_capabilities()
H A Di40e_type.h430 u32 num_vfs; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_common.h1231 u8 num_vfs /* Amount of vfs owned by PF */; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1579 u16_t num_vfs; member
4476 lm_status_t lm_pf_init_vfs(struct _lm_device_t *pdev, u16_t num_vfs);