Lines Matching full:received
539 * ib_mad_recv_handler - callback handler for a received MAD.
540 * @mad_agent: MAD agent requesting the received MAD.
542 * @mad_recv_wc: Received work completion information on the received MAD.
544 * MADs received in response to a send request operation will be handed to
558 * @recv_handler: Callback handler for a received MAD.
600 * ib_mad_recv_buf - received MAD buffer information.
601 * @list: Reference to next data buffer for a received RMPP MAD.
605 * @mad: References the start of the received MAD.
617 * ib_mad_recv_wc - received MAD information.
618 * @wc: Completion information for the received data.
619 * @recv_buf: Specifies the location of the received data buffer(s).
620 * @rmpp_list: Specifies a list of RMPP reassembled received MAD buffers.
621 * @mad_len: The length of the received MAD, without duplicated headers.
624 * For received response, the wr_id contains a pointer to the ib_mad_send_buf
661 * @mad_reg_req: Specifies which unsolicited MADs should be received
669 * @recv_handler: The completion callback routine invoked for a received
717 * @mad_recv_wc: Work completion information for a received MAD.