Lines Matching full:send
452 * @seg_count: The number of RMPP segments allocated for this send.
533 * @mad_send_wc: Send work completion information on the sent MAD.
541 * @send_buf: Send buffer if found, else NULL
544 * MADs received in response to a send request operation will be handed to
545 * the user before the send operation completes. All data buffers given
587 * ib_mad_send_wc - MAD send completion information.
588 * @send_buf: Send MAD data buffer associated with the send MAD request.
625 * for the corresponding send request.
656 * ib_register_mad_agent - Register to send/receive MADs.
664 * @rmpp_version: If set, indicates that the client will send
667 * @send_handler: The completion callback routine invoked after a send
693 * ib_post_send_mad - Posts MAD(s) to the send queue of the QP associated
695 * @send_buf: Specifies the information needed to send the MAD(s).
725 * ib_modify_mad - Modifies an outstanding send MAD operation.
735 * ib_cancel_mad - Cancels an outstanding send MAD operation.
753 * @rmpp_active: Indicates if the send will enable RMPP.
763 * This routine allocates a MAD for sending. The returned MAD send buffer
766 * MAD data buffer before posting the send.
801 * @send_buf: Previously allocated send data buffer.
810 * ib_free_send_mad - Returns data buffers used to send a MAD.
811 * @send_buf: Previously allocated send data buffer.