Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/rdma/
Dbnxt_re-abi.h59 __u32 cqe_sz; member
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dcq.c84 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64; in get_sw_cqe()
461 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64; in mlx5_poll_one()
869 cq->mcq.cqe_sz = cqe_size; in create_cq_kernel()
980 MLX5_SET(cqc, cqc, cqe_sz, in mlx5_ib_create_cq()
1075 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64; in __mlx5_ib_cq_clean()
1082 dest64 = (cq->mcq.cqe_sz == 64) ? dest : dest + 64; in __mlx5_ib_cq_clean()
1084 memcpy(dest, cqe, cq->mcq.cqe_sz); in __mlx5_ib_cq_clean()
1322 MLX5_SET(cqc, cqc, cqe_sz, in mlx5_ib_resize_cq()
/Linux-v5.10/include/linux/mlx5/
Dcq.h41 int cqe_sz; member
Dmlx5_ifc.h3775 u8 cqe_sz[0x3]; member
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.c169 u8 log_wq_stride = MLX5_GET(cqc, cqc, cqe_sz) == CQE_STRIDE_64 ? 6 : 7; in mlx5_cqwq_create()
Den_main.c1564 mcq->cqe_sz = 64; in mlx5e_alloc_cq_common()
2238 MLX5_SET(cqc, cqc, cqe_sz, CQE_STRIDE_128_PAD); in mlx5e_build_common_cq_param()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h668 static inline struct mlx4_cqe *mlx4_en_get_cqe(void *buf, int idx, int cqe_sz) in mlx4_en_get_cqe() argument
670 return buf + idx * cqe_sz; in mlx4_en_get_cqe()
/Linux-v5.10/drivers/infiniband/hw/hns/
Dhns_roce_cq.c238 hr_cq->cqe_size = hr_dev->caps.cqe_sz; in set_cqe_size()
Dhns_roce_main.c326 resp.cqe_size = hr_dev->caps.cqe_sz; in hns_roce_alloc_ucontext()
Dhns_roce_device.h800 u32 cqe_sz; member
Dhns_roce_hw_v2.h1596 u8 cqe_sz; member
Dhns_roce_hw_v2.c1817 caps->cqe_sz = HNS_ROCE_V2_CQE_SIZE; in set_default_caps()
1897 caps->cqe_sz = HNS_ROCE_V3_CQE_SIZE; in set_default_caps()
1991 caps->cqe_sz = HNS_ROCE_V2_CQE_SIZE; in hns_roce_query_pf_caps()
2122 caps->cqe_sz = HNS_ROCE_V3_CQE_SIZE; in hns_roce_query_pf_caps()
Dhns_roce_hw_v1.c1478 caps->cqe_sz = HNS_ROCE_V1_CQE_SIZE; in hns_roce_v1_profile()
/Linux-v5.10/drivers/crypto/hisilicon/
Dqm.c188 #define QM_MK_CQC_DW3_V1(hop_num, pg_sz, buf_sz, cqe_sz) \ argument
192 ((cqe_sz) << QM_CQ_CQE_SIZE_SHIFT))
194 #define QM_MK_CQC_DW3_V2(cqe_sz) \ argument
195 ((QM_Q_DEPTH - 1) | ((cqe_sz) << QM_CQ_CQE_SIZE_SHIFT))
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c772 cq->mcq.cqe_sz = 64; in dr_create_cq()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c472 conn->cq.mcq.cqe_sz = 64; in mlx5_fpga_conn_create_cq()
/Linux-v5.10/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c520 vcq->mcq.cqe_sz = 64; in cq_create()
/Linux-v5.10/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c3923 resp.cqe_sz = sizeof(struct cq_base); in bnxt_re_alloc_ucontext()