Lines Matching defs:NULL

699 	void *wqe = NULL;
807 void *wqe = NULL;
2564 return NULL;
2568 if (hns_roce_alloc_pd(pd, NULL)) {
2571 return NULL;
2575 free_mr->rsv_pd->ibpd.uobject = NULL;
2576 free_mr->rsv_pd->ibpd.__internal_mr = NULL;
2595 return NULL;
2600 if (hns_roce_create_cq(cq, &cq_init_attr, NULL)) {
2603 return NULL;
2607 free_mr->rsv_cq->ib_cq.uobject = NULL;
2608 free_mr->rsv_cq->ib_cq.comp_handler = NULL;
2609 free_mr->rsv_cq->ib_cq.event_handler = NULL;
2610 free_mr->rsv_cq->ib_cq.cq_context = NULL;
2633 ret = hns_roce_create_qp(qp, init_attr, NULL);
2657 hns_roce_v2_destroy_qp(qp, NULL);
2659 free_mr->rsv_qp[i] = NULL;
2664 hns_roce_destroy_cq(&free_mr->rsv_cq->ib_cq, NULL);
2666 free_mr->rsv_cq = NULL;
2670 hns_roce_dealloc_pd(&free_mr->rsv_pd->ibpd, NULL);
2672 free_mr->rsv_pd = NULL;
2715 hns_roce_v2_destroy_qp(&free_mr->rsv_qp[i]->ibqp, NULL);
2718 hns_roce_destroy_cq(cq, NULL);
2722 hns_roce_dealloc_pd(pd, NULL);
2749 IB_QPS_INIT, NULL);
2771 IB_QPS_RTR, NULL);
2786 IB_QPS_RTS, NULL);
2802 rdma_ah_set_grh(&attr.ah_attr, NULL, 0, 0, 1, 0);
3479 NULL;
3888 struct hns_roce_srq *srq = NULL;
3953 struct hns_roce_qp *cur_qp = NULL;
4841 const struct ib_gid_attr *gid_attr = NULL;
4878 ret = rdma_read_gid_l2_fields(gid_attr, &vlan_id, NULL);
5148 hr_qp->qpn, NULL);
5153 to_hr_srq(ibqp->srq) : NULL);
5479 ret = hns_roce_v2_modify_qp(&hr_qp->ibqp, NULL, 0,
5487 send_cq = hr_qp->ibqp.send_cq ? to_hr_cq(hr_qp->ibqp.send_cq) : NULL;
5488 recv_cq = hr_qp->ibqp.recv_cq ? to_hr_cq(hr_qp->ibqp.recv_cq) : NULL;
5498 NULL));
5501 __hns_roce_v2_cq_clean(send_cq, hr_qp->qpn, NULL);
5999 !!(eq->cons_index & eq->entries)) ? aeqe : NULL;
6084 !!(eq->cons_index & eq->entries)) ? ceqe : NULL;
6154 ops->reset_event(pdev, NULL);
6446 hr_dev->caps.eqe_ba_pg_sz + PAGE_SHIFT, NULL,
6849 handle->priv = NULL;
6960 handle->priv = NULL;