Home
last modified time | relevance | path

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

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