Home
last modified time | relevance | path

Searched refs:other_vport (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/mlx5/
Dvport.h68 u16 vport, u8 other_vport, u8 state);
88 int mlx5_query_hca_vport_gid(struct mlx5_core_dev *dev, u8 other_vport,
91 int mlx5_query_hca_vport_pkey(struct mlx5_core_dev *dev, u8 other_vport,
95 u8 other_vport, u8 port_num,
127 u8 other_vport, u64 *rx_discard_vport_down,
129 int mlx5_core_query_vport_counter(struct mlx5_core_dev *dev, u8 other_vport,
132 u8 other_vport, u8 port_num,
Dmlx5_ifc.h4246 u8 other_vport[0x1]; member
4524 u8 other_vport[0x1]; member
4553 u8 other_vport[0x1]; member
4606 u8 other_vport[0x1]; member
5079 u8 other_vport[0x1]; member
5234 u8 other_vport[0x1]; member
5270 u8 other_vport[0x1]; member
5297 u8 other_vport[0x1]; member
5565 u8 other_vport[0x1]; member
5597 u8 other_vport[0x1]; member
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dvport.c54 MLX5_SET(query_vport_state_in, in, other_vport, 1); in mlx5_query_vport_state()
64 u16 vport, u8 other_vport, u8 state) in mlx5_modify_vport_admin_state() argument
72 MLX5_SET(modify_vport_state_in, in, other_vport, other_vport); in mlx5_modify_vport_admin_state()
87 MLX5_SET(query_nic_vport_context_in, in, other_vport, 1); in mlx5_query_nic_vport_context()
133 MLX5_SET(modify_nic_vport_context_in, in, other_vport, 1); in mlx5_modify_nic_vport_min_inline()
159 MLX5_SET(query_nic_vport_context_in, in, other_vport, other); in mlx5_query_nic_vport_mac_address()
191 MLX5_SET(modify_nic_vport_context_in, in, other_vport, 1); in mlx5_modify_nic_vport_mac_address()
290 MLX5_SET(query_nic_vport_context_in, in, other_vport, 1); in mlx5_query_nic_vport_mac_list()
477 MLX5_SET(modify_nic_vport_context_in, in, other_vport, 1); in mlx5_modify_nic_vport_node_guid()
513 int mlx5_query_hca_vport_gid(struct mlx5_core_dev *dev, u8 other_vport, in mlx5_query_hca_vport_gid() argument
[all …]
Dfs_cmd.c177 MLX5_SET(set_flow_table_root_in, in, other_vport, 1); in mlx5_cmd_update_root_ft()
204 MLX5_SET(create_flow_table_in, in, other_vport, 1); in mlx5_cmd_create_flow_table()
257 MLX5_SET(destroy_flow_table_in, in, other_vport, 1); in mlx5_cmd_destroy_flow_table()
289 MLX5_SET(modify_flow_table_in, in, other_vport, 1); in mlx5_cmd_modify_flow_table()
325 MLX5_SET(create_flow_group_in, in, other_vport, 1); in mlx5_cmd_create_flow_group()
349 MLX5_SET(destroy_flow_group_in, in, other_vport, 1); in mlx5_cmd_destroy_flow_group()
432 MLX5_SET(set_fte_in, in, other_vport, 1); in mlx5_cmd_set_fte()
606 MLX5_SET(delete_fte_in, in, other_vport, 1); in mlx5_cmd_delete_fte()
Deswitch.c120 MLX5_SET(modify_nic_vport_context_in, in, other_vport, 1); in arm_vport_context_events_cmd()
141 bool other_vport, void *in) in mlx5_eswitch_modify_esw_vport_context() argument
146 MLX5_SET(modify_esw_vport_context_in, in, other_vport, other_vport); in mlx5_eswitch_modify_esw_vport_context()
1962 int other_vport = 1; in mlx5_eswitch_set_vport_state() local
1972 other_vport = 0; in mlx5_eswitch_set_vport_state()
1977 err = mlx5_modify_vport_admin_state(esw->dev, opmod, vport, other_vport, link_state); in mlx5_eswitch_set_vport_state()
2392 MLX5_SET(query_vport_counter_in, in, other_vport, 1); in mlx5_eswitch_get_vport_stats()
Deswitch.h324 bool other_vport, void *in);
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_cmd.c7 bool other_vport, in mlx5dr_cmd_query_esw_vport_context() argument
18 MLX5_SET(query_esw_vport_context_in, in, other_vport, other_vport); in mlx5dr_cmd_query_esw_vport_context()
34 int mlx5dr_cmd_query_gvmi(struct mlx5_core_dev *mdev, bool other_vport, in mlx5dr_cmd_query_gvmi() argument
48 MLX5_SET(query_hca_cap_in, in, other_function, other_vport); in mlx5dr_cmd_query_gvmi()
559 MLX5_SET(set_fte_in, in, other_vport, 1); in mlx5dr_cmd_set_fte()
Ddr_domain.c123 bool other_vport, in dr_domain_query_vport() argument
132 other_vport, in dr_domain_query_vport()
140 other_vport, in dr_domain_query_vport()
Ddr_types.h923 bool other_vport, u16 vport_number,
927 bool other_vport, u16 vport_number, u16 *gvmi);
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Ddevx.c1081 MLX5_SET(destroy_flow_table_in, din, other_vport, in devx_obj_build_destroy_cmd()
1082 MLX5_GET(create_flow_table_in, in, other_vport)); in devx_obj_build_destroy_cmd()
1094 MLX5_SET(destroy_flow_group_in, din, other_vport, in devx_obj_build_destroy_cmd()
1095 MLX5_GET(create_flow_group_in, in, other_vport)); in devx_obj_build_destroy_cmd()
1109 MLX5_SET(delete_fte_in, din, other_vport, in devx_obj_build_destroy_cmd()
1110 MLX5_GET(set_fte_in, in, other_vport)); in devx_obj_build_destroy_cmd()