Lines Matching full:send
448 * @seg_count: The number of RMPP segments allocated for this send.
529 * @mad_send_wc: Send work completion information on the sent MAD.
537 * @send_buf: Send buffer if found, else NULL
540 * MADs received in response to a send request operation will be handed to
541 * the user before the send operation completes. All data buffers given
583 * ib_mad_send_wc - MAD send completion information.
584 * @send_buf: Send MAD data buffer associated with the send MAD request.
621 * for the corresponding send request.
652 * ib_register_mad_agent - Register to send/receive MADs.
660 * @rmpp_version: If set, indicates that the client will send
663 * @send_handler: The completion callback routine invoked after a send
689 * ib_post_send_mad - Posts MAD(s) to the send queue of the QP associated
691 * @send_buf: Specifies the information needed to send the MAD(s).
721 * ib_cancel_mad - Cancels an outstanding send MAD operation.
732 * ib_modify_mad - Modifies an outstanding send MAD operation.
750 * @rmpp_active: Indicates if the send will enable RMPP.
760 * This routine allocates a MAD for sending. The returned MAD send buffer
763 * MAD data buffer before posting the send.
798 * @send_buf: Previously allocated send data buffer.
807 * ib_free_send_mad - Returns data buffers used to send a MAD.
808 * @send_buf: Previously allocated send data buffer.