Lines Matching refs:send_buf
87 struct ib_mad_send_buf *send_buf; in agent_send_response() local
109 send_buf = ib_create_send_mad(agent, wc->src_qp, wc->pkey_index, 0, in agent_send_response()
112 if (IS_ERR(send_buf)) { in agent_send_response()
117 memcpy(send_buf->mad, mad, sizeof *mad); in agent_send_response()
118 send_buf->ah = ah; in agent_send_response()
121 mad_send_wr = container_of(send_buf, in agent_send_response()
123 send_buf); in agent_send_response()
127 if (ib_post_send_mad(send_buf, NULL)) { in agent_send_response()
133 ib_free_send_mad(send_buf); in agent_send_response()
141 ib_destroy_ah(mad_send_wc->send_buf->ah); in agent_send_handler()
142 ib_free_send_mad(mad_send_wc->send_buf); in agent_send_handler()