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

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_prototype.h81 enum i40e_status_code i40e_aq_get_rss_lut(struct i40e_hw *hw, u16 seid,
83 enum i40e_status_code i40e_aq_set_rss_lut(struct i40e_hw *hw, u16 seid,
86 u16 seid,
89 u16 seid,
179 u16 seid, bool set,
182 u16 seid, bool enable, u16 vid,
185 u16 seid, bool enable, u16 vid,
188 u16 seid, bool enable, u16 vid,
191 u16 seid, bool enable,
341 enum i40e_status_code i40e_aq_add_statistics(struct i40e_hw *hw, u16 seid,
[all...]
H A Di40e_common.c2220 vsi_ctx->seid = LE16_TO_CPU(resp->seid);
2232 * @seid: vsi number
2236 u16 seid,
2250 cmd->seid = CPU_TO_LE16(seid);
2260 * @seid: vsi number
2264 u16 seid,
2278 cmd->seid = CPU_TO_LE16(seid);
2235 i40e_aq_set_default_vsi(struct i40e_hw *hw, u16 seid, struct i40e_asq_cmd_details *cmd_details) argument
2263 i40e_aq_clear_default_vsi(struct i40e_hw *hw, u16 seid, struct i40e_asq_cmd_details *cmd_details) argument
2293 i40e_aq_set_vsi_unicast_promiscuous(struct i40e_hw *hw, u16 seid, bool set, struct i40e_asq_cmd_details *cmd_details, bool rx_only_promisc) argument
2335 i40e_aq_set_vsi_multicast_promiscuous(struct i40e_hw *hw, u16 seid, bool set, struct i40e_asq_cmd_details *cmd_details) argument
2367 i40e_aq_set_vsi_full_promiscuous(struct i40e_hw *hw, u16 seid, bool set, struct i40e_asq_cmd_details *cmd_details) argument
2405 i40e_aq_set_vsi_mc_promisc_on_vlan(struct i40e_hw *hw, u16 seid, bool enable, u16 vid, struct i40e_asq_cmd_details *cmd_details) argument
2439 i40e_aq_set_vsi_uc_promisc_on_vlan(struct i40e_hw *hw, u16 seid, bool enable, u16 vid, struct i40e_asq_cmd_details *cmd_details) argument
2473 i40e_aq_set_vsi_bc_promisc_on_vlan(struct i40e_hw *hw, u16 seid, bool enable, u16 vid, struct i40e_asq_cmd_details *cmd_details) argument
2508 i40e_aq_set_vsi_broadcast(struct i40e_hw *hw, u16 seid, bool set_filter, struct i40e_asq_cmd_details *cmd_details) argument
2541 i40e_aq_set_vsi_vlan_promisc(struct i40e_hw *hw, u16 seid, bool enable, struct i40e_asq_cmd_details *cmd_details) argument
3008 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) argument
3056 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) argument
3224 i40e_aq_add_vlan(struct i40e_hw *hw, u16 seid, struct i40e_aqc_add_remove_vlan_element_data *v_list, u8 count, struct i40e_asq_cmd_details *cmd_details) argument
3264 i40e_aq_remove_vlan(struct i40e_hw *hw, u16 seid, struct i40e_aqc_add_remove_vlan_element_data *v_list, u8 count, struct i40e_asq_cmd_details *cmd_details) argument
4602 i40e_aq_delete_element(struct i40e_hw *hw, u16 seid, struct i40e_asq_cmd_details *cmd_details) argument
4984 i40e_aq_add_statistics(struct i40e_hw *hw, u16 seid, u16 vlan_id, u16 *stat_index, struct i40e_asq_cmd_details *cmd_details) argument
5021 i40e_aq_remove_statistics(struct i40e_hw *hw, u16 seid, u16 vlan_id, u16 stat_index, struct i40e_asq_cmd_details *cmd_details) argument
5094 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) argument
5152 i40e_aq_config_vsi_bw_limit(struct i40e_hw *hw, u16 seid, u16 credit, u8 max_credit, struct i40e_asq_cmd_details *cmd_details) argument
5181 i40e_aq_config_switch_comp_bw_limit(struct i40e_hw *hw, u16 seid, u16 credit, u8 max_bw, struct i40e_asq_cmd_details *cmd_details) argument
5209 i40e_aq_config_vsi_ets_sla_bw_limit(struct i40e_hw *hw, u16 seid, struct i40e_aqc_configure_vsi_ets_sla_bw_data *bw_data, struct i40e_asq_cmd_details *cmd_details) argument
5226 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) argument
5243 i40e_aq_config_switch_comp_ets_bw_limit( struct i40e_hw *hw, u16 seid, struct i40e_aqc_configure_switching_comp_ets_bw_limit_data *bw_data, struct i40e_asq_cmd_details *cmd_details) argument
5260 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) argument
5277 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) argument
5294 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) argument
5311 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) argument
5328 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) argument
5569 i40e_add_filter_to_drop_tx_flow_control_frames(struct i40e_hw *hw, u16 seid) argument
5627 i40e_aq_add_cloud_filters(struct i40e_hw *hw, u16 seid, struct i40e_aqc_add_remove_cloud_filters_element_data *filters, u8 filter_count) argument
5666 i40e_aq_remove_cloud_filters(struct i40e_hw *hw, u16 seid, struct i40e_aqc_add_remove_cloud_filters_element_data *filters, u8 filter_count) argument
[all...]
H A Di40e_adminq_cmd.h654 /* Used by many indirect commands that only pass an seid and a buffer in the
658 __le16 seid; member in struct:i40e_aqc_switch_seid
690 __le16 seid; member in struct:i40e_aqc_switch_config_element_resp
719 __le16 seid; member in struct:i40e_aqc_add_remove_statistics
888 __le16 seid; member in struct:i40e_aqc_add_get_update_vsi_completion
1057 __le16 seid; member in struct:i40e_aqc_get_pv_params_completion
1108 __le16 seid; member in struct:i40e_aqc_get_veb_parameters_completion
1128 __le16 seid[3]; member in struct:i40e_aqc_macvlan
1246 __le16 seid; member in struct:i40e_aqc_set_vsi_promiscuous_modes
1262 __le16 seid; member in struct:i40e_aqc_add_tag
1285 __le16 seid; member in struct:i40e_aqc_remove_tag
1323 __le16 seid; member in struct:i40e_aqc_update_tag
1356 __le16 seid; member in struct:i40e_aqc_add_remove_control_packet_filter
1384 __le16 seid; member in struct:i40e_aqc_add_remove_cloud_filters
1476 __le16 seid; member in struct:i40e_aqc_add_delete_mirror_rule
1613 __le16 seid; member in struct:i40e_aqc_configure_switching_comp_bw_limit
[all...]
H A Dixl_pf_iov.c173 vf->vsi.seid = vsi_ctx.seid;
182 code = i40e_aq_config_vsi_bw_limit(hw, vf->vsi.seid, 0, 0, NULL);
289 if (vsi->seid == 0)
292 i40e_aq_delete_element(hw, vsi->seid, NULL);
413 if (vf->vsi.seid != 0)
1180 vsi_ctx.seid = vf->vsi.seid;
1741 ret = i40e_aq_add_veb(hw, pf_vsi->uplink_seid, pf_vsi->seid,
1785 if (pf->vfs[i].vsi.seid !
[all...]
H A Dixl_pf_main.c305 i40e_aq_set_default_vsi(hw, vsi->seid, NULL);
925 vsi->seid, uni, NULL, TRUE);
927 vsi->seid, multi, NULL);
963 vsi->seid, TRUE, NULL);
2097 "-> %d: type=%d seid=%d uplink=%d downlink=%d\n", i,
2099 sw_config->element[i].seid,
2107 vsi->seid = sw_config->element[0].seid;
2130 ctxt.seid = vsi->seid;
[all...]
H A Dixl.h564 u16 seid; member in struct:ixl_vsi
H A Di40e_type.h1394 u16 seid; member in struct:i40e_vsi_context
1407 u16 seid; member in struct:i40e_veb_context

Completed in 121 milliseconds