Searched refs:nic_vport_ctx (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | vport.c | 144 void *nic_vport_ctx; in mlx5_modify_nic_vport_min_inline() local 151 nic_vport_ctx = MLX5_ADDR_OF(modify_nic_vport_context_in, in mlx5_modify_nic_vport_min_inline() 153 MLX5_SET(nic_vport_context, nic_vport_ctx, in mlx5_modify_nic_vport_min_inline() 201 void *nic_vport_ctx; in mlx5_modify_nic_vport_mac_address() local 213 nic_vport_ctx = MLX5_ADDR_OF(modify_nic_vport_context_in, in mlx5_modify_nic_vport_mac_address() 215 perm_mac = MLX5_ADDR_OF(nic_vport_context, nic_vport_ctx, in mlx5_modify_nic_vport_mac_address() 275 void *nic_vport_ctx; in mlx5_query_nic_vport_mac_list() local 312 nic_vport_ctx = MLX5_ADDR_OF(query_nic_vport_context_out, out, in mlx5_query_nic_vport_mac_list() 314 req_list_size = MLX5_GET(nic_vport_context, nic_vport_ctx, in mlx5_query_nic_vport_mac_list() 320 nic_vport_ctx, in mlx5_query_nic_vport_mac_list() [all …]
|
D | eswitch.c | 88 void *nic_vport_ctx; in arm_vport_context_events_cmd() local 95 nic_vport_ctx = MLX5_ADDR_OF(modify_nic_vport_context_in, in arm_vport_context_events_cmd() 98 MLX5_SET(nic_vport_context, nic_vport_ctx, arm_change_event, 1); in arm_vport_context_events_cmd() 101 MLX5_SET(nic_vport_context, nic_vport_ctx, in arm_vport_context_events_cmd() 104 MLX5_SET(nic_vport_context, nic_vport_ctx, in arm_vport_context_events_cmd() 107 MLX5_SET(nic_vport_context, nic_vport_ctx, in arm_vport_context_events_cmd()
|