Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c287 struct mlx5dr_qp *dr_qp; in dr_create_rc_qp() local
294 dr_qp = kzalloc(sizeof(*dr_qp), GFP_KERNEL); in dr_create_rc_qp()
295 if (!dr_qp) in dr_create_rc_qp()
301 dr_qp->rq.pc = 0; in dr_create_rc_qp()
302 dr_qp->rq.cc = 0; in dr_create_rc_qp()
303 dr_qp->rq.wqe_cnt = 256; in dr_create_rc_qp()
304 dr_qp->sq.pc = 0; in dr_create_rc_qp()
305 dr_qp->sq.cc = 0; in dr_create_rc_qp()
306 dr_qp->sq.head = 0; in dr_create_rc_qp()
307 dr_qp->sq.wqe_cnt = roundup_pow_of_two(attr->max_send_wr); in dr_create_rc_qp()
[all …]