Lines Matching refs:resp

1431 	struct i40e_aqc_get_link_status *resp =  in i40e_aq_get_link_info()  local
1444 resp->command_flags = cpu_to_le16(command_flags); in i40e_aq_get_link_info()
1455 hw_link_info->phy_type = (enum i40e_aq_phy_type)resp->phy_type; in i40e_aq_get_link_info()
1457 hw_link_info->link_speed = (enum i40e_aq_link_speed)resp->link_speed; in i40e_aq_get_link_info()
1458 hw_link_info->link_info = resp->link_info; in i40e_aq_get_link_info()
1459 hw_link_info->an_info = resp->an_info; in i40e_aq_get_link_info()
1460 hw_link_info->ext_info = resp->ext_info; in i40e_aq_get_link_info()
1461 hw_link_info->loopback = resp->loopback; in i40e_aq_get_link_info()
1462 hw_link_info->max_frame_size = le16_to_cpu(resp->max_frame_size); in i40e_aq_get_link_info()
1463 hw_link_info->pacing = resp->config & I40E_AQ_CONFIG_PACING_MASK; in i40e_aq_get_link_info()
1466 tx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_TX); in i40e_aq_get_link_info()
1467 rx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_RX); in i40e_aq_get_link_info()
1477 if (resp->config & I40E_AQ_CONFIG_CRC_ENA) in i40e_aq_get_link_info()
1482 if (resp->command_flags & cpu_to_le16(I40E_AQ_LSE_ENABLE)) in i40e_aq_get_link_info()
1544 struct i40e_aqc_add_get_update_vsi_completion *resp = in i40e_aq_add_vsi() local
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()
1568 vsi_ctx->vsis_unallocated = le16_to_cpu(resp->vsi_free); in i40e_aq_add_vsi()
1687 struct i40e_aqc_add_get_update_vsi_completion *resp = in i40e_aq_get_vsi_params() local
1705 vsi_ctx->seid = le16_to_cpu(resp->seid); in i40e_aq_get_vsi_params()
1706 vsi_ctx->vsi_number = le16_to_cpu(resp->vsi_number); in i40e_aq_get_vsi_params()
1707 vsi_ctx->vsis_allocated = le16_to_cpu(resp->vsi_used); in i40e_aq_get_vsi_params()
1708 vsi_ctx->vsis_unallocated = le16_to_cpu(resp->vsi_free); in i40e_aq_get_vsi_params()
1795 struct i40e_aqc_get_version *resp = in i40e_aq_get_firmware_version() local
1805 *fw_major_version = le16_to_cpu(resp->fw_major); in i40e_aq_get_firmware_version()
1807 *fw_minor_version = le16_to_cpu(resp->fw_minor); in i40e_aq_get_firmware_version()
1809 *fw_build = le32_to_cpu(resp->fw_build); in i40e_aq_get_firmware_version()
1811 *api_major_version = le16_to_cpu(resp->api_major); in i40e_aq_get_firmware_version()
1813 *api_minor_version = le16_to_cpu(resp->api_minor); in i40e_aq_get_firmware_version()
1908 struct i40e_aqc_add_veb_completion *resp = in i40e_aq_add_veb() local
1937 *veb_seid = le16_to_cpu(resp->veb_seid); in i40e_aq_add_veb()
2712 struct i40e_aqc_lldp_get_mib *resp = in i40e_aq_get_lldp_mib() local
2736 *local_len = le16_to_cpu(resp->local_len); in i40e_aq_get_lldp_mib()
2738 *remote_len = le16_to_cpu(resp->remote_len); in i40e_aq_get_lldp_mib()
2867 struct i40e_aqc_del_udp_tunnel_completion *resp = in i40e_aq_add_udp_tunnel() local
2879 *filter_index = resp->index; in i40e_aq_add_udp_tunnel()
3371 struct i40e_aqc_add_remove_control_packet_filter_completion *resp = in i40e_aq_add_rem_control_packet_filter() local
3398 stats->mac_etype_used = le16_to_cpu(resp->mac_etype_used); in i40e_aq_add_rem_control_packet_filter()
3399 stats->etype_used = le16_to_cpu(resp->etype_used); in i40e_aq_add_rem_control_packet_filter()
3400 stats->mac_etype_free = le16_to_cpu(resp->mac_etype_free); in i40e_aq_add_rem_control_packet_filter()
3401 stats->etype_free = le16_to_cpu(resp->etype_free); in i40e_aq_add_rem_control_packet_filter()
3537 struct i40e_aqc_debug_dump_internals *resp = in i40e_aq_debug_dump() local
3562 *ret_next_table = resp->table_id; in i40e_aq_debug_dump()
3564 *ret_next_index = le32_to_cpu(resp->idx); in i40e_aq_debug_dump()