Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_main.c107 priv->ctrl_flags |= cpu_to_be32(MLX4_WQE_CTRL_FORCE_LOOPBACK); in mlx4_en_update_loopback_state()
109 priv->ctrl_flags &= cpu_to_be32(~MLX4_WQE_CTRL_FORCE_LOOPBACK); in mlx4_en_update_loopback_state()
/linux/include/linux/mlx4/
H A Dqp.h293 MLX4_WQE_CTRL_FORCE_LOOPBACK = 1 << 0, enumerator