Lines Matching +full:non +full:- +full:specified
1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
36 * iw_cm_handler - Function to be called by the IW CM when delivering events
46 * iw_event_handler - Function called by the provider when delivering provider
48 * or -errno if the event could not be processed.
96 * iw_create_cm_id - Create an IW CM identifier.
101 * @context: User specified context associated with the id.
107 * iw_destroy_cm_id - Destroy an IW CM identifier.
117 * iw_cm_bind_qp - Unbind the specified IW CM identifier and QP
130 * iw_cm_get_qp - Return the ib_qp associated with a QPN
138 * iw_cm_listen - Listen for incoming connection requests on the
139 * specified IW CM id.
142 * @backlog: The maximum number of outstanding un-accepted inbound listen
145 * The source address and port number are specified in the IW CM identifier
151 * iw_cm_accept - Called to accept an incoming connect request.
157 * The specified cm_id will have been provided in the event data for a
159 * delivered to the specified IW CM identifier prior and may occur prior to
160 * the return of this function. If this function returns a non-zero value, the
161 * client can assume that no events will be delivered to the specified IW CM
167 * iw_cm_reject - Reject an incoming connection request.
174 * The client can assume that no events will be delivered to the specified IW
182 * iw_cm_connect - Called to request a connection to a remote peer.
188 * Events may be delivered to the specified IW CM identifier prior to the
189 * return of this function. If this function returns a non-zero value, the
190 * client can assume that no events will be delivered to the specified IW CM
196 * iw_cm_disconnect - Close the specified connection.
208 * iw_cm_init_qp_attr - Called to initialize the attributes of the QP
220 * iwcm_reject_msg - return a pointer to a reject message string.