Searched refs:cmd_details (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h52 struct i40e_asq_cmd_details *cmd_details);
84 struct i40e_asq_cmd_details *cmd_details);
87 struct i40e_asq_cmd_details *cmd_details);
90 struct i40e_asq_cmd_details *cmd_details);
92 struct i40e_asq_cmd_details *cmd_details);
94 struct i40e_asq_cmd_details *cmd_details);
98 struct i40e_asq_cmd_details *cmd_details);
101 struct i40e_asq_cmd_details *cmd_details);
105 struct i40e_asq_cmd_details *cmd_details);
107 struct i40e_asq_cmd_details *cmd_details);
110 struct i40e_asq_cmd_details *cmd_details);
113 struct i40e_asq_cmd_details *cmd_details);
116 struct i40e_asq_cmd_details *cmd_details);
119 struct i40e_asq_cmd_details *cmd_details);
122 struct i40e_asq_cmd_details *cmd_details);
125 struct i40e_asq_cmd_details *cmd_details);
127 u16 vsi_id, bool set, struct i40e_asq_cmd_details *cmd_details);
129 u16 vsi_id, bool set, struct i40e_asq_cmd_details *cmd_details);
132 struct i40e_asq_cmd_details *cmd_details);
135 struct i40e_asq_cmd_details *cmd_details);
140 struct i40e_asq_cmd_details *cmd_details);
145 struct i40e_asq_cmd_details *cmd_details);
148 u16 count, struct i40e_asq_cmd_details *cmd_details);
151 u16 count, struct i40e_asq_cmd_details *cmd_details);
154 struct i40e_asq_cmd_details *cmd_details);
158 struct i40e_asq_cmd_details *cmd_details);
163 struct i40e_asq_cmd_details *cmd_details);
167 struct i40e_asq_cmd_details *cmd_details);
171 struct i40e_asq_cmd_details *cmd_details);
174 struct i40e_asq_cmd_details *cmd_details);
178 struct i40e_asq_cmd_details *cmd_details);
182 struct i40e_asq_cmd_details *cmd_details);
186 struct i40e_asq_cmd_details *cmd_details);
189 struct i40e_asq_cmd_details *cmd_details);
191 struct i40e_asq_cmd_details *cmd_details);
193 struct i40e_asq_cmd_details *cmd_details);
196 struct i40e_asq_cmd_details *cmd_details);
200 struct i40e_asq_cmd_details *cmd_details);
202 struct i40e_asq_cmd_details *cmd_details);
204 struct i40e_asq_cmd_details *cmd_details);
207 struct i40e_asq_cmd_details *cmd_details);
210 struct i40e_asq_cmd_details *cmd_details);
212 struct i40e_asq_cmd_details *cmd_details);
216 struct i40e_asq_cmd_details *cmd_details);
219 struct i40e_asq_cmd_details *cmd_details);
222 struct i40e_asq_cmd_details *cmd_details);
227 struct i40e_asq_cmd_details *cmd_details);
231 struct i40e_asq_cmd_details *cmd_details);
235 struct i40e_asq_cmd_details *cmd_details);
239 struct i40e_asq_cmd_details *cmd_details);
243 struct i40e_asq_cmd_details *cmd_details);
247 struct i40e_asq_cmd_details *cmd_details);
251 struct i40e_asq_cmd_details *cmd_details);
253 struct i40e_asq_cmd_details *cmd_details);
269 struct i40e_asq_cmd_details *cmd_details);
312 struct i40e_asq_cmd_details *cmd_details);
319 struct i40e_asq_cmd_details *cmd_details);
324 struct i40e_asq_cmd_details *cmd_details);
H A Di40e_common.c959 * @cmd_details: pointer to command details structure or NULL
964 struct i40e_asq_cmd_details *cmd_details) i40e_aq_mac_address_read()
975 sizeof(*addrs), cmd_details); i40e_aq_mac_address_read()
986 * @cmd_details: pointer to command details structure or NULL
990 struct i40e_asq_cmd_details *cmd_details) i40e_aq_mac_address_write()
1006 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_mac_address_write()
1572 * @cmd_details: pointer to command details structure or NULL
1579 struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_phy_capabilities()
1604 cmd_details); i40e_aq_get_phy_capabilities()
1619 * @cmd_details: pointer to command details structure or NULL
1629 struct i40e_asq_cmd_details *cmd_details) i40e_aq_set_phy_config()
1644 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_set_phy_config()
1730 * @cmd_details: pointer to command details structure or NULL
1735 struct i40e_asq_cmd_details *cmd_details) i40e_aq_clear_pxe_mode()
1747 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_clear_pxe_mode()
1758 * @cmd_details: pointer to command details structure or NULL
1764 struct i40e_asq_cmd_details *cmd_details) i40e_aq_set_link_restart_an()
1780 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_set_link_restart_an()
1790 * @cmd_details: pointer to command details structure or NULL
1796 struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_link_info()
1814 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_get_link_info()
1874 * @cmd_details: pointer to command details structure or NULL
1880 struct i40e_asq_cmd_details *cmd_details) i40e_aq_set_phy_int_mask()
1892 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_set_phy_int_mask()
1901 * @cmd_details: pointer to command details structure or NULL
1907 struct i40e_asq_cmd_details *cmd_details) i40e_aq_add_vsi()
1928 sizeof(vsi_ctx->info), cmd_details); i40e_aq_add_vsi()
1947 * @cmd_details: pointer to command details structure or NULL
1951 struct i40e_asq_cmd_details *cmd_details) i40e_aq_set_vsi_unicast_promiscuous()
1970 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_set_vsi_unicast_promiscuous()
1980 * @cmd_details: pointer to command details structure or NULL
1983 u16 seid, bool set, struct i40e_asq_cmd_details *cmd_details) i40e_aq_set_vsi_multicast_promiscuous()
2002 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_set_vsi_multicast_promiscuous()
2012 * @cmd_details: pointer to command details structure or NULL
2018 struct i40e_asq_cmd_details *cmd_details) i40e_aq_set_vsi_broadcast()
2037 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_set_vsi_broadcast()
2046 * @cmd_details: pointer to command details structure or NULL
2050 struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_vsi_params()
2086 * @cmd_details: pointer to command details structure or NULL
2092 struct i40e_asq_cmd_details *cmd_details) i40e_aq_update_vsi_params()
2106 sizeof(vsi_ctx->info), cmd_details); i40e_aq_update_vsi_params()
2117 * @cmd_details: pointer to command details structure or NULL
2124 struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_switch_config()
2138 status = i40e_asq_send_command(hw, &desc, buf, buf_size, cmd_details); i40e_aq_get_switch_config()
2152 * @cmd_details: pointer to command details structure or NULL
2160 struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_firmware_version()
2169 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_get_firmware_version()
2191 * @cmd_details: pointer to command details structure or NULL
2197 struct i40e_asq_cmd_details *cmd_details) i40e_aq_send_driver_version()
2222 len, cmd_details); i40e_aq_send_driver_version()
2289 * @cmd_details: pointer to command details structure or NULL
2298 struct i40e_asq_cmd_details *cmd_details) i40e_aq_add_veb()
2329 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_add_veb()
2346 * @cmd_details: pointer to command details structure or NULL
2355 struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_veb_parameters()
2370 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_get_veb_parameters()
2401 * @cmd_details: pointer to command details structure or NULL
2407 u16 count, struct i40e_asq_cmd_details *cmd_details) i40e_aq_add_macvlan()
2432 cmd_details); i40e_aq_add_macvlan()
2443 * @cmd_details: pointer to command details structure or NULL
2449 u16 count, struct i40e_asq_cmd_details *cmd_details) i40e_aq_remove_macvlan()
2474 cmd_details); i40e_aq_remove_macvlan()
2487 * @cmd_details: pointer to command details
2493 struct i40e_asq_cmd_details *cmd_details) i40e_aq_send_msg_to_vf()
2512 status = i40e_asq_send_command(hw, &desc, msg, msglen, cmd_details); i40e_aq_send_msg_to_vf()
2522 * @cmd_details: pointer to command details structure or NULL
2528 struct i40e_asq_cmd_details *cmd_details) i40e_aq_debug_read_register()
2542 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_debug_read_register()
2557 * @cmd_details: pointer to command details structure or NULL
2563 struct i40e_asq_cmd_details *cmd_details) i40e_aq_debug_write_register()
2576 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_debug_write_register()
2586 * @cmd_details: pointer to command details structure or NULL
2593 struct i40e_asq_cmd_details *cmd_details) i40e_aq_set_hmc_resource_profile()
2606 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_set_hmc_resource_profile()
2618 * @cmd_details: pointer to command details structure or NULL
2626 struct i40e_asq_cmd_details *cmd_details) i40e_aq_request_resource()
2639 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_request_resource()
2657 * @cmd_details: pointer to command details structure or NULL
2664 struct i40e_asq_cmd_details *cmd_details) i40e_aq_release_resource()
2676 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_release_resource()
2689 * @cmd_details: pointer to command details structure or NULL
2696 struct i40e_asq_cmd_details *cmd_details) i40e_aq_read_nvm()
2722 status = i40e_asq_send_command(hw, &desc, data, length, cmd_details); i40e_aq_read_nvm()
2735 * @cmd_details: pointer to command details structure or NULL
2741 struct i40e_asq_cmd_details *cmd_details) i40e_aq_erase_nvm()
2763 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_erase_nvm()
3014 * @cmd_details: pointer to command details structure or NULL
3021 struct i40e_asq_cmd_details *cmd_details) i40e_aq_discover_capabilities()
3041 status = i40e_asq_send_command(hw, &desc, buff, buff_size, cmd_details); i40e_aq_discover_capabilities()
3062 * @cmd_details: pointer to command details structure or NULL
3069 struct i40e_asq_cmd_details *cmd_details) i40e_aq_update_nvm()
3095 status = i40e_asq_send_command(hw, &desc, data, length, cmd_details); i40e_aq_update_nvm()
3110 * @cmd_details: pointer to command details structure or NULL
3117 struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_lldp_mib()
3143 status = i40e_asq_send_command(hw, &desc, buff, buff_size, cmd_details); i40e_aq_get_lldp_mib()
3158 * @cmd_details: pointer to command details structure or NULL
3165 struct i40e_asq_cmd_details *cmd_details) i40e_aq_cfg_lldp_mib_change_event()
3177 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_cfg_lldp_mib_change_event()
3186 * @cmd_details: pointer to command details structure or NULL
3191 struct i40e_asq_cmd_details *cmd_details) i40e_aq_stop_lldp()
3203 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_stop_lldp()
3211 * @cmd_details: pointer to command details structure or NULL
3216 struct i40e_asq_cmd_details *cmd_details) i40e_aq_start_lldp()
3227 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_start_lldp()
3237 * @cmd_details: pointer to command details structure or NULL
3243 struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_cee_dcb_config()
3255 cmd_details); i40e_aq_get_cee_dcb_config()
3267 * @cmd_details: pointer to command details structure or NULL
3272 struct i40e_asq_cmd_details *cmd_details) i40e_aq_add_udp_tunnel()
3286 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_add_udp_tunnel()
3298 * @cmd_details: pointer to command details structure or NULL
3301 struct i40e_asq_cmd_details *cmd_details) i40e_aq_del_udp_tunnel()
3312 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_del_udp_tunnel()
3321 * @cmd_details: pointer to command details structure or NULL
3326 struct i40e_asq_cmd_details *cmd_details) i40e_aq_delete_element()
3340 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_delete_element()
3348 * @cmd_details: pointer to command details structure or NULL
3355 struct i40e_asq_cmd_details *cmd_details) i40e_aq_dcb_updated()
3362 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_dcb_updated()
3374 * @cmd_details: pointer to command details structure or NULL
3381 struct i40e_asq_cmd_details *cmd_details) i40e_aq_tx_sched_cmd()
3423 status = i40e_asq_send_command(hw, &desc, buff, buff_size, cmd_details); i40e_aq_tx_sched_cmd()
3434 * @cmd_details: pointer to command details structure or NULL
3438 struct i40e_asq_cmd_details *cmd_details) i40e_aq_config_vsi_bw_limit()
3452 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_config_vsi_bw_limit()
3462 * @cmd_details: pointer to command details structure or NULL
3467 struct i40e_asq_cmd_details *cmd_details) i40e_aq_config_vsi_tc_bw()
3471 cmd_details); i40e_aq_config_vsi_tc_bw()
3479 * @cmd_details: pointer to command details structure or NULL
3485 struct i40e_asq_cmd_details *cmd_details) i40e_aq_config_switch_comp_ets()
3488 sizeof(*ets_data), opcode, cmd_details); i40e_aq_config_switch_comp_ets()
3496 * @cmd_details: pointer to command details structure or NULL
3501 struct i40e_asq_cmd_details *cmd_details) i40e_aq_config_switch_comp_bw_config()
3505 cmd_details); i40e_aq_config_switch_comp_bw_config()
3513 * @cmd_details: pointer to command details structure or NULL
3518 struct i40e_asq_cmd_details *cmd_details) i40e_aq_query_vsi_bw_config()
3522 cmd_details); i40e_aq_query_vsi_bw_config()
3530 * @cmd_details: pointer to command details structure or NULL
3535 struct i40e_asq_cmd_details *cmd_details) i40e_aq_query_vsi_ets_sla_config()
3539 cmd_details); i40e_aq_query_vsi_ets_sla_config()
3547 * @cmd_details: pointer to command details structure or NULL
3552 struct i40e_asq_cmd_details *cmd_details) i40e_aq_query_switch_comp_ets_config()
3556 cmd_details); i40e_aq_query_switch_comp_ets_config()
3564 * @cmd_details: pointer to command details structure or NULL
3569 struct i40e_asq_cmd_details *cmd_details) i40e_aq_query_port_ets_config()
3573 cmd_details); i40e_aq_query_port_ets_config()
3581 * @cmd_details: pointer to command details structure or NULL
3586 struct i40e_asq_cmd_details *cmd_details) i40e_aq_query_switch_comp_bw_config()
3590 cmd_details); i40e_aq_query_switch_comp_bw_config()
3765 * @cmd_details: pointer to command details structure or NULL
3775 struct i40e_asq_cmd_details *cmd_details) i40e_aq_add_rem_control_packet_filter()
3805 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_add_rem_control_packet_filter()
3883 * @cmd_details: pointer to command details structure or NULL
3888 struct i40e_asq_cmd_details *cmd_details) i40e_aq_resume_port_tx()
3895 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); i40e_aq_resume_port_tx()
3964 struct i40e_asq_cmd_details *cmd_details) i40e_aq_debug_dump()
3989 status = i40e_asq_send_command(hw, &desc, buff, buff_size, cmd_details); i40e_aq_debug_dump()
4048 * @cmd_details: pointer to command details
4054 struct i40e_asq_cmd_details *cmd_details) i40e_aq_configure_partition_bw()
4073 cmd_details); i40e_aq_configure_partition_bw()
961 i40e_aq_mac_address_read(struct i40e_hw *hw, u16 *flags, struct i40e_aqc_mac_address_read_data *addrs, struct i40e_asq_cmd_details *cmd_details) i40e_aq_mac_address_read() argument
988 i40e_aq_mac_address_write(struct i40e_hw *hw, u16 flags, u8 *mac_addr, struct i40e_asq_cmd_details *cmd_details) i40e_aq_mac_address_write() argument
1576 i40e_aq_get_phy_capabilities(struct i40e_hw *hw, bool qualified_modules, bool report_init, struct i40e_aq_get_phy_abilities_resp *abilities, struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_phy_capabilities() argument
1627 i40e_aq_set_phy_config(struct i40e_hw *hw, struct i40e_aq_set_phy_config *config, struct i40e_asq_cmd_details *cmd_details) i40e_aq_set_phy_config() argument
1734 i40e_aq_clear_pxe_mode(struct i40e_hw *hw, struct i40e_asq_cmd_details *cmd_details) i40e_aq_clear_pxe_mode() argument
1762 i40e_aq_set_link_restart_an(struct i40e_hw *hw, bool enable_link, struct i40e_asq_cmd_details *cmd_details) i40e_aq_set_link_restart_an() argument
1794 i40e_aq_get_link_info(struct i40e_hw *hw, bool enable_lse, struct i40e_link_status *link, struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_link_info() argument
1878 i40e_aq_set_phy_int_mask(struct i40e_hw *hw, u16 mask, struct i40e_asq_cmd_details *cmd_details) i40e_aq_set_phy_int_mask() argument
1905 i40e_aq_add_vsi(struct i40e_hw *hw, struct i40e_vsi_context *vsi_ctx, struct i40e_asq_cmd_details *cmd_details) i40e_aq_add_vsi() argument
1949 i40e_aq_set_vsi_unicast_promiscuous(struct i40e_hw *hw, u16 seid, bool set, struct i40e_asq_cmd_details *cmd_details) i40e_aq_set_vsi_unicast_promiscuous() argument
1982 i40e_aq_set_vsi_multicast_promiscuous(struct i40e_hw *hw, u16 seid, bool set, struct i40e_asq_cmd_details *cmd_details) i40e_aq_set_vsi_multicast_promiscuous() argument
2016 i40e_aq_set_vsi_broadcast(struct i40e_hw *hw, u16 seid, bool set_filter, struct i40e_asq_cmd_details *cmd_details) i40e_aq_set_vsi_broadcast() argument
2048 i40e_aq_get_vsi_params(struct i40e_hw *hw, struct i40e_vsi_context *vsi_ctx, struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_vsi_params() argument
2090 i40e_aq_update_vsi_params(struct i40e_hw *hw, struct i40e_vsi_context *vsi_ctx, struct i40e_asq_cmd_details *cmd_details) i40e_aq_update_vsi_params() argument
2121 i40e_aq_get_switch_config(struct i40e_hw *hw, struct i40e_aqc_get_switch_config_resp *buf, u16 buf_size, u16 *start_seid, struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_switch_config() argument
2156 i40e_aq_get_firmware_version(struct i40e_hw *hw, u16 *fw_major_version, u16 *fw_minor_version, u32 *fw_build, u16 *api_major_version, u16 *api_minor_version, struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_firmware_version() argument
2195 i40e_aq_send_driver_version(struct i40e_hw *hw, struct i40e_driver_version *dv, struct i40e_asq_cmd_details *cmd_details) i40e_aq_send_driver_version() argument
2294 i40e_aq_add_veb(struct i40e_hw *hw, u16 uplink_seid, u16 downlink_seid, u8 enabled_tc, bool default_port, bool enable_l2_filtering, u16 *veb_seid, struct i40e_asq_cmd_details *cmd_details) i40e_aq_add_veb() argument
2351 i40e_aq_get_veb_parameters(struct i40e_hw *hw, u16 veb_seid, u16 *switch_id, bool *floating, u16 *statistic_index, u16 *vebs_used, u16 *vebs_free, struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_veb_parameters() argument
2405 i40e_aq_add_macvlan(struct i40e_hw *hw, u16 seid, struct i40e_aqc_add_macvlan_element_data *mv_list, u16 count, struct i40e_asq_cmd_details *cmd_details) i40e_aq_add_macvlan() argument
2447 i40e_aq_remove_macvlan(struct i40e_hw *hw, u16 seid, struct i40e_aqc_remove_macvlan_element_data *mv_list, u16 count, struct i40e_asq_cmd_details *cmd_details) i40e_aq_remove_macvlan() argument
2491 i40e_aq_send_msg_to_vf(struct i40e_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, struct i40e_asq_cmd_details *cmd_details) i40e_aq_send_msg_to_vf() argument
2526 i40e_aq_debug_read_register(struct i40e_hw *hw, u32 reg_addr, u64 *reg_val, struct i40e_asq_cmd_details *cmd_details) i40e_aq_debug_read_register() argument
2561 i40e_aq_debug_write_register(struct i40e_hw *hw, u32 reg_addr, u64 reg_val, struct i40e_asq_cmd_details *cmd_details) i40e_aq_debug_write_register() argument
2590 i40e_aq_set_hmc_resource_profile(struct i40e_hw *hw, enum i40e_aq_hmc_profile profile, u8 pe_vf_enabled_count, struct i40e_asq_cmd_details *cmd_details) i40e_aq_set_hmc_resource_profile() argument
2622 i40e_aq_request_resource(struct i40e_hw *hw, enum i40e_aq_resources_ids resource, enum i40e_aq_resource_access_type access, u8 sdp_number, u64 *timeout, struct i40e_asq_cmd_details *cmd_details) i40e_aq_request_resource() argument
2661 i40e_aq_release_resource(struct i40e_hw *hw, enum i40e_aq_resources_ids resource, u8 sdp_number, struct i40e_asq_cmd_details *cmd_details) i40e_aq_release_resource() argument
2693 i40e_aq_read_nvm(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 length, void *data, bool last_command, struct i40e_asq_cmd_details *cmd_details) i40e_aq_read_nvm() argument
2739 i40e_aq_erase_nvm(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 length, bool last_command, struct i40e_asq_cmd_details *cmd_details) i40e_aq_erase_nvm() argument
3018 i40e_aq_discover_capabilities(struct i40e_hw *hw, void *buff, u16 buff_size, u16 *data_size, enum i40e_admin_queue_opc list_type_opc, struct i40e_asq_cmd_details *cmd_details) i40e_aq_discover_capabilities() argument
3066 i40e_aq_update_nvm(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 length, void *data, bool last_command, struct i40e_asq_cmd_details *cmd_details) i40e_aq_update_nvm() argument
3114 i40e_aq_get_lldp_mib(struct i40e_hw *hw, u8 bridge_type, u8 mib_type, void *buff, u16 buff_size, u16 *local_len, u16 *remote_len, struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_lldp_mib() argument
3163 i40e_aq_cfg_lldp_mib_change_event(struct i40e_hw *hw, bool enable_update, struct i40e_asq_cmd_details *cmd_details) i40e_aq_cfg_lldp_mib_change_event() argument
3190 i40e_aq_stop_lldp(struct i40e_hw *hw, bool shutdown_agent, struct i40e_asq_cmd_details *cmd_details) i40e_aq_stop_lldp() argument
3215 i40e_aq_start_lldp(struct i40e_hw *hw, struct i40e_asq_cmd_details *cmd_details) i40e_aq_start_lldp() argument
3241 i40e_aq_get_cee_dcb_config(struct i40e_hw *hw, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_cee_dcb_config() argument
3269 i40e_aq_add_udp_tunnel(struct i40e_hw *hw, u16 udp_port, u8 protocol_index, u8 *filter_index, struct i40e_asq_cmd_details *cmd_details) i40e_aq_add_udp_tunnel() argument
3300 i40e_aq_del_udp_tunnel(struct i40e_hw *hw, u8 index, struct i40e_asq_cmd_details *cmd_details) i40e_aq_del_udp_tunnel() argument
3325 i40e_aq_delete_element(struct i40e_hw *hw, u16 seid, struct i40e_asq_cmd_details *cmd_details) i40e_aq_delete_element() argument
3354 i40e_aq_dcb_updated(struct i40e_hw *hw, struct i40e_asq_cmd_details *cmd_details) i40e_aq_dcb_updated() argument
3378 i40e_aq_tx_sched_cmd(struct i40e_hw *hw, u16 seid, void *buff, u16 buff_size, enum i40e_admin_queue_opc opcode, struct i40e_asq_cmd_details *cmd_details) i40e_aq_tx_sched_cmd() argument
3436 i40e_aq_config_vsi_bw_limit(struct i40e_hw *hw, u16 seid, u16 credit, u8 max_credit, struct i40e_asq_cmd_details *cmd_details) i40e_aq_config_vsi_bw_limit() argument
3464 i40e_aq_config_vsi_tc_bw(struct i40e_hw *hw, u16 seid, struct i40e_aqc_configure_vsi_tc_bw_data *bw_data, struct i40e_asq_cmd_details *cmd_details) i40e_aq_config_vsi_tc_bw() argument
3481 i40e_aq_config_switch_comp_ets(struct i40e_hw *hw, u16 seid, struct i40e_aqc_configure_switching_comp_ets_data *ets_data, enum i40e_admin_queue_opc opcode, struct i40e_asq_cmd_details *cmd_details) i40e_aq_config_switch_comp_ets() argument
3498 i40e_aq_config_switch_comp_bw_config(struct i40e_hw *hw, u16 seid, struct i40e_aqc_configure_switching_comp_bw_config_data *bw_data, struct i40e_asq_cmd_details *cmd_details) i40e_aq_config_switch_comp_bw_config() argument
3515 i40e_aq_query_vsi_bw_config(struct i40e_hw *hw, u16 seid, struct i40e_aqc_query_vsi_bw_config_resp *bw_data, struct i40e_asq_cmd_details *cmd_details) i40e_aq_query_vsi_bw_config() argument
3532 i40e_aq_query_vsi_ets_sla_config(struct i40e_hw *hw, u16 seid, struct i40e_aqc_query_vsi_ets_sla_config_resp *bw_data, struct i40e_asq_cmd_details *cmd_details) i40e_aq_query_vsi_ets_sla_config() argument
3549 i40e_aq_query_switch_comp_ets_config(struct i40e_hw *hw, u16 seid, struct i40e_aqc_query_switching_comp_ets_config_resp *bw_data, struct i40e_asq_cmd_details *cmd_details) i40e_aq_query_switch_comp_ets_config() argument
3566 i40e_aq_query_port_ets_config(struct i40e_hw *hw, u16 seid, struct i40e_aqc_query_port_ets_config_resp *bw_data, struct i40e_asq_cmd_details *cmd_details) i40e_aq_query_port_ets_config() argument
3583 i40e_aq_query_switch_comp_bw_config(struct i40e_hw *hw, u16 seid, struct i40e_aqc_query_switching_comp_bw_config_resp *bw_data, struct i40e_asq_cmd_details *cmd_details) i40e_aq_query_switch_comp_bw_config() argument
3771 i40e_aq_add_rem_control_packet_filter(struct i40e_hw *hw, u8 *mac_addr, u16 ethtype, u16 flags, u16 vsi_seid, u16 queue, bool is_add, struct i40e_control_filter_stats *stats, struct i40e_asq_cmd_details *cmd_details) i40e_aq_add_rem_control_packet_filter() argument
3887 i40e_aq_resume_port_tx(struct i40e_hw *hw, struct i40e_asq_cmd_details *cmd_details) i40e_aq_resume_port_tx() argument
3960 i40e_aq_debug_dump(struct i40e_hw *hw, u8 cluster_id, u8 table_id, u32 start_index, u16 buff_size, void *buff, u16 *ret_buff_size, u8 *ret_next_table, u32 *ret_next_index, struct i40e_asq_cmd_details *cmd_details) i40e_aq_debug_dump() argument
4052 i40e_aq_configure_partition_bw(struct i40e_hw *hw, struct i40e_aqc_configure_partition_bw_data *bw_data, struct i40e_asq_cmd_details *cmd_details) i40e_aq_configure_partition_bw() argument
H A Di40e_nvm.c230 struct i40e_asq_cmd_details cmd_details; i40e_read_nvm_aq() local
232 memset(&cmd_details, 0, sizeof(cmd_details)); i40e_read_nvm_aq()
258 data, last_command, &cmd_details); i40e_read_nvm_aq()
440 struct i40e_asq_cmd_details cmd_details; i40e_write_nvm_aq() local
442 memset(&cmd_details, 0, sizeof(cmd_details)); i40e_write_nvm_aq()
443 cmd_details.wb_desc = &hw->nvm_wb_desc; i40e_write_nvm_aq()
469 data, last_command, &cmd_details); i40e_write_nvm_aq()
1136 struct i40e_asq_cmd_details cmd_details; i40e_nvmupd_exec_aq() local
1145 memset(&cmd_details, 0, sizeof(cmd_details)); i40e_nvmupd_exec_aq()
1146 cmd_details.wb_desc = &hw->nvm_wb_desc; i40e_nvmupd_exec_aq()
1182 buff_size, &cmd_details); i40e_nvmupd_exec_aq()
1276 struct i40e_asq_cmd_details cmd_details; i40e_nvmupd_nvm_read() local
1285 memset(&cmd_details, 0, sizeof(cmd_details)); i40e_nvmupd_nvm_read()
1286 cmd_details.wb_desc = &hw->nvm_wb_desc; i40e_nvmupd_nvm_read()
1289 bytes, last, &cmd_details); i40e_nvmupd_nvm_read()
1316 struct i40e_asq_cmd_details cmd_details; i40e_nvmupd_nvm_erase() local
1324 memset(&cmd_details, 0, sizeof(cmd_details)); i40e_nvmupd_nvm_erase()
1325 cmd_details.wb_desc = &hw->nvm_wb_desc; i40e_nvmupd_nvm_erase()
1328 last, &cmd_details); i40e_nvmupd_nvm_erase()
1356 struct i40e_asq_cmd_details cmd_details; i40e_nvmupd_nvm_write() local
1364 memset(&cmd_details, 0, sizeof(cmd_details)); i40e_nvmupd_nvm_write()
1365 cmd_details.wb_desc = &hw->nvm_wb_desc; i40e_nvmupd_nvm_write()
1369 &cmd_details); i40e_nvmupd_nvm_write()
H A Di40e_adminq.c731 * @cmd_details: pointer to command details structure
740 struct i40e_asq_cmd_details *cmd_details) i40e_asq_send_command()
770 if (cmd_details) { i40e_asq_send_command()
771 *details = *cmd_details; i40e_asq_send_command()
773 /* If the cmd_details are defined copy the cookie. The i40e_asq_send_command()
855 /* if cmd_details are not defined or async flag is not set, i40e_asq_send_command()
736 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details) i40e_asq_send_command() argument
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
H A Di40e_prototype.h52 struct i40e_asq_cmd_details *cmd_details);
96 struct i40e_asq_cmd_details *cmd_details);
103 struct i40e_asq_cmd_details *cmd_details);
H A Di40e_adminq.c664 * @cmd_details: pointer to command details structure
673 struct i40e_asq_cmd_details *cmd_details) i40evf_asq_send_command()
703 if (cmd_details) { i40evf_asq_send_command()
704 *details = *cmd_details; i40evf_asq_send_command()
706 /* If the cmd_details are defined copy the cookie. The i40evf_asq_send_command()
788 /* if cmd_details are not defined or async flag is not set, i40evf_asq_send_command()
669 i40evf_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details) i40evf_asq_send_command() argument
H A Di40e_common.c914 * @cmd_details: pointer to command details
924 struct i40e_asq_cmd_details *cmd_details) i40e_aq_send_msg_to_pf()
941 if (!cmd_details) { i40e_aq_send_msg_to_pf()
944 cmd_details = &details; i40e_aq_send_msg_to_pf()
946 status = i40evf_asq_send_command(hw, &desc, msg, msglen, cmd_details); i40e_aq_send_msg_to_pf()
920 i40e_aq_send_msg_to_pf(struct i40e_hw *hw, enum i40e_virtchnl_ops v_opcode, i40e_status v_retval, u8 *msg, u16 msglen, struct i40e_asq_cmd_details *cmd_details) i40e_aq_send_msg_to_pf() argument

Completed in 216 milliseconds