Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ifmlx4/
HDport.c687 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_common_set_port()
718 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_common_set_port()
HDfw.c763 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_QUERY_DEV_CAP()
1170 dev->flags |= MLX4_FLAG_OLD_PORT_CMDS; in mlx4_QUERY_FW()
1675 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_INIT_PORT()
/NextBSD/sys/ofed/drivers/net/mlx4/
HDport.c687 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_common_set_port()
718 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_common_set_port()
HDfw.c763 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_QUERY_DEV_CAP()
1170 dev->flags |= MLX4_FLAG_OLD_PORT_CMDS; in mlx4_QUERY_FW()
1675 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_INIT_PORT()
/NextBSD/sys/ofed/include/linux/mlx4/
HDdevice.h69 MLX4_FLAG_OLD_PORT_CMDS = 1 << 1, enumerator
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmain.c627 if (dev->dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_SET_PORT()