Deleted Added
full compact
25c25
< * $FreeBSD: stable/11/sys/dev/mlx5/mlx5_ib/mlx5_ib_cq.c 331798 2018-03-30 18:50:42Z hselasky $
---
> * $FreeBSD: stable/11/sys/dev/mlx5/mlx5_ib/mlx5_ib_cq.c 331807 2018-03-30 19:13:17Z hselasky $
969,970c969
< err = mlx5_core_create_cq(dev->mdev, &cq->mcq,
< (struct mlx5_create_cq_mbox_in *)cqb, inlen);
---
> err = mlx5_core_create_cq(dev->mdev, &cq->mcq, cqb, inlen);
1315,1316c1314
< err = mlx5_core_modify_cq(dev->mdev, &cq->mcq,
< (struct mlx5_modify_cq_mbox_in *)in, inlen);
---
> err = mlx5_core_modify_cq(dev->mdev, &cq->mcq, in, inlen);