Lines Matching refs:send_buf
96 struct ib_mad_send_buf *send_buf; in agent_send_response() local
121 send_buf = ib_create_send_mad(agent, wc->src_qp, wc->pkey_index, 0, in agent_send_response()
126 if (IS_ERR(send_buf)) { in agent_send_response()
131 memcpy(send_buf->mad, mad_hdr, resp_mad_len); in agent_send_response()
132 send_buf->ah = ah; in agent_send_response()
135 mad_send_wr = container_of(send_buf, in agent_send_response()
137 send_buf); in agent_send_response()
141 if (ib_post_send_mad(send_buf, NULL)) { in agent_send_response()
147 ib_free_send_mad(send_buf); in agent_send_response()
155 rdma_destroy_ah(mad_send_wc->send_buf->ah, RDMA_DESTROY_AH_SLEEPABLE); in agent_send_handler()
156 ib_free_send_mad(mad_send_wc->send_buf); in agent_send_handler()