Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c87 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64; in get_sw_cqe()
470 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64; in mlx5_poll_one()
901 cq->mcq.cqe_sz = cqe_size; in create_cq_kernel()
1012 MLX5_SET(cqc, cqc, cqe_sz, in mlx5_ib_create_cq()
1106 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64; in __mlx5_ib_cq_clean()
1113 dest64 = (cq->mcq.cqe_sz == 64) ? dest : dest + 64; in __mlx5_ib_cq_clean()
1115 memcpy(dest, cqe, cq->mcq.cqe_sz); in __mlx5_ib_cq_clean()
1363 MLX5_SET(cqc, cqc, cqe_sz, in mlx5_ib_resize_cq()
/linux/include/uapi/rdma/
H A Dbnxt_re-abi.h80 __u32 cqe_sz; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwc.c55 mcq->cqe_sz = 64; in mlx5_wc_create_cqwq()
121 MLX5_SET(cqc, cqc, cqe_sz, CQE_STRIDE_128_PAD); in mlx5_wc_create_cq()
H A Dwq.c164 u8 log_wq_stride = MLX5_GET(cqc, cqc, cqe_sz) == CQE_STRIDE_64 ? 6 : 7; in mlx5_cqwq_create()
H A Den_main.c2135 mcq->cqe_sz = 64; in mlx5e_alloc_cq_common()
/linux/include/linux/mlx5/
H A Dcq.h41 int cqe_sz; member
H A Dmlx5_ifc.h4697 u8 cqe_sz[0x3]; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Daso.c60 mcq->cqe_sz = 64; in mlx5_aso_alloc_cq()
134 MLX5_SET(cqc, cqc_data, cqe_sz, CQE_STRIDE_128_PAD); in mlx5_aso_create_cq()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h662 static inline struct mlx4_cqe *mlx4_en_get_cqe(void *buf, int idx, int cqe_sz) in mlx4_en_get_cqe() argument
664 return buf + idx * cqe_sz; in mlx4_en_get_cqe()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dsend.c785 mcq->cqe_sz = 64; in hws_send_ring_alloc_cq()
851 MLX5_SET(cqc, cqc_data, cqe_sz, queue->num_entries); in hws_send_ring_open_cq()
/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c1116 cq->mcq.cqe_sz = cqe_size; in mlx5vf_create_cq()
1701 cqe64 = (cq->mcq.cqe_sz == 64) ? cqe : cqe + 64; in get_sw_cqe()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.c823 MLX5_SET(cqc, cqc, cqe_sz, CQE_STRIDE_128_PAD); in mlx5e_build_common_cq_param()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.h1186 u8 cqe_sz; member
H A Dhns_roce_hw_v2.c2084 calc_pg_sz(caps->max_cqes, caps->cqe_sz, caps->cqe_hop_num, in set_hem_page_size()
2144 caps->cqe_sz = HNS_ROCE_V3_CQE_SIZE; in apply_func_caps()
2299 caps->cqe_sz = resp_a->cqe_sz; in hns_roce_query_caps()
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c471 conn->cq.mcq.cqe_sz = 64; in mlx5_fpga_conn_create_cq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_send.c1123 cq->mcq.cqe_sz = 64; in dr_create_cq()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c4329 resp.cqe_sz = sizeof(struct cq_base); in bnxt_re_alloc_ucontext()