Home
last modified time | relevance | path

Searched refs:dmfs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dmain.c101 int dmfs = dev->caps.steering_mode == MLX4_STEERING_MODE_DEVICE_MANAGED; in check_flow_steering_support() local
103 if (dmfs) { in check_flow_steering_support()
109 dmfs &= (!ib_num_ports || in check_flow_steering_support()
115 dmfs = 0; in check_flow_steering_support()
118 return dmfs; in check_flow_steering_support()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Dmain.c95 int dmfs = dev->caps.steering_mode == MLX4_STEERING_MODE_DEVICE_MANAGED; in check_flow_steering_support() local
97 if (dmfs) { in check_flow_steering_support()
103 dmfs &= (!ib_num_ports || in check_flow_steering_support()
109 dmfs = 0; in check_flow_steering_support()
112 return dmfs; in check_flow_steering_support()

Completed in 14 milliseconds