Searched refs:vfid (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/ |
H A D | lm_vf.c | 155 u32_t base_vfid, vfid; in lm_vf_dis() local 178 for (vfid = base_vfid; vfid < base_vfid + pf_dev->vars.num_vfs_enabled; vfid++ ) { in lm_vf_dis() 179 pretend_val = ABS_FUNC_ID(pf_dev) | (1<<3) | (vfid << 4); in lm_vf_dis()
|
/titanic_50/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_virtchnl.h | 107 u32 vfid; /* used by PF when sending to VF */ member
|
H A D | i40e_prototype.h | 217 enum i40e_status_code i40e_aq_send_msg_to_vf(struct i40e_hw *hw, u16 vfid,
|
H A D | i40e_common.c | 3178 enum i40e_status_code i40e_aq_send_msg_to_vf(struct i40e_hw *hw, u16 vfid, in i40e_aq_send_msg_to_vf() argument 3188 cmd->id = CPU_TO_LE32(vfid); in i40e_aq_send_msg_to_vf()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_pf.c | 356 u32_t base_vfid, vfid; 377 for (vfid = base_vfid; vfid < base_vfid + pf_dev->vfs_set.number_of_enabled_vfs; vfid++ ) { 378 pretend_val = ABS_FUNC_ID(pf_dev) | (1<<3) | (vfid << 4);
|
H A D | bnxe_hw_debug.c | 189 u32_t pfid,vfvalid,vfid,atc,client_id; in _vq_hoq() local 229 vfid = (rd3 >> 12) & 0x3f; in _vq_hoq() 233 snprintf(func_desc, SNPRINTF_VAR(func_desc) "VFID %d (PF %d)",vfid,pfid); in _vq_hoq()
|