Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c103 int dmfs = dev->caps.steering_mode == MLX4_STEERING_MODE_DEVICE_MANAGED; in check_flow_steering_support() local
105 if (dmfs) { in check_flow_steering_support()
111 dmfs &= (!ib_num_ports || in check_flow_steering_support()
117 dmfs = 0; in check_flow_steering_support()
120 return dmfs; in check_flow_steering_support()