Home
last modified time | relevance | path

Searched refs:dest64 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dcq.c1048 struct mlx5_cqe64 *cqe64, *dest64; in __mlx5_ib_cq_clean() local
1079 dest64 = (cq->mcq.cqe_sz == 64) ? dest : dest + 64; in __mlx5_ib_cq_clean()
1080 owner_bit = dest64->op_own & MLX5_CQE_OWNER_MASK; in __mlx5_ib_cq_clean()
1082 dest64->op_own = owner_bit | in __mlx5_ib_cq_clean()
1083 (dest64->op_own & ~MLX5_CQE_OWNER_MASK); in __mlx5_ib_cq_clean()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dcq.c1073 struct mlx5_cqe64 *cqe64, *dest64; in __mlx5_ib_cq_clean() local
1104 dest64 = (cq->mcq.cqe_sz == 64) ? dest : dest + 64; in __mlx5_ib_cq_clean()
1105 owner_bit = dest64->op_own & MLX5_CQE_OWNER_MASK; in __mlx5_ib_cq_clean()
1107 dest64->op_own = owner_bit | in __mlx5_ib_cq_clean()
1108 (dest64->op_own & ~MLX5_CQE_OWNER_MASK); in __mlx5_ib_cq_clean()

Completed in 4 milliseconds