Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c111 struct mlx5dr_qp *dr_qp; in dr_create_rc_qp() local
117 dr_qp = kzalloc(sizeof(*dr_qp), GFP_KERNEL); in dr_create_rc_qp()
118 if (!dr_qp) in dr_create_rc_qp()
124 dr_qp->rq.pc = 0; in dr_create_rc_qp()
125 dr_qp->rq.cc = 0; in dr_create_rc_qp()
126 dr_qp->rq.wqe_cnt = 4; in dr_create_rc_qp()
127 dr_qp->sq.pc = 0; in dr_create_rc_qp()
128 dr_qp->sq.cc = 0; in dr_create_rc_qp()
129 dr_qp->sq.wqe_cnt = roundup_pow_of_two(attr->max_send_wr); in dr_create_rc_qp()
132 MLX5_SET(qpc, temp_qpc, log_rq_size, ilog2(dr_qp->rq.wqe_cnt)); in dr_create_rc_qp()
[all …]