Searched defs:vfid (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_hw_debug.c189 u32_t pfid,vfvalid,vfid,atc,client_id; local
229 vfid = (rd3 >> 12) & 0x3f;
233 snprintf(func_desc, SNPRINTF_VAR(func_desc) "VFID %d (PF %d)",vfid,pfid);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/
H A Dlm_vf.c155 u32_t base_vfid, vfid; local
174 /* if MCP does not exist for each vf in pf, need to pretend to it and disable igu vf_msix and internal vfid enable bit */
178 for (vfid = base_vfid; vfid < base_vfid + pf_dev->vars.num_vfs_enabled; vfid++ ) {
179 pretend_val = ABS_FUNC_ID(pf_dev) | (1<<3) | (vfid << 4);
352 For VFs, the XSTORM_VF_SPQ_DATA_OFFSET(vfid) should be used. To do it via GRC is preferrable */
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_virtchnl.h102 u32 vfid; /* used by PF when sending to VF */ member in struct:i40e_virtchnl_msg
H A Di40e_common.c2910 * @vfid: vf id to send msg
2919 enum i40e_status_code i40e_aq_send_msg_to_vf(struct i40e_hw *hw, u16 vfid, argument
2929 cmd->id = CPU_TO_LE32(vfid);

Completed in 80 milliseconds