Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dcq.c84 struct mlx5_cqe64 *cqe64; in get_sw_cqe() local
472 struct mlx5_cqe64 *cqe64; in mlx5_get_next_cqe() local
482 VALGRIND_MAKE_MEM_DEFINED(cqe64, sizeof *cqe64); in mlx5_get_next_cqe()
498 dump_cqe(fp, cqe64); in mlx5_get_next_cqe()
502 *pcqe64 = cqe64; in mlx5_get_next_cqe()
509 struct mlx5_cqe64 *cqe64,
517 struct mlx5_cqe64 *cqe64, in mlx5_parse_cqe() argument
539 cq->cqe64 = cqe64; in mlx5_parse_cqe()
718 struct mlx5_cqe64 *cqe64; in mlx5_poll_one() local
835 struct mlx5_cqe64 *cqe64; in mlx5_start_poll() local
[all …]
H A Dmlx5.h339 struct mlx5_cqe64 *cqe64; member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c82 struct mlx5_cqe64 *cqe64; in get_sw_cqe() local
390 handle_atomic(qp, cqe64, idx); in handle_atomics()
520 struct mlx5_cqe64 *cqe64; in mlx5_poll_one() local
547 opcode = cqe64->op_own >> 4; in mlx5_poll_one()
576 handle_good_req(wc, cqe64, wq, idx); in mlx5_poll_one()
586 handle_responder(wc, cqe64, *cur_qp); in mlx5_poll_one()
593 err_cqe = (struct mlx5_err_cqe *)cqe64; in mlx5_poll_one()
844 struct mlx5_cqe64 *cqe64; in init_cq_buf() local
849 cqe64->op_own = MLX5_CQE_INVALID << 4; in init_cq_buf()
1036 struct mlx5_cqe64 *cqe64, *dest64; in __mlx5_ib_cq_clean() local
[all …]
/freebsd/sys/dev/mlx5/
H A Ddevice.h861 struct mlx5_cqe64 cqe64; member