Home
last modified time | relevance | path

Searched refs:vf_num (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/
H A Dlm_vf.c125 lm_status_t lm_vf_en(struct _lm_device_t * pf_dev, u16_t vf_num) in lm_vf_en() argument
132 lm_status = mm_vf_en(pf_dev, vf_num); in lm_vf_en()
147 pf_dev->vars.num_vfs_enabled = vf_num; in lm_vf_en()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/
H A Dlm_vf_common.h40 lm_vf_en(struct _lm_device_t * pf_dev, u16_t vf_num);
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c2294 u16 igu_sb_id = 0, vf_num = 0; in ecore_int_igu_relocate_sb() local
2359 vf_num = (u16)p_hwfn->p_dev->p_iov_info->first_vf_in_pf; in ecore_int_igu_relocate_sb()
2361 p_block->function_id = (u8)vf_num; in ecore_int_igu_relocate_sb()
2404 igu_sb_id, vf_num, in ecore_int_igu_relocate_sb()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_type.h1407 u8 vf_num; member
H A Di40e_common.c2279 cmd->vf_id = vsi_ctx->vf_num; in i40e_aq_add_vsi()