/linux-6.1.9/include/linux/mlx5/ |
D | vport.h | 60 u16 vport, u8 other_vport, u8 state); 80 int mlx5_query_hca_vport_gid(struct mlx5_core_dev *dev, u8 other_vport, 83 int mlx5_query_hca_vport_pkey(struct mlx5_core_dev *dev, u8 other_vport, 87 u8 other_vport, u8 port_num, 119 u8 other_vport, u64 *rx_discard_vport_down, 121 int mlx5_core_query_vport_counter(struct mlx5_core_dev *dev, u8 other_vport, 124 u8 other_vport, u8 port_num,
|
D | mlx5_ifc.h | 4702 u8 other_vport[0x1]; member 4980 u8 other_vport[0x1]; member 5009 u8 other_vport[0x1]; member 5062 u8 other_vport[0x1]; member 5535 u8 other_vport[0x1]; member 5690 u8 other_vport[0x1]; member 5726 u8 other_vport[0x1]; member 5753 u8 other_vport[0x1]; member 6255 u8 other_vport[0x1]; member 6287 u8 other_vport[0x1]; member [all …]
|
/linux-6.1.9/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() 480 MLX5_SET(modify_nic_vport_context_in, in, other_vport, 1); in mlx5_modify_nic_vport_node_guid() 516 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 | 238 MLX5_SET(set_flow_table_root_in, in, other_vport, in mlx5_cmd_update_root_ft() 289 MLX5_SET(create_flow_table_in, in, other_vport, in mlx5_cmd_create_flow_table() 347 MLX5_SET(destroy_flow_table_in, in, other_vport, in mlx5_cmd_destroy_flow_table() 381 MLX5_SET(modify_flow_table_in, in, other_vport, in mlx5_cmd_modify_flow_table() 417 MLX5_SET(create_flow_group_in, in, other_vport, 1); in mlx5_cmd_create_flow_group() 421 MLX5_SET(create_flow_group_in, in, other_vport, in mlx5_cmd_create_flow_group() 443 MLX5_SET(destroy_flow_group_in, in, other_vport, in mlx5_cmd_destroy_flow_group() 550 MLX5_SET(set_fte_in, in, other_vport, in mlx5_cmd_set_fte() 753 MLX5_SET(delete_fte_in, in, other_vport, in mlx5_cmd_delete_fte()
|
D | eswitch.c | 117 MLX5_SET(modify_nic_vport_context_in, in, other_vport, 1); in arm_vport_context_events_cmd() 138 bool other_vport, void *in) in mlx5_eswitch_modify_esw_vport_context() argument 143 MLX5_SET(modify_esw_vport_context_in, in, other_vport, other_vport); in mlx5_eswitch_modify_esw_vport_context() 1754 int other_vport = 1; in mlx5_eswitch_set_vport_state() local 1764 other_vport = 0; in mlx5_eswitch_set_vport_state() 1773 err = mlx5_modify_vport_admin_state(esw->dev, opmod, vport, other_vport, link_state); in mlx5_eswitch_set_vport_state() 1866 MLX5_SET(query_vport_counter_in, in, other_vport, 1); in mlx5_eswitch_get_vport_stats()
|
D | eswitch.h | 397 bool other_vport, void *in);
|
/linux-6.1.9/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() 673 MLX5_SET(set_fte_in, in, other_vport, 1); in mlx5dr_cmd_set_fte()
|
D | dr_domain.c | 139 bool other_vport, in dr_domain_query_vport() argument 145 other_vport, in dr_domain_query_vport() 153 other_vport, in dr_domain_query_vport()
|
D | dr_types.h | 1234 bool other_vport, u16 vport_number, 1238 bool other_vport, u16 vport_number, u16 *gvmi);
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | debugfs.c | 30 MLX5_SET(query_vnic_env_in, in, other_vport, 1); in mlx5_esw_query_vnic_diag()
|
/linux-6.1.9/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 | 1167 MLX5_SET(destroy_flow_table_in, din, other_vport, in devx_obj_build_destroy_cmd() 1168 MLX5_GET(create_flow_table_in, in, other_vport)); in devx_obj_build_destroy_cmd() 1179 MLX5_SET(destroy_flow_group_in, din, other_vport, in devx_obj_build_destroy_cmd() 1180 MLX5_GET(create_flow_group_in, in, other_vport)); in devx_obj_build_destroy_cmd() 1193 MLX5_SET(delete_fte_in, din, other_vport, in devx_obj_build_destroy_cmd() 1194 MLX5_GET(set_fte_in, in, other_vport)); in devx_obj_build_destroy_cmd()
|
/linux-6.1.9/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 2966 MLX5_SET(query_vport_state_in, in, other_vport, 1); in query_vport_state()
|