| /linux/include/linux/mlx5/ |
| A 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,
|
| A D | mlx5_ifc.h | 4520 u8 other_vport[0x1]; member 4798 u8 other_vport[0x1]; member 4827 u8 other_vport[0x1]; member 4880 u8 other_vport[0x1]; member 5354 u8 other_vport[0x1]; member 5509 u8 other_vport[0x1]; member 5545 u8 other_vport[0x1]; member 5572 u8 other_vport[0x1]; member 6071 u8 other_vport[0x1]; member 6103 u8 other_vport[0x1]; member [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | vport.c | 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() 553 if (other_vport) { in mlx5_query_hca_vport_gid() 618 if (other_vport) { in mlx5_query_hca_vport_pkey() 648 u8 other_vport, u8 port_num, in mlx5_query_hca_vport_context() argument 667 if (other_vport) { in mlx5_query_hca_vport_context() 979 if (other_vport) { in mlx5_core_query_vport_counter() 999 u8 other_vport, u64 *rx_discard_vport_down, in mlx5_query_vport_down_stats() argument 1010 MLX5_SET(query_vnic_env_in, in, other_vport, other_vport); in mlx5_query_vport_down_stats() 1024 u8 other_vport, u8 port_num, in mlx5_core_modify_hca_vport_context() argument [all …]
|
| A D | fs_cmd.c | 230 MLX5_SET(set_flow_table_root_in, in, other_vport, in mlx5_cmd_update_root_ft() 279 MLX5_SET(create_flow_table_in, in, other_vport, in mlx5_cmd_create_flow_table() 337 MLX5_SET(destroy_flow_table_in, in, other_vport, in mlx5_cmd_destroy_flow_table() 371 MLX5_SET(modify_flow_table_in, in, other_vport, in mlx5_cmd_modify_flow_table() 407 MLX5_SET(create_flow_group_in, in, other_vport, 1); in mlx5_cmd_create_flow_group() 411 MLX5_SET(create_flow_group_in, in, other_vport, in mlx5_cmd_create_flow_group() 433 MLX5_SET(destroy_flow_group_in, in, other_vport, in mlx5_cmd_destroy_flow_group() 514 MLX5_SET(set_fte_in, in, other_vport, in mlx5_cmd_set_fte() 696 MLX5_SET(delete_fte_in, in, other_vport, in mlx5_cmd_delete_fte()
|
| A 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() 1787 int other_vport = 1; in mlx5_eswitch_set_vport_state() local 1797 other_vport = 0; in mlx5_eswitch_set_vport_state() 1806 err = mlx5_modify_vport_admin_state(esw->dev, opmod, vport, other_vport, link_state); in mlx5_eswitch_set_vport_state() 1894 MLX5_SET(query_vport_counter_in, in, other_vport, 1); in mlx5_eswitch_get_vport_stats()
|
| A D | eswitch.h | 380 bool other_vport, void *in);
|
| A D | eswitch_offloads.c | 2393 MLX5_SET(set_flow_table_root_in, in, other_vport, 1); in esw_set_uplink_slave_ingress_root()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| A 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() 663 MLX5_SET(set_fte_in, in, other_vport, 1); in mlx5dr_cmd_set_fte()
|
| A 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()
|
| A D | dr_types.h | 1130 bool other_vport, u16 vport_number, 1134 bool other_vport, u16 vport_number, u16 *gvmi);
|
| /linux/drivers/infiniband/hw/mlx5/ |
| A D | std_types.c | 50 MLX5_SET(query_esw_vport_context_in, in, other_vport, true); in fill_vport_icm_addr()
|
| A D | devx.c | 1163 MLX5_SET(destroy_flow_table_in, din, other_vport, in devx_obj_build_destroy_cmd() 1164 MLX5_GET(create_flow_table_in, in, other_vport)); in devx_obj_build_destroy_cmd() 1175 MLX5_SET(destroy_flow_group_in, din, other_vport, in devx_obj_build_destroy_cmd() 1176 MLX5_GET(create_flow_group_in, in, other_vport)); in devx_obj_build_destroy_cmd() 1189 MLX5_SET(delete_fte_in, din, other_vport, in devx_obj_build_destroy_cmd() 1190 MLX5_GET(set_fte_in, in, other_vport)); in devx_obj_build_destroy_cmd()
|
| /linux/drivers/vdpa/mlx5/net/ |
| A D | mlx5_vnet.c | 2459 MLX5_SET(query_vport_state_in, in, other_vport, 1); in query_vport_state()
|