Searched refs:nic_vport_ctx (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | vport.c | 129 void *nic_vport_ctx; in mlx5_modify_nic_vport_min_inline() local 136 nic_vport_ctx = MLX5_ADDR_OF(modify_nic_vport_context_in, in mlx5_modify_nic_vport_min_inline() 138 MLX5_SET(nic_vport_context, nic_vport_ctx, in mlx5_modify_nic_vport_min_inline() 182 void *nic_vport_ctx; in mlx5_modify_nic_vport_mac_address() local 194 nic_vport_ctx = MLX5_ADDR_OF(modify_nic_vport_context_in, in mlx5_modify_nic_vport_mac_address() 196 perm_mac = MLX5_ADDR_OF(nic_vport_context, nic_vport_ctx, in mlx5_modify_nic_vport_mac_address() 260 void *nic_vport_ctx; in mlx5_query_nic_vport_mac_list() local 298 nic_vport_ctx = MLX5_ADDR_OF(query_nic_vport_context_out, out, in mlx5_query_nic_vport_mac_list() 300 req_list_size = MLX5_GET(nic_vport_context, nic_vport_ctx, in mlx5_query_nic_vport_mac_list() 306 nic_vport_ctx, in mlx5_query_nic_vport_mac_list() [all …]
|
H A D | eswitch.c | 126 void *nic_vport_ctx; in arm_vport_context_events_cmd() local 134 nic_vport_ctx = MLX5_ADDR_OF(modify_nic_vport_context_in, in arm_vport_context_events_cmd() 137 MLX5_SET(nic_vport_context, nic_vport_ctx, arm_change_event, 1); in arm_vport_context_events_cmd() 140 MLX5_SET(nic_vport_context, nic_vport_ctx, in arm_vport_context_events_cmd() 143 MLX5_SET(nic_vport_context, nic_vport_ctx, in arm_vport_context_events_cmd() 146 MLX5_SET(nic_vport_context, nic_vport_ctx, in arm_vport_context_events_cmd()
|