Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_common.c1538 struct i40e_vsi_context *vsi_ctx, in i40e_aq_add_vsi() argument
1552 cmd->uplink_seid = cpu_to_le16(vsi_ctx->uplink_seid); in i40e_aq_add_vsi()
1553 cmd->connection_type = vsi_ctx->connection_type; in i40e_aq_add_vsi()
1554 cmd->vf_id = vsi_ctx->vf_num; in i40e_aq_add_vsi()
1555 cmd->vsi_flags = cpu_to_le16(vsi_ctx->flags); in i40e_aq_add_vsi()
1559 status = i40e_asq_send_command(hw, &desc, &vsi_ctx->info, in i40e_aq_add_vsi()
1560 sizeof(vsi_ctx->info), cmd_details); in i40e_aq_add_vsi()
1565 vsi_ctx->seid = le16_to_cpu(resp->seid); in i40e_aq_add_vsi()
1566 vsi_ctx->vsi_number = le16_to_cpu(resp->vsi_number); in i40e_aq_add_vsi()
1567 vsi_ctx->vsis_allocated = le16_to_cpu(resp->vsi_used); in i40e_aq_add_vsi()
[all …]
Di40e_prototype.h108 struct i40e_vsi_context *vsi_ctx,
118 struct i40e_vsi_context *vsi_ctx,
121 struct i40e_vsi_context *vsi_ctx,