/Linux-v4.19/include/linux/mlx5/ |
D | vport.h | 66 int mlx5_query_hca_vport_gid(struct mlx5_core_dev *dev, u8 other_vport, 69 int mlx5_query_hca_vport_pkey(struct mlx5_core_dev *dev, u8 other_vport, 73 u8 other_vport, u8 port_num, 111 int mlx5_core_query_vport_counter(struct mlx5_core_dev *dev, u8 other_vport, 115 u8 other_vport, u8 port_num,
|
D | mlx5_ifc.h | 3587 u8 other_vport[0x1]; member 3783 u8 other_vport[0x1]; member 3812 u8 other_vport[0x1]; member 3865 u8 other_vport[0x1]; member 4323 u8 other_vport[0x1]; member 4478 u8 other_vport[0x1]; member 4514 u8 other_vport[0x1]; member 4541 u8 other_vport[0x1]; member 4733 u8 other_vport[0x1]; member 4764 u8 other_vport[0x1]; member [all …]
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | vport.c | 52 MLX5_SET(query_vport_state_in, in, other_vport, 1); in _mlx5_query_vport_state() 77 MLX5_SET(modify_vport_state_in, in, other_vport, 1); in mlx5_modify_vport_admin_state() 92 MLX5_SET(query_nic_vport_context_in, in, other_vport, 1); in mlx5_query_nic_vport_context() 148 MLX5_SET(modify_nic_vport_context_in, in, other_vport, 1); in mlx5_modify_nic_vport_min_inline() 200 MLX5_SET(modify_nic_vport_context_in, in, other_vport, 1); in mlx5_modify_nic_vport_mac_address() 297 MLX5_SET(query_nic_vport_context_in, in, other_vport, 1); in mlx5_query_nic_vport_mac_list() 412 MLX5_SET(query_nic_vport_context_in, in, other_vport, 1); in mlx5_query_nic_vport_vlans() 548 MLX5_SET(modify_nic_vport_context_in, in, other_vport, !!vport); in mlx5_modify_nic_vport_node_guid() 582 int mlx5_query_hca_vport_gid(struct mlx5_core_dev *dev, u8 other_vport, in mlx5_query_hca_vport_gid() argument 619 if (other_vport) { in mlx5_query_hca_vport_gid() [all …]
|
D | fs_cmd.c | 140 MLX5_SET(set_flow_table_root_in, in, other_vport, 1); in mlx5_cmd_update_root_ft() 168 MLX5_SET(create_flow_table_in, in, other_vport, 1); in mlx5_cmd_create_flow_table() 214 MLX5_SET(destroy_flow_table_in, in, other_vport, 1); in mlx5_cmd_destroy_flow_table() 246 MLX5_SET(modify_flow_table_in, in, other_vport, 1); in mlx5_cmd_modify_flow_table() 280 MLX5_SET(create_flow_group_in, in, other_vport, 1); in mlx5_cmd_create_flow_group() 304 MLX5_SET(destroy_flow_group_in, in, other_vport, 1); in mlx5_cmd_destroy_flow_group() 338 MLX5_SET(set_fte_in, in, other_vport, 1); in mlx5_cmd_set_fte() 479 MLX5_SET(delete_fte_in, in, other_vport, 1); in mlx5_cmd_delete_fte()
|
D | en_stats.c | 338 MLX5_SET(query_vnic_env_in, in, other_vport, 0); in mlx5e_grp_vnic_env_update_stats() 423 MLX5_SET(query_vport_counter_in, in, other_vport, 0); in mlx5e_grp_vport_update_stats()
|
D | eswitch.c | 84 MLX5_SET(modify_nic_vport_context_in, in, other_vport, 1); in arm_vport_context_events_cmd() 113 MLX5_SET(modify_esw_vport_context_in, in, other_vport, 1); in modify_esw_vport_context_cmd() 2160 MLX5_SET(query_vport_counter_in, in, other_vport, 1); in mlx5_eswitch_get_vport_stats()
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | devx.c | 586 MLX5_SET(destroy_flow_table_in, din, other_vport, in devx_obj_build_destroy_cmd() 587 MLX5_GET(create_flow_table_in, in, other_vport)); in devx_obj_build_destroy_cmd() 599 MLX5_SET(destroy_flow_group_in, din, other_vport, in devx_obj_build_destroy_cmd() 600 MLX5_GET(create_flow_group_in, in, other_vport)); in devx_obj_build_destroy_cmd() 614 MLX5_SET(delete_fte_in, din, other_vport, in devx_obj_build_destroy_cmd() 615 MLX5_GET(set_fte_in, in, other_vport)); in devx_obj_build_destroy_cmd()
|