Searched refs:nic_vport_ctx (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | vport.c | 143 void *nic_vport_ctx; in mlx5_modify_nic_vport_min_inline() local 150 nic_vport_ctx = MLX5_ADDR_OF(modify_nic_vport_context_in, in mlx5_modify_nic_vport_min_inline() 152 MLX5_SET(nic_vport_context, nic_vport_ctx, in mlx5_modify_nic_vport_min_inline() 188 void *nic_vport_ctx; in mlx5_modify_nic_vport_mac_address() local 202 nic_vport_ctx = MLX5_ADDR_OF(modify_nic_vport_context_in, in mlx5_modify_nic_vport_mac_address() 204 perm_mac = MLX5_ADDR_OF(nic_vport_context, nic_vport_ctx, in mlx5_modify_nic_vport_mac_address() 264 void *nic_vport_ctx; in mlx5_query_nic_vport_mac_list() local 303 nic_vport_ctx = MLX5_ADDR_OF(query_nic_vport_context_out, out, in mlx5_query_nic_vport_mac_list() 305 req_list_size = MLX5_GET(nic_vport_context, nic_vport_ctx, in mlx5_query_nic_vport_mac_list() 311 nic_vport_ctx, in mlx5_query_nic_vport_mac_list() [all …]
|
D | eswitch.c | 77 void *nic_vport_ctx; in arm_vport_context_events_cmd() local 85 nic_vport_ctx = MLX5_ADDR_OF(modify_nic_vport_context_in, in arm_vport_context_events_cmd() 88 MLX5_SET(nic_vport_context, nic_vport_ctx, arm_change_event, 1); in arm_vport_context_events_cmd() 91 MLX5_SET(nic_vport_context, nic_vport_ctx, in arm_vport_context_events_cmd() 94 MLX5_SET(nic_vport_context, nic_vport_ctx, in arm_vport_context_events_cmd() 97 MLX5_SET(nic_vport_context, nic_vport_ctx, in arm_vport_context_events_cmd()
|