Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c1199 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_QUERY_PORT()
1690 dev->flags |= MLX4_FLAG_OLD_PORT_CMDS; in mlx4_QUERY_FW()
2304 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_INIT_PORT()
H A Dport.c1493 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_common_set_port()
1524 if (dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_common_set_port()
/openbmc/linux/include/linux/mlx4/
H A Ddevice.h69 MLX4_FLAG_OLD_PORT_CMDS = 1 << 1, enumerator
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmain.c1043 if (dev->dev->flags & MLX4_FLAG_OLD_PORT_CMDS) { in mlx4_ib_SET_PORT()