Searched defs:seid (Results 1 - 14 of 14) sorted by relevance

/linux-master/net/smc/
H A Dsmc_ism.c48 struct smc_ism_seid *seid = local
H A Dsmc_clc.c244 u8 *seid; local
H A Dsmc_core.c230 u8 *seid = NULL; local
H A Dsmc_clc.h109 seid : 1; member in struct:smc_clc_v2_flag
113 u8 seid : 1, member in struct:smc_clc_v2_flag
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c25 static struct i40e_vsi *i40e_dbg_find_vsi(struct i40e_pf *pf, int seid) argument
98 i40e_dbg_dump_vsi_seid(struct i40e_pf *pf, int seid) argument
676 i40e_dbg_dump_veb_seid(struct i40e_pf *pf, int seid) argument
[all...]
H A Di40e_virtchnl_pf.c1274 i40e_set_vsi_promisc(struct i40e_vf *vf, u16 seid, bool multi_enable, argument
3698 i40e_find_vsi_from_seid(struct i40e_vf *vf, u16 seid) argument
[all...]
H A Di40e_common.c1789 i40e_aq_set_default_vsi(struct i40e_hw *hw, u16 seid, struct i40e_asq_cmd_details *cmd_details) argument
1817 i40e_aq_clear_default_vsi(struct i40e_hw *hw, u16 seid, struct i40e_asq_cmd_details *cmd_details) argument
1847 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
1887 i40e_aq_set_vsi_multicast_promiscuous(struct i40e_hw *hw, u16 seid, bool set, struct i40e_asq_cmd_details *cmd_details) argument
1921 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
1957 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
1999 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
2034 i40e_aq_set_vsi_broadcast(struct i40e_hw *hw, u16 seid, bool set_filter, struct i40e_asq_cmd_details *cmd_details) argument
2067 i40e_aq_set_vsi_vlan_promisc(struct i40e_hw *hw, u16 seid, bool enable, struct i40e_asq_cmd_details *cmd_details) argument
2513 i40e_prepare_add_macvlan(struct i40e_aqc_add_macvlan_element_data *mv_list, struct i40e_aq_desc *desc, u16 count, u16 seid) argument
2553 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
2585 i40e_aq_add_macvlan_v2(struct i40e_hw *hw, u16 seid, struct i40e_aqc_add_macvlan_element_data *mv_list, u16 count, struct i40e_asq_cmd_details *cmd_details, enum i40e_admin_queue_err *aq_status) argument
2613 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
2661 i40e_aq_remove_macvlan_v2(struct i40e_hw *hw, u16 seid, struct i40e_aqc_remove_macvlan_element_data *mv_list, u16 count, struct i40e_asq_cmd_details *cmd_details, enum i40e_admin_queue_err *aq_status) argument
3824 i40e_aq_delete_element(struct i40e_hw *hw, u16 seid, struct i40e_asq_cmd_details *cmd_details) argument
3878 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
3936 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
3964 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
3983 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) argument
4001 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) argument
4019 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
4037 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
4055 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
4073 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
4091 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
4320 i40e_add_filter_to_drop_tx_flow_control_frames(struct i40e_hw *hw, u16 seid) argument
4386 i40e_aq_suspend_port_tx(struct i40e_hw *hw, u16 seid, struct i40e_asq_cmd_details *cmd_details) argument
5831 i40e_aq_add_cloud_filters(struct i40e_hw *hw, u16 seid, struct i40e_aqc_cloud_filters_element_data *filters, u8 filter_count) argument
5868 i40e_aq_add_cloud_filters_bb(struct i40e_hw *hw, u16 seid, struct i40e_aqc_cloud_filters_element_bb *filters, u8 filter_count) argument
5924 i40e_aq_rem_cloud_filters(struct i40e_hw *hw, u16 seid, struct i40e_aqc_cloud_filters_element_data *filters, u8 filter_count) argument
5961 i40e_aq_rem_cloud_filters_bb(struct i40e_hw *hw, u16 seid, struct i40e_aqc_cloud_filters_element_bb *filters, u8 filter_count) argument
[all...]
H A Di40e.h301 u16 seid; /* filter control */ member in struct:i40e_cloud_filter
437 u16 seid; member in struct:i40e_channel
786 u16 seid; member in struct:i40e_veb
870 u16 seid; /* HW index of this VSI (absolute index) */ member in struct:i40e_vsi
1364 i40e_pf_get_vsi_by_seid(struct i40e_pf *pf, u16 seid) argument
1382 i40e_pf_get_veb_by_seid(struct i40e_pf *pf, u16 seid) argument
[all...]
H A Di40e_type.h1111 u16 seid; member in struct:i40e_vsi_context
1124 u16 seid; member in struct:i40e_veb_context
H A Di40e_adminq_cmd.h560 __le16 seid; member in struct:i40e_aqc_switch_seid
582 __le16 seid; member in struct:i40e_aqc_switch_config_element_resp
608 __le16 seid; member in struct:i40e_aqc_add_remove_statistics
738 __le16 seid; member in struct:i40e_aqc_add_get_update_vsi_completion
848 __le16 seid; member in struct:i40e_aqc_get_pv_params_completion
888 __le16 seid; member in struct:i40e_aqc_get_veb_parameters_completion
908 __le16 seid[3]; member in struct:i40e_aqc_macvlan
990 __le16 seid; member in struct:i40e_aqc_set_vsi_promiscuous_modes
1003 __le16 seid; member in struct:i40e_aqc_add_tag
1023 __le16 seid; member in struct:i40e_aqc_remove_tag
1058 __le16 seid; member in struct:i40e_aqc_update_tag
1087 __le16 seid; member in struct:i40e_aqc_add_remove_control_packet_filter
1112 __le16 seid; member in struct:i40e_aqc_add_remove_cloud_filters
1237 __le16 seid; member in struct:i40e_aqc_add_delete_mirror_rule
1398 __le16 seid; member in struct:i40e_aqc_configure_switching_comp_bw_limit
[all...]
H A Di40e_main.c4747 i40e_control_wait_tx_q(int seid, struct i40e_pf *pf, int pf_q, bool is_xdp, bool enable) argument
5971 i40e_set_bw_limit(struct i40e_vsi *vsi, u16 seid, u64 max_tx_rate) argument
6481 u16 seid; local
7690 i40e_del_macvlan_filter(struct i40e_hw *hw, u16 seid, const u8 *macaddr, int *aq_err) argument
7716 i40e_add_macvlan_filter(struct i40e_hw *hw, u16 seid, const u8 *macaddr, int *aq_err) argument
10591 i40e_rebuild_cloud_filters(struct i40e_vsi *vsi, u16 seid) argument
14868 u16 seid = le16_to_cpu(ele->seid); local
[all...]
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf.h61 u16 seid; member in struct:iavf_vsi
H A Diavf_adminq_cmd.h448 __le16 seid; member in struct:iavf_aqc_get_veb_parameters_completion
/linux-master/drivers/dma/qcom/
H A Dgpi.c488 u32 seid; member in struct:gchan
2068 static int gpi_find_avail_gpii(struct gpi_dev *gpi_dev, u32 seid) argument
2113 u32 seid, chid; local
[all...]

Completed in 598 milliseconds