Lines Matching refs:cmd_details
952 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_read() argument
963 sizeof(*addrs), cmd_details); in i40e_aq_mac_address_read()
978 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_write() argument
994 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_mac_address_write()
1569 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_phy_capabilities() argument
1596 abilities_size, cmd_details); in i40e_aq_get_phy_capabilities()
1647 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_phy_config() argument
1662 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_phy_config()
1769 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_clear_pxe_mode() argument
1781 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_clear_pxe_mode()
1798 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_link_restart_an() argument
1814 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_link_restart_an()
1830 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_link_info() argument
1848 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_get_link_info()
1926 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_phy_int_mask() argument
1938 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_phy_int_mask()
1952 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_phy_debug() argument
1964 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_phy_debug()
1994 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_add_vsi() argument
2015 sizeof(vsi_ctx->info), cmd_details); in i40e_aq_add_vsi()
2037 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_default_vsi() argument
2052 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_default_vsi()
2065 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_clear_default_vsi() argument
2080 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_clear_default_vsi()
2095 struct i40e_asq_cmd_details *cmd_details, in i40e_aq_set_vsi_unicast_promiscuous() argument
2121 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_vsi_unicast_promiscuous()
2134 u16 seid, bool set, struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_vsi_multicast_promiscuous() argument
2153 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_vsi_multicast_promiscuous()
2169 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_vsi_mc_promisc_on_vlan() argument
2188 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_vsi_mc_promisc_on_vlan()
2204 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_vsi_uc_promisc_on_vlan() argument
2229 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_vsi_uc_promisc_on_vlan()
2244 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_vsi_bc_promisc_on_vlan() argument
2263 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_vsi_bc_promisc_on_vlan()
2279 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_vsi_broadcast() argument
2298 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_vsi_broadcast()
2312 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_vsi_vlan_promisc() argument
2329 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_vsi_vlan_promisc()
2342 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_vsi_params() argument
2384 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_update_vsi_params() argument
2401 sizeof(vsi_ctx->info), cmd_details); in i40e_aq_update_vsi_params()
2422 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_switch_config() argument
2436 status = i40e_asq_send_command(hw, &desc, buf, buf_size, cmd_details); in i40e_aq_get_switch_config()
2456 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_switch_config() argument
2473 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_switch_config()
2494 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_firmware_version() argument
2503 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_get_firmware_version()
2531 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_send_driver_version() argument
2556 len, cmd_details); in i40e_aq_send_driver_version()
2646 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_add_veb() argument
2678 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_add_veb()
2704 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_veb_parameters() argument
2719 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_get_veb_parameters()
2756 u16 count, struct i40e_asq_cmd_details *cmd_details) in i40e_aq_add_macvlan() argument
2787 cmd_details); in i40e_aq_add_macvlan()
2804 u16 count, struct i40e_asq_cmd_details *cmd_details) in i40e_aq_remove_macvlan() argument
2829 cmd_details); in i40e_aq_remove_macvlan()
2854 struct i40e_asq_cmd_details *cmd_details, in i40e_mirrorrule_op() argument
2883 cmd_details); in i40e_mirrorrule_op()
2913 struct i40e_asq_cmd_details *cmd_details, in i40e_aq_add_mirrorrule() argument
2924 cmd_details, rule_id, rules_used, rules_free); in i40e_aq_add_mirrorrule()
2944 struct i40e_asq_cmd_details *cmd_details, in i40e_aq_delete_mirrorrule() argument
2959 cmd_details, NULL, rules_used, rules_free); in i40e_aq_delete_mirrorrule()
2976 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_send_msg_to_vf() argument
2995 status = i40e_asq_send_command(hw, &desc, msg, msglen, cmd_details); in i40e_aq_send_msg_to_vf()
3011 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_debug_read_register() argument
3025 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_debug_read_register()
3046 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_debug_write_register() argument
3059 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_debug_write_register()
3079 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_request_resource() argument
3092 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_request_resource()
3117 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_release_resource() argument
3129 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_release_resource()
3149 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_read_nvm() argument
3175 status = i40e_asq_send_command(hw, &desc, data, length, cmd_details); in i40e_aq_read_nvm()
3194 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_erase_nvm() argument
3216 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_erase_nvm()
3485 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_discover_capabilities() argument
3505 status = i40e_asq_send_command(hw, &desc, buff, buff_size, cmd_details); in i40e_aq_discover_capabilities()
3534 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_update_nvm() argument
3570 status = i40e_asq_send_command(hw, &desc, data, length, cmd_details); in i40e_aq_update_nvm()
3586 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_rearrange_nvm() argument
3605 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_rearrange_nvm()
3627 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_lldp_mib() argument
3653 status = i40e_asq_send_command(hw, &desc, buff, buff_size, cmd_details); in i40e_aq_get_lldp_mib()
3675 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_cfg_lldp_mib_change_event() argument
3687 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_cfg_lldp_mib_change_event()
3704 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_restore_lldp() argument
3722 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_restore_lldp()
3741 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_stop_lldp() argument
3761 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_stop_lldp()
3775 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_start_lldp() argument
3794 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_start_lldp()
3808 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_dcb_parameters() argument
3825 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_dcb_parameters()
3841 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_cee_dcb_config() argument
3853 cmd_details); in i40e_aq_get_cee_dcb_config()
3873 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_add_udp_tunnel() argument
3887 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_add_udp_tunnel()
3902 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_del_udp_tunnel() argument
3913 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_del_udp_tunnel()
3927 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_delete_element() argument
3941 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_delete_element()
3956 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_dcb_updated() argument
3963 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_dcb_updated()
3982 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_tx_sched_cmd() argument
4024 status = i40e_asq_send_command(hw, &desc, buff, buff_size, cmd_details); in i40e_aq_tx_sched_cmd()
4039 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_config_vsi_bw_limit() argument
4053 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_config_vsi_bw_limit()
4068 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_config_vsi_tc_bw() argument
4072 cmd_details); in i40e_aq_config_vsi_tc_bw()
4087 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_config_switch_comp_ets() argument
4090 sizeof(*ets_data), opcode, cmd_details); in i40e_aq_config_switch_comp_ets()
4103 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_config_switch_comp_bw_config() argument
4107 cmd_details); in i40e_aq_config_switch_comp_bw_config()
4120 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_query_vsi_bw_config() argument
4124 cmd_details); in i40e_aq_query_vsi_bw_config()
4137 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_query_vsi_ets_sla_config() argument
4141 cmd_details); in i40e_aq_query_vsi_ets_sla_config()
4154 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_query_switch_comp_ets_config() argument
4158 cmd_details); in i40e_aq_query_switch_comp_ets_config()
4171 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_query_port_ets_config() argument
4175 cmd_details); in i40e_aq_query_port_ets_config()
4188 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_query_switch_comp_bw_config() argument
4192 cmd_details); in i40e_aq_query_switch_comp_bw_config()
4377 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_add_rem_control_packet_filter() argument
4407 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_add_rem_control_packet_filter()
4490 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_resume_port_tx() argument
4497 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_resume_port_tx()
4567 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_debug_dump() argument
4592 status = i40e_asq_send_command(hw, &desc, buff, buff_size, cmd_details); in i40e_aq_debug_dump()
4657 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_configure_partition_bw() argument
4676 cmd_details); in i40e_aq_configure_partition_bw()
5253 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_rx_ctl_read_register() argument
5267 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_rx_ctl_read_register()
5319 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_rx_ctl_write_register() argument
5331 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_rx_ctl_write_register()
5411 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_phy_register_ext() argument
5431 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_phy_register_ext()
5456 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_phy_register_ext() argument
5475 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_get_phy_register_ext()
5496 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_write_ddp() argument
5516 status = i40e_asq_send_command(hw, &desc, buff, buff_size, cmd_details); in i40e_aq_write_ddp()
5539 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_ddp_list() argument
5556 status = i40e_asq_send_command(hw, &desc, buff, buff_size, cmd_details); in i40e_aq_get_ddp_list()