Lines Matching defs:send_buf
541 * @send_buf: Send buffer if found, else NULL
550 struct ib_mad_send_buf *send_buf,
588 * @send_buf: Send MAD data buffer associated with the send MAD request.
594 struct ib_mad_send_buf *send_buf;
695 * @send_buf: Specifies the information needed to send the MAD(s).
711 int ib_post_send_mad(struct ib_mad_send_buf *send_buf,
726 * @send_buf: Indicates the MAD to modify.
732 int ib_modify_mad(struct ib_mad_send_buf *send_buf, u32 timeout_ms);
736 * @send_buf: Indicates the MAD to cancel.
741 static inline void ib_cancel_mad(struct ib_mad_send_buf *send_buf)
743 ib_modify_mad(send_buf, 0);
801 * @send_buf: Previously allocated send data buffer.
805 * Users must provide synchronization to @send_buf around this call.
807 void *ib_get_rmpp_segment(struct ib_mad_send_buf *send_buf, int seg_num);
811 * @send_buf: Previously allocated send data buffer.
813 void ib_free_send_mad(struct ib_mad_send_buf *send_buf);