Home
last modified time | relevance | path

Searched refs:vsi_ctx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c2263 struct i40e_vsi_context *vsi_ctx, in i40e_aq_add_vsi() argument
2277 cmd->uplink_seid = CPU_TO_LE16(vsi_ctx->uplink_seid); in i40e_aq_add_vsi()
2278 cmd->connection_type = vsi_ctx->connection_type; in i40e_aq_add_vsi()
2279 cmd->vf_id = vsi_ctx->vf_num; in i40e_aq_add_vsi()
2280 cmd->vsi_flags = CPU_TO_LE16(vsi_ctx->flags); in i40e_aq_add_vsi()
2284 status = i40e_asq_send_command(hw, &desc, &vsi_ctx->info, in i40e_aq_add_vsi()
2285 sizeof(vsi_ctx->info), cmd_details); in i40e_aq_add_vsi()
2290 vsi_ctx->seid = LE16_TO_CPU(resp->seid); in i40e_aq_add_vsi()
2291 vsi_ctx->vsi_number = LE16_TO_CPU(resp->vsi_number); in i40e_aq_add_vsi()
2292 vsi_ctx->vsis_allocated = LE16_TO_CPU(resp->vsi_used); in i40e_aq_add_vsi()
[all …]
H A Di40e_prototype.h175 struct i40e_vsi_context *vsi_ctx,
201 struct i40e_vsi_context *vsi_ctx,
204 struct i40e_vsi_context *vsi_ctx,