Home
last modified time | relevance | path

Searched refs:cqe_sz (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/uapi/rdma/
Dbnxt_re-abi.h51 __u32 cqe_sz; member
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dcq.c82 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64; in get_sw_cqe()
531 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64; in mlx5_poll_one()
737 MLX5_SET(cqc, cqc_buff, cqe_sz, (cqe_size == 128) ? 1 : 0); in alloc_cq_frag_buf()
927 cq->mcq.cqe_sz = cqe_size; in create_cq_kernel()
1042 MLX5_SET(cqc, cqc, cqe_sz, in mlx5_ib_create_cq()
1145 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64; in __mlx5_ib_cq_clean()
1152 dest64 = (cq->mcq.cqe_sz == 64) ? dest : dest + 64; in __mlx5_ib_cq_clean()
1154 memcpy(dest, cqe, cq->mcq.cqe_sz); in __mlx5_ib_cq_clean()
1406 MLX5_SET(cqc, cqc, cqe_sz, in mlx5_ib_resize_cq()
/Linux-v4.19/include/linux/mlx5/
Dcq.h42 int cqe_sz; member
Ddriver.h1018 mlx5_fill_fbc(6 + MLX5_GET(cqc, cqc, cqe_sz), in mlx5_core_init_cq_frag_buf()
Dmlx5_ifc.h3122 u8 cqe_sz[0x3]; member
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h661 static inline struct mlx4_cqe *mlx4_en_get_cqe(void *buf, int idx, int cqe_sz) in mlx4_en_get_cqe() argument
663 return buf + idx * cqe_sz; in mlx4_en_get_cqe()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c485 conn->cq.mcq.cqe_sz = 64; in mlx5_fpga_conn_create_cq()
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c3694 resp.cqe_sz = sizeof(struct cq_base); in bnxt_re_alloc_ucontext()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c1620 mcq->cqe_sz = 64; in mlx5e_alloc_cq_common()