Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dcq.c85 struct mlx5_cqe64 *cqe64; in get_sw_cqe() local
87 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64; in get_sw_cqe()
89 if (likely((cqe64->op_own) >> 4 != MLX5_CQE_INVALID) && in get_sw_cqe()
90 !((cqe64->op_own & MLX5_CQE_OWNER_MASK) ^ !!(n & (cq->ibcq.cqe + 1)))) { in get_sw_cqe()
323 static void handle_atomic(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64, in handle_atomic() argument
333 byte_count = be32_to_cpu(cqe64->byte_cnt); in handle_atomic()
348 static void handle_atomics(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64, in handle_atomics() argument
355 handle_atomic(qp, cqe64, idx); in handle_atomics()
408 struct mlx5_cqe64 *cqe64; in mlx5_poll_one() local
425 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64; in mlx5_poll_one()
[all …]
/linux-4.1.27/include/linux/mlx5/
Ddevice.h605 struct mlx5_cqe64 cqe64; member