Home
last modified time | relevance | path

Searched refs:other_vport (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c56 MLX5_SET(query_vport_state_in, in, other_vport, 1); in mlx5_query_vport_state()
66 u16 vport, u8 other_vport, in mlx5_query_vport_admin_state() argument
77 MLX5_SET(query_vport_state_in, in, other_vport, other_vport); in mlx5_query_vport_admin_state()
88 u16 vport, u8 other_vport, u8 state) in mlx5_modify_vport_admin_state() argument
96 MLX5_SET(modify_vport_state_in, in, other_vport, other_vport); in mlx5_modify_vport_admin_state()
103 u16 vport, u8 other_vport, u16 max_tx_speed) in mlx5_modify_vport_max_tx_speed() argument
109 err = mlx5_query_vport_admin_state(mdev, opmod, vport, other_vport, in mlx5_modify_vport_max_tx_speed()
118 MLX5_SET(modify_vport_state_in, in, other_vport, other_vport); in mlx5_modify_vport_max_tx_speed()
126 u16 vport, u8 other_vport, u32 *max_tx_speed) in mlx5_query_vport_max_tx_speed() argument
137 MLX5_SET(query_vport_state_in, in, other_vport, other_vport); in mlx5_query_vport_max_tx_speed()
[all …]
H A Deswitch.c133 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()
2233 int other_vport = 1; in mlx5_eswitch_set_vport_state() local
2243 other_vport = 0; in mlx5_eswitch_set_vport_state()
2252 err = mlx5_modify_vport_admin_state(esw->dev, opmod, vport, other_vport, link_state); in mlx5_eswitch_set_vport_state()
2350 MLX5_SET(query_vport_counter_in, in, other_vport, 1); in mlx5_eswitch_get_vport_stats()
H A Deswitch.h471 bool other_vport, void *in);
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dreporter_vnic.h14 u16 vport_num, bool other_vport);
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_domain.c241 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()
H A Ddr_types.h1302 bool other_vport, u16 vport_number,
1306 bool other_vport, u16 vport_number, u16 *gvmi);
/linux/drivers/infiniband/hw/mlx5/
H A Dcounters.c371 MLX5_SET(query_q_counter_in, in, other_vport, 1); in mlx5_ib_query_q_counters_vport()
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c2807 MLX5_SET(query_vport_state_in, in, other_vport, 1); in query_vport_state()