Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c255 struct mlx5dr_qp *dr_qp; in dr_create_rc_qp() local
261 dr_qp = kzalloc(sizeof(*dr_qp), GFP_KERNEL); in dr_create_rc_qp()
262 if (!dr_qp) in dr_create_rc_qp()
268 dr_qp->rq.pc = 0; in dr_create_rc_qp()
269 dr_qp->rq.cc = 0; in dr_create_rc_qp()
270 dr_qp->rq.wqe_cnt = 256; in dr_create_rc_qp()
271 dr_qp->sq.pc = 0; in dr_create_rc_qp()
272 dr_qp->sq.cc = 0; in dr_create_rc_qp()
273 dr_qp->sq.head = 0; in dr_create_rc_qp()
274 dr_qp->sq.wqe_cnt = roundup_pow_of_two(attr->max_send_wr); in dr_create_rc_qp()
[all …]