Lines Matching refs:resp
1799 struct i40e_aqc_get_link_status *resp = in i40e_aq_get_link_info() local
1812 resp->command_flags = cpu_to_le16(command_flags); in i40e_aq_get_link_info()
1823 hw_link_info->phy_type = (enum i40e_aq_phy_type)resp->phy_type; in i40e_aq_get_link_info()
1825 hw_link_info->link_speed = (enum i40e_aq_link_speed)resp->link_speed; in i40e_aq_get_link_info()
1826 hw_link_info->link_info = resp->link_info; in i40e_aq_get_link_info()
1827 hw_link_info->an_info = resp->an_info; in i40e_aq_get_link_info()
1828 hw_link_info->ext_info = resp->ext_info; in i40e_aq_get_link_info()
1829 hw_link_info->loopback = resp->loopback; in i40e_aq_get_link_info()
1830 hw_link_info->max_frame_size = le16_to_cpu(resp->max_frame_size); in i40e_aq_get_link_info()
1831 hw_link_info->pacing = resp->config & I40E_AQ_CONFIG_PACING_MASK; in i40e_aq_get_link_info()
1834 tx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_TX); in i40e_aq_get_link_info()
1835 rx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_RX); in i40e_aq_get_link_info()
1845 if (resp->config & I40E_AQ_CONFIG_CRC_ENA) in i40e_aq_get_link_info()
1850 if (resp->command_flags & cpu_to_le16(I40E_AQ_LSE_ENABLE)) in i40e_aq_get_link_info()
1912 struct i40e_aqc_add_get_update_vsi_completion *resp = in i40e_aq_add_vsi() local
1933 vsi_ctx->seid = le16_to_cpu(resp->seid); in i40e_aq_add_vsi()
1934 vsi_ctx->vsi_number = le16_to_cpu(resp->vsi_number); in i40e_aq_add_vsi()
1935 vsi_ctx->vsis_allocated = le16_to_cpu(resp->vsi_used); in i40e_aq_add_vsi()
1936 vsi_ctx->vsis_unallocated = le16_to_cpu(resp->vsi_free); in i40e_aq_add_vsi()
2055 struct i40e_aqc_add_get_update_vsi_completion *resp = in i40e_aq_get_vsi_params() local
2073 vsi_ctx->seid = le16_to_cpu(resp->seid); in i40e_aq_get_vsi_params()
2074 vsi_ctx->vsi_number = le16_to_cpu(resp->vsi_number); in i40e_aq_get_vsi_params()
2075 vsi_ctx->vsis_allocated = le16_to_cpu(resp->vsi_used); in i40e_aq_get_vsi_params()
2076 vsi_ctx->vsis_unallocated = le16_to_cpu(resp->vsi_free); in i40e_aq_get_vsi_params()
2163 struct i40e_aqc_get_version *resp = in i40e_aq_get_firmware_version() local
2173 *fw_major_version = le16_to_cpu(resp->fw_major); in i40e_aq_get_firmware_version()
2175 *fw_minor_version = le16_to_cpu(resp->fw_minor); in i40e_aq_get_firmware_version()
2177 *fw_build = le32_to_cpu(resp->fw_build); in i40e_aq_get_firmware_version()
2179 *api_major_version = le16_to_cpu(resp->api_major); in i40e_aq_get_firmware_version()
2181 *api_minor_version = le16_to_cpu(resp->api_minor); in i40e_aq_get_firmware_version()
2303 struct i40e_aqc_add_veb_completion *resp = in i40e_aq_add_veb() local
2332 *veb_seid = le16_to_cpu(resp->veb_seid); in i40e_aq_add_veb()
3122 struct i40e_aqc_lldp_get_mib *resp = in i40e_aq_get_lldp_mib() local
3146 *local_len = le16_to_cpu(resp->local_len); in i40e_aq_get_lldp_mib()
3148 *remote_len = le16_to_cpu(resp->remote_len); in i40e_aq_get_lldp_mib()
3277 struct i40e_aqc_del_udp_tunnel_completion *resp = in i40e_aq_add_udp_tunnel() local
3289 *filter_index = resp->index; in i40e_aq_add_udp_tunnel()
3781 struct i40e_aqc_add_remove_control_packet_filter_completion *resp = in i40e_aq_add_rem_control_packet_filter() local
3808 stats->mac_etype_used = le16_to_cpu(resp->mac_etype_used); in i40e_aq_add_rem_control_packet_filter()
3809 stats->etype_used = le16_to_cpu(resp->etype_used); in i40e_aq_add_rem_control_packet_filter()
3810 stats->mac_etype_free = le16_to_cpu(resp->mac_etype_free); in i40e_aq_add_rem_control_packet_filter()
3811 stats->etype_free = le16_to_cpu(resp->etype_free); in i40e_aq_add_rem_control_packet_filter()
3969 struct i40e_aqc_debug_dump_internals *resp = in i40e_aq_debug_dump() local
3994 *ret_next_table = resp->table_id; in i40e_aq_debug_dump()
3996 *ret_next_index = le32_to_cpu(resp->idx); in i40e_aq_debug_dump()