Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
Dmlx4_port.c1429 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_common_set_port()
1460 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_common_set_port()
Dmlx4_fw.c1180 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_QUERY_PORT()
1669 dev->flags |= MLX4_FLAG_OLD_PORT_CMDS; in mlx4_QUERY_FW()
2262 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_INIT_PORT()
/freebsd-12-stable/sys/dev/mlx4/
Ddevice.h73 MLX4_FLAG_OLD_PORT_CMDS = 1 << 1, enumerator
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
Dmlx4_ib_main.c994 if (dev->dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_ib_SET_PORT()