/drivers/net/ethernet/mellanox/mlx5/core/ |
D | vport.c | 55 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 …]
|
D | fs_cmd.c | 216 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()
|
D | eswitch.c | 116 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()
|
D | eswitch.h | 374 bool other_vport, void *in);
|
D | eswitch_offloads.c | 2340 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/ |
D | dr_cmd.c | 7 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()
|
D | dr_domain.c | 129 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()
|
D | dr_types.h | 1149 bool other_vport, u16 vport_number, 1153 bool other_vport, u16 vport_number, u16 *gvmi);
|
/drivers/infiniband/hw/mlx5/ |
D | std_types.c | 50 MLX5_SET(query_esw_vport_context_in, in, other_vport, true); in fill_vport_icm_addr()
|
D | devx.c | 1177 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/ |
D | mlx5_vnet.c | 2462 MLX5_SET(query_vport_state_in, in, other_vport, 1); in query_vport_state()
|