Lines Matching refs:ah
57 struct ib_ah *ah; member
84 ib_destroy_ah(rmpp_recv->ah); in destroy_rmpp_recv()
150 msg->ah = rmpp_recv->ah; in ack_recv()
160 struct ib_ah *ah; in alloc_response_msg() local
163 ah = ib_create_ah_from_wc(agent->qp->pd, recv_wc->wc, in alloc_response_msg()
165 if (IS_ERR(ah)) in alloc_response_msg()
166 return (void *) ah; in alloc_response_msg()
174 ib_destroy_ah(ah); in alloc_response_msg()
176 msg->ah = ah; in alloc_response_msg()
177 msg->context[0] = ah; in alloc_response_msg()
204 ib_destroy_ah(msg->ah); in ack_ds_ack()
211 if (mad_send_wc->send_buf->context[0] == mad_send_wc->send_buf->ah) in ib_rmpp_send_handler()
212 ib_destroy_ah(mad_send_wc->send_buf->ah); in ib_rmpp_send_handler()
240 ib_destroy_ah(msg->ah); in nack_recv()
294 rmpp_recv->ah = ib_create_ah_from_wc(agent->agent.qp->pd, in create_rmpp_recv()
298 if (IS_ERR(rmpp_recv->ah)) in create_rmpp_recv()
870 if (ib_query_ah(mad_send_wr->send_buf.ah, &ah_attr)) in init_newwin()