Searched refs:dr_qp (Results 1 – 1 of 1) sorted by relevance
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()286 dr_qp->sq.wqe_head = kcalloc(dr_qp->sq.wqe_cnt, in dr_create_rc_qp()336 return dr_qp; in dr_create_rc_qp()343 kfree(dr_qp); in dr_create_rc_qp()358 kfree(dr_qp); in dr_destroy_qp()364 *dr_qp->wq.sq.db = cpu_to_be32(dr_qp->sq.pc & 0xffff); in dr_cmd_notify_hw()446 idx = dr_qp->sq.pc & (dr_qp->sq.wqe_cnt - 1); in dr_rdma_segments()[all …]
Completed in 7 milliseconds