Lines Matching full:send
465 * @seg_count: The number of RMPP segments allocated for this send.
546 * @mad_send_wc: Send work completion information on the sent MAD.
554 * @send_buf: send MAD data buffer.
556 * only for snooping that occurs on a send completion.
568 * @send_buf: Send buffer if found, else NULL
571 * MADs received in response to a send request operation will be handed to
572 * the user before the send operation completes. All data buffers given
618 * ib_mad_send_wc - MAD send completion information.
619 * @send_buf: Send MAD data buffer associated with the send MAD request.
656 * for the corresponding send request.
687 * ib_register_mad_agent - Register to send/receive MADs.
695 * @rmpp_version: If set, indicates that the client will send
698 * @send_handler: The completion callback routine invoked after a send
732 * @send_handler: The callback routine invoked for a snooped send.
754 * ib_post_send_mad - Posts MAD(s) to the send queue of the QP associated
756 * @send_buf: Specifies the information needed to send the MAD(s).
786 * ib_cancel_mad - Cancels an outstanding send MAD operation.
797 * ib_modify_mad - Modifies an outstanding send MAD operation.
811 * @rmpp_version: If set, indicates that the client will send
814 * @send_handler: The completion callback routine invoked after a send
821 * on user-owned QPs. After calling this routine, users may send
838 * If the work completion is associated with a send operation, calling
855 * @rmpp_active: Indicates if the send will enable RMPP.
865 * This routine allocates a MAD for sending. The returned MAD send buffer
868 * MAD data buffer before posting the send.
903 * @send_buf: Previously allocated send data buffer.
912 * ib_free_send_mad - Returns data buffers used to send a MAD.
913 * @send_buf: Previously allocated send data buffer.