Home
last modified time | relevance | path

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

/linux/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()