Searched refs:cqe_sz (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/uapi/rdma/ |
D | bnxt_re-abi.h | 51 __u32 cqe_sz; member
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | cq.c | 82 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/ |
D | cq.h | 42 int cqe_sz; member
|
D | driver.h | 1018 mlx5_fill_fbc(6 + MLX5_GET(cqc, cqc, cqe_sz), in mlx5_core_init_cq_frag_buf()
|
D | mlx5_ifc.h | 3122 u8 cqe_sz[0x3]; member
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_en.h | 661 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/ |
D | conn.c | 485 conn->cq.mcq.cqe_sz = 64; in mlx5_fpga_conn_create_cq()
|
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.c | 3694 resp.cqe_sz = sizeof(struct cq_base); in bnxt_re_alloc_ucontext()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 1620 mcq->cqe_sz = 64; in mlx5e_alloc_cq_common()
|