Lines Matching refs:send_buf
96 struct ib_mad_send_buf *send_buf; in agent_send_response() local
120 send_buf = ib_create_send_mad(agent, wc->src_qp, wc->pkey_index, 0, in agent_send_response()
125 if (IS_ERR(send_buf)) { in agent_send_response()
130 memcpy(send_buf->mad, mad_hdr, resp_mad_len); in agent_send_response()
131 send_buf->ah = ah; in agent_send_response()
134 mad_send_wr = container_of(send_buf, in agent_send_response()
136 send_buf); in agent_send_response()
140 if (ib_post_send_mad(send_buf, NULL)) { in agent_send_response()
146 ib_free_send_mad(send_buf); in agent_send_response()
154 rdma_destroy_ah(mad_send_wc->send_buf->ah, RDMA_DESTROY_AH_SLEEPABLE); in agent_send_handler()
155 ib_free_send_mad(mad_send_wc->send_buf); in agent_send_handler()