Home | History | Annotate | Download | only in infiniband

Lines Matching refs:qp

113  * @v qp		Queue pair
119 struct ib_queue_pair *qp,
122 struct ib_mad_interface *mi = ib_qp_get_ownerdata ( qp );
225 if ( ( rc = ib_post_send ( ibdev, mi->qp, av, iobuf ) ) != 0 ) {
354 mi->qp = ib_create_qp ( ibdev, type, IB_MI_NUM_SEND_WQES, mi->cq,
356 if ( ! mi->qp ) {
360 ib_qp_set_ownerdata ( mi->qp, mi );
362 mi, ( ( type == IB_QPT_SMI ) ? "SMI" : "GSI" ), mi->qp->qpn );
365 mi->qp->qkey = ( ( type == IB_QPT_SMI ) ? IB_QKEY_SMI : IB_QKEY_GSI );
366 if ( ( rc = ib_modify_qp ( ibdev, mi->qp ) ) != 0 ) {
373 ib_refill_recv ( ibdev, mi->qp );
377 ib_destroy_qp ( ibdev, mi->qp );
403 ib_destroy_qp ( ibdev, mi->qp );