Searched refs:swq (Results 1 – 2 of 2) sorted by relevance
747 struct ipath_swqe *swq = NULL; in ipath_create_qp() local789 swq = vmalloc((init_attr->cap.max_send_wr + 1) * sz); in ipath_create_qp()790 if (swq == NULL) { in ipath_create_qp()853 qp->s_wq = swq; in ipath_create_qp()948 vfree(swq); in ipath_create_qp()
981 struct qib_swqe *swq = NULL; in qib_create_qp() local1033 swq = __vmalloc((init_attr->cap.max_send_wr + 1) * sz, in qib_create_qp()1035 if (swq == NULL) { in qib_create_qp()1103 qp->s_wq = swq; in qib_create_qp()1193 vfree(swq); in qib_create_qp()