Searched refs:MLX4_FLAG_MSI_X (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_selftest.c123 if (!(mdev->dev->flags & MLX4_FLAG_MSI_X) || mlx4_is_slave(mdev->dev))
H A Dmain.c2801 if (dev->flags & MLX4_FLAG_MSI_X) {
3038 dev->flags |= MLX4_FLAG_MSI_X;
3660 !(dev->flags & MLX4_FLAG_MSI_X)) {
3675 if (err == -EBUSY && (dev->flags & MLX4_FLAG_MSI_X) &&
3677 dev->flags &= ~MLX4_FLAG_MSI_X;
3745 if (dev->flags & MLX4_FLAG_MSI_X)
4162 if (dev->flags & MLX4_FLAG_MSI_X)
H A Deq.c1253 (dev->flags & MLX4_FLAG_MSI_X) ?
1261 if (dev->flags & MLX4_FLAG_MSI_X) {
1503 dev->flags & MLX4_FLAG_MSI_X) {
/linux-master/include/linux/mlx4/
H A Ddevice.h68 MLX4_FLAG_MSI_X = 1 << 0, enumerator in enum:__anon2589

Completed in 174 milliseconds