Searched refs:cqe_sz (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re-abi.h65 __u32 cqe_sz; member in struct:bnxt_re_uctx_resp
H A Dib_verbs.c5304 resp.cqe_sz = sizeof(struct cq_base);
/freebsd-current/contrib/ofed/libmlx5/
H A Dcq.c71 static void *get_buf_cqe(struct mlx5_buf *buf, int n, int cqe_sz) argument
73 return buf->buf + n * cqe_sz;
78 return cq->active_buf->buf + n * cq->cqe_sz;
86 cqe64 = (cq->cqe_sz == 64) ? cqe : cqe + 64;
478 cqe64 = (cq->cqe_sz == 64) ? cqe : cqe + 64;
1393 cqe64 = (cq->cqe_sz == 64) ? cqe : cqe + 64;
1398 dest64 = (cq->cqe_sz == 64) ? dest : dest + 64;
1400 memcpy(dest, cqe, cq->cqe_sz);
1446 ssize = cq->cqe_sz;
1482 struct mlx5_buf *buf, int nent, int cqe_sz)
1481 mlx5_alloc_cq_buf(struct mlx5_context *mctx, struct mlx5_cq *cq, struct mlx5_buf *buf, int nent, int cqe_sz) argument
[all...]
H A Dverbs.c350 int cqe_sz; local
402 cqe_sz = get_cqe_size();
403 if (cqe_sz < 0) {
405 errno = -cqe_sz;
409 if (mlx5_alloc_cq_buf(to_mctx(context), cq, &cq->buf_a, ncqe, cqe_sz)) {
423 cq->cqe_sz = cqe_sz;
431 cmd.cqe_size = cqe_sz;
573 cq->resize_cqe_sz = cq->cqe_sz;
H A Dmlx5.h330 int cqe_sz; member in struct:mlx5_cq
601 struct mlx5_buf *buf, int nent, int cqe_sz);
H A Dmlx5.c685 cq_out->cqe_size = mcq->cqe_sz;
/freebsd-current/sys/dev/mlx5/
H A Dcq.h36 int cqe_sz; member in struct:mlx5_core_cq
H A Dmlx5_ifc.h3204 u8 cqe_sz[0x3]; member in struct:mlx5_ifc_cqc_bits
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_wq.c106 wq->log_stride = 6 + MLX5_GET(cqc, cqc, cqe_sz);
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c71 return get_cqe_from_buf(&cq->buf, n, cq->mcq.cqe_sz);
84 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64;
538 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64;
867 cq->mcq.cqe_sz = cqe_size;
976 MLX5_SET(cqc, cqc, cqe_sz, cqe_sz_to_mlx_sz(cqe_size));
1060 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64;
1067 dest64 = (cq->mcq.cqe_sz == 64) ? dest : dest + 64;
1069 memcpy(dest, cqe, cq->mcq.cqe_sz);
1315 MLX5_SET(cqc, cqc, cqe_sz, cqe_sz_to_mlx_sz(cqe_size));
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Den.h670 static inline struct mlx4_cqe *mlx4_en_get_cqe(u8 *buf, int idx, int cqe_sz) argument
672 return (struct mlx4_cqe *)(buf + idx * cqe_sz);
/freebsd-current/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c483 conn->cq.mcq.cqe_sz = 64;
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1995 mcq->cqe_sz = 64;

Completed in 257 milliseconds