Lines Matching refs:ah
56 struct ib_ah *ah; member
82 ib_destroy_ah(rmpp_recv->ah); in destroy_rmpp_recv()
147 msg->ah = rmpp_recv->ah; in ack_recv()
157 struct ib_ah *ah; in alloc_response_msg() local
160 ah = ib_create_ah_from_wc(agent->qp->pd, recv_wc->wc, in alloc_response_msg()
162 if (IS_ERR(ah)) in alloc_response_msg()
163 return (void *) ah; in alloc_response_msg()
170 ib_destroy_ah(ah); in alloc_response_msg()
172 msg->ah = ah; in alloc_response_msg()
173 msg->context[0] = ah; in alloc_response_msg()
200 ib_destroy_ah(msg->ah); in ack_ds_ack()
207 if (mad_send_wc->send_buf->context[0] == mad_send_wc->send_buf->ah) in ib_rmpp_send_handler()
208 ib_destroy_ah(mad_send_wc->send_buf->ah); in ib_rmpp_send_handler()
236 ib_destroy_ah(msg->ah); in nack_recv()
290 rmpp_recv->ah = ib_create_ah_from_wc(agent->agent.qp->pd, in create_rmpp_recv()
294 if (IS_ERR(rmpp_recv->ah)) in create_rmpp_recv()
855 if (ib_query_ah(mad_send_wr->send_buf.ah, &ah_attr)) in init_newwin()