Lines Matching full:send
451 * @seg_count: The number of RMPP segments allocated for this send.
532 * @mad_send_wc: Send work completion information on the sent MAD.
540 * @send_buf: Send buffer if found, else NULL
543 * MADs received in response to a send request operation will be handed to
544 * the user before the send operation completes. All data buffers given
586 * ib_mad_send_wc - MAD send completion information.
587 * @send_buf: Send MAD data buffer associated with the send MAD request.
624 * for the corresponding send request.
655 * ib_register_mad_agent - Register to send/receive MADs.
663 * @rmpp_version: If set, indicates that the client will send
666 * @send_handler: The completion callback routine invoked after a send
692 * ib_post_send_mad - Posts MAD(s) to the send queue of the QP associated
694 * @send_buf: Specifies the information needed to send the MAD(s).
724 * ib_modify_mad - Modifies an outstanding send MAD operation.
734 * ib_cancel_mad - Cancels an outstanding send MAD operation.
752 * @rmpp_active: Indicates if the send will enable RMPP.
762 * This routine allocates a MAD for sending. The returned MAD send buffer
765 * MAD data buffer before posting the send.
800 * @send_buf: Previously allocated send data buffer.
809 * ib_free_send_mad - Returns data buffers used to send a MAD.
810 * @send_buf: Previously allocated send data buffer.