/linux/include/linux/mlx5/ |
H A D | vport.h | 60 u16 vport, u8 other_vport, u8 state); 81 int mlx5_query_hca_vport_gid(struct mlx5_core_dev *dev, u8 other_vport, 84 int mlx5_query_hca_vport_pkey(struct mlx5_core_dev *dev, u8 other_vport, 88 u8 other_vport, u8 port_num, 120 u8 other_vport, u64 *rx_discard_vport_down, 122 int mlx5_core_query_vport_counter(struct mlx5_core_dev *dev, u8 other_vport, 125 u8 other_vport, u8 port_num,
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A 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() 292 MLX5_SET(query_nic_vport_context_in, in, other_vport, 1); in mlx5_query_nic_vport_mac_list() 502 MLX5_SET(modify_nic_vport_context_in, in, other_vport, 1); in mlx5_modify_nic_vport_node_guid() 538 int mlx5_query_hca_vport_gid(struct mlx5_core_dev *dev, u8 other_vport, in mlx5_query_hca_vport_gid() argument [all …]
|
H A D | fs_cmd.c | 239 MLX5_SET(set_flow_table_root_in, in, other_vport, in mlx5_cmd_update_root_ft() 302 MLX5_SET(create_flow_table_in, in, other_vport, in mlx5_cmd_create_flow_table() 360 MLX5_SET(destroy_flow_table_in, in, other_vport, in mlx5_cmd_destroy_flow_table() 394 MLX5_SET(modify_flow_table_in, in, other_vport, in mlx5_cmd_modify_flow_table() 429 MLX5_SET(create_flow_group_in, in, other_vport, in mlx5_cmd_create_flow_group() 451 MLX5_SET(destroy_flow_group_in, in, other_vport, in mlx5_cmd_destroy_flow_group() 559 MLX5_SET(set_fte_in, in, other_vport, in mlx5_cmd_set_fte() 790 MLX5_SET(delete_fte_in, in, other_vport, in mlx5_cmd_delete_fte()
|
H A D | eswitch.c | 133 MLX5_SET(modify_nic_vport_context_in, in, other_vport, 1); in arm_vport_context_events_cmd() 154 bool other_vport, void *in) in mlx5_eswitch_modify_esw_vport_context() argument 159 MLX5_SET(modify_esw_vport_context_in, in, other_vport, other_vport); in mlx5_eswitch_modify_esw_vport_context() 2035 int other_vport = 1; in mlx5_eswitch_set_vport_state() local 2045 other_vport = 0; in mlx5_eswitch_set_vport_state() 2054 err = mlx5_modify_vport_admin_state(esw->dev, opmod, vport, other_vport, link_state); in mlx5_eswitch_set_vport_state() 2149 MLX5_SET(query_vport_counter_in, in, other_vport, 1); in mlx5_eswitch_get_vport_stats()
|
H A D | eswitch.h | 442 bool other_vport, void *in);
|
H A D | en_rep.c | 283 MLX5_SET(query_q_counter_in, in, other_vport, 1); in mlx5e_rep_query_aggr_q_counter()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
H A D | reporter_vnic.c | 18 u16 vport_num, bool other_vport) in mlx5_reporter_vnic_diagnose_counters() argument 25 MLX5_SET(query_vnic_env_in, in, other_vport, !!other_vport); in mlx5_reporter_vnic_diagnose_counters()
|
H A D | reporter_vnic.h | 14 u16 vport_num, bool other_vport);
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
H A D | dr_domain.c | 241 bool other_vport, in dr_domain_query_vport() argument 247 other_vport, in dr_domain_query_vport() 255 other_vport, in dr_domain_query_vport()
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | std_types.c | 51 MLX5_SET(query_esw_vport_context_in, in, other_vport, true); in fill_vport_icm_addr()
|
H A D | counters.c | 352 MLX5_SET(query_q_counter_in, in, other_vport, 1); in mlx5_ib_query_q_counters_vport()
|
/linux/drivers/vdpa/mlx5/net/ |
H A D | mlx5_vnet.c | 2798 MLX5_SET(query_vport_state_in, in, other_vport, 1); in query_vport_state()
|