Lines Matching full:received
536 * ib_mad_recv_handler - callback handler for a received MAD.
537 * @mad_agent: MAD agent requesting the received MAD.
539 * @mad_recv_wc: Received work completion information on the received MAD.
541 * MADs received in response to a send request operation will be handed to
555 * @recv_handler: Callback handler for a received MAD.
597 * ib_mad_recv_buf - received MAD buffer information.
598 * @list: Reference to next data buffer for a received RMPP MAD.
602 * @mad: References the start of the received MAD.
614 * ib_mad_recv_wc - received MAD information.
615 * @wc: Completion information for the received data.
616 * @recv_buf: Specifies the location of the received data buffer(s).
617 * @rmpp_list: Specifies a list of RMPP reassembled received MAD buffers.
618 * @mad_len: The length of the received MAD, without duplicated headers.
621 * For received response, the wr_id contains a pointer to the ib_mad_send_buf
658 * @mad_reg_req: Specifies which unsolicited MADs should be received
666 * @recv_handler: The completion callback routine invoked for a received
714 * @mad_recv_wc: Work completion information for a received MAD.