Lines Matching full:send
449 * @seg_count: The number of RMPP segments allocated for this send.
530 * @mad_send_wc: Send work completion information on the sent MAD.
538 * @send_buf: Send buffer if found, else NULL
541 * MADs received in response to a send request operation will be handed to
542 * the user before the send operation completes. All data buffers given
584 * ib_mad_send_wc - MAD send completion information.
585 * @send_buf: Send MAD data buffer associated with the send MAD request.
622 * for the corresponding send request.
653 * ib_register_mad_agent - Register to send/receive MADs.
661 * @rmpp_version: If set, indicates that the client will send
664 * @send_handler: The completion callback routine invoked after a send
690 * ib_post_send_mad - Posts MAD(s) to the send queue of the QP associated
692 * @send_buf: Specifies the information needed to send the MAD(s).
722 * ib_modify_mad - Modifies an outstanding send MAD operation.
732 * ib_cancel_mad - Cancels 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.