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

/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dcq.c84 struct mlx5_cqe64 *cqe64; local
86 cqe64 = (cq->cqe_sz == 64) ? cqe : cqe + 64;
88 if (likely(mlx5dv_get_cqe_opcode(cqe64) != MLX5_CQE_INVALID) &&
89 !((cqe64->op_own & MLX5_CQE_OWNER_MASK) ^ !!(n & (cq->ibv_cq.cqe + 1)))) {
472 struct mlx5_cqe64 *cqe64; local
478 cqe64 = (cq->cqe_sz == 64) ? cqe : cqe + 64;
482 VALGRIND_MAKE_MEM_DEFINED(cqe64, sizeof *cqe64);
498 dump_cqe(fp, cqe64);
502 *pcqe64 = cqe64;
516 mlx5_parse_cqe(struct mlx5_cq *cq, struct mlx5_cqe64 *cqe64, void *cqe, struct mlx5_resource **cur_rsc, struct mlx5_srq **cur_srq, struct ibv_wc *wc, int cqe_ver, int lazy) argument
701 mlx5_parse_lazy_cqe(struct mlx5_cq *cq, struct mlx5_cqe64 *cqe64, void *cqe, int cqe_ver) argument
718 struct mlx5_cqe64 *cqe64; local
835 struct mlx5_cqe64 *cqe64; local
904 struct mlx5_cqe64 *cqe64; local
1317 is_equal_rsn(struct mlx5_cqe64 *cqe64, uint32_t rsn) argument
1322 is_equal_uidx(struct mlx5_cqe64 *cqe64, uint32_t uidx) argument
1341 free_res_cqe(struct mlx5_cqe64 *cqe64, uint32_t rsn, struct mlx5_srq *srq, int cqe_version) argument
1367 struct mlx5_cqe64 *cqe64, *dest64; local
[all...]
H A Dmlx5.h339 struct mlx5_cqe64 *cqe64; member in struct:mlx5_cq
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c80 struct mlx5_cqe64 *cqe64; local
82 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64;
84 if (likely((cqe64->op_own) >> 4 != MLX5_CQE_INVALID) &&
85 !((cqe64->op_own & MLX5_CQE_OWNER_MASK) ^ !!(n & (cq->ibcq.cqe + 1)))) {
355 static void handle_atomic(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64, argument
365 byte_count = be32_to_cpu(cqe64->byte_cnt);
380 static void handle_atomics(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64, argument
387 handle_atomic(qp, cqe64, idx);
517 struct mlx5_cqe64 *cqe64; local
535 cqe64
836 struct mlx5_cqe64 *cqe64; local
1039 is_equal_rsn(struct mlx5_cqe64 *cqe64, u32 rsn) argument
1046 struct mlx5_cqe64 *cqe64, *dest64; local
[all...]
/freebsd-13-stable/sys/dev/mlx5/
H A Ddevice.h805 struct mlx5_cqe64 cqe64; member in struct:mlx5_cqe128

Completed in 175 milliseconds