Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Dvport.c55 MLX5_SET(query_vport_state_in, in, other_vport, 1); in mlx5_query_vport_state()
65 u16 vport, u8 other_vport, u8 state) in mlx5_modify_vport_admin_state() argument
73 MLX5_SET(modify_vport_state_in, in, other_vport, other_vport); in mlx5_modify_vport_admin_state()
88 MLX5_SET(query_nic_vport_context_in, in, other_vport, 1); in mlx5_query_nic_vport_context()
134 MLX5_SET(modify_nic_vport_context_in, in, other_vport, 1); in mlx5_modify_nic_vport_min_inline()
160 MLX5_SET(query_nic_vport_context_in, in, other_vport, other); in mlx5_query_nic_vport_mac_address()
192 MLX5_SET(modify_nic_vport_context_in, in, other_vport, 1); in mlx5_modify_nic_vport_mac_address()
291 MLX5_SET(query_nic_vport_context_in, in, other_vport, 1); in mlx5_query_nic_vport_mac_list()
478 MLX5_SET(modify_nic_vport_context_in, in, other_vport, 1); in mlx5_modify_nic_vport_node_guid()
514 int mlx5_query_hca_vport_gid(struct mlx5_core_dev *dev, u8 other_vport, in mlx5_query_hca_vport_gid() argument
[all …]
Dfs_cmd.c216 MLX5_SET(set_flow_table_root_in, in, other_vport, in mlx5_cmd_update_root_ft()
265 MLX5_SET(create_flow_table_in, in, other_vport, in mlx5_cmd_create_flow_table()
323 MLX5_SET(destroy_flow_table_in, in, other_vport, in mlx5_cmd_destroy_flow_table()
357 MLX5_SET(modify_flow_table_in, in, other_vport, in mlx5_cmd_modify_flow_table()
393 MLX5_SET(create_flow_group_in, in, other_vport, 1); in mlx5_cmd_create_flow_group()
397 MLX5_SET(create_flow_group_in, in, other_vport, in mlx5_cmd_create_flow_group()
419 MLX5_SET(destroy_flow_group_in, in, other_vport, in mlx5_cmd_destroy_flow_group()
500 MLX5_SET(set_fte_in, in, other_vport, in mlx5_cmd_set_fte()
676 MLX5_SET(delete_fte_in, in, other_vport, in mlx5_cmd_delete_fte()
Deswitch.c116 MLX5_SET(modify_nic_vport_context_in, in, other_vport, 1); in arm_vport_context_events_cmd()
137 bool other_vport, void *in) in mlx5_eswitch_modify_esw_vport_context() argument
142 MLX5_SET(modify_esw_vport_context_in, in, other_vport, other_vport); in mlx5_eswitch_modify_esw_vport_context()
1797 int other_vport = 1; in mlx5_eswitch_set_vport_state() local
1807 other_vport = 0; in mlx5_eswitch_set_vport_state()
1816 err = mlx5_modify_vport_admin_state(esw->dev, opmod, vport, other_vport, link_state); in mlx5_eswitch_set_vport_state()
1907 MLX5_SET(query_vport_counter_in, in, other_vport, 1); in mlx5_eswitch_get_vport_stats()
Deswitch.h374 bool other_vport, void *in);
Deswitch_offloads.c2340 MLX5_SET(set_flow_table_root_in, in, other_vport, 1); in esw_set_uplink_slave_ingress_root()
/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()
98 MLX5_SET(query_nic_vport_context_in, in, other_vport, !!vport); in dr_cmd_query_nic_vport_roce_en()
664 MLX5_SET(set_fte_in, in, other_vport, 1); in mlx5dr_cmd_set_fte()
Ddr_domain.c129 bool other_vport, in dr_domain_query_vport() argument
138 other_vport, in dr_domain_query_vport()
146 other_vport, in dr_domain_query_vport()
Ddr_types.h1149 bool other_vport, u16 vport_number,
1153 bool other_vport, u16 vport_number, u16 *gvmi);
/drivers/infiniband/hw/mlx5/
Dstd_types.c50 MLX5_SET(query_esw_vport_context_in, in, other_vport, true); in fill_vport_icm_addr()
Ddevx.c1177 MLX5_SET(destroy_flow_table_in, din, other_vport, in devx_obj_build_destroy_cmd()
1178 MLX5_GET(create_flow_table_in, in, other_vport)); in devx_obj_build_destroy_cmd()
1189 MLX5_SET(destroy_flow_group_in, din, other_vport, in devx_obj_build_destroy_cmd()
1190 MLX5_GET(create_flow_group_in, in, other_vport)); in devx_obj_build_destroy_cmd()
1203 MLX5_SET(delete_fte_in, din, other_vport, in devx_obj_build_destroy_cmd()
1204 MLX5_GET(set_fte_in, in, other_vport)); in devx_obj_build_destroy_cmd()
/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c2462 MLX5_SET(query_vport_state_in, in, other_vport, 1); in query_vport_state()