Lines Matching full:received
535 * ib_mad_recv_handler - callback handler for a received MAD.
536 * @mad_agent: MAD agent requesting the received MAD.
538 * @mad_recv_wc: Received work completion information on the received MAD.
540 * MADs received in response to a send request operation will be handed to
554 * @recv_handler: Callback handler for a received MAD.
596 * ib_mad_recv_buf - received MAD buffer information.
597 * @list: Reference to next data buffer for a received RMPP MAD.
601 * @mad: References the start of the received MAD.
613 * ib_mad_recv_wc - received MAD information.
614 * @wc: Completion information for the received data.
615 * @recv_buf: Specifies the location of the received data buffer(s).
616 * @rmpp_list: Specifies a list of RMPP reassembled received MAD buffers.
617 * @mad_len: The length of the received MAD, without duplicated headers.
620 * For received response, the wr_id contains a pointer to the ib_mad_send_buf
657 * @mad_reg_req: Specifies which unsolicited MADs should be received
665 * @recv_handler: The completion callback routine invoked for a received
713 * @mad_recv_wc: Work completion information for a received MAD.