Lines Matching full:connection

31  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
305 * Communication identifiers are used to track connection states, service
312 * ib_cm_destroy_id - Destroy a connection identifier.
313 * @cm_id: Connection identifier to destroy.
325 * ib_cm_attr_id - Get connection identifier attributes.
326 * @cm_id: Connection identifier to retrieve attributes.
329 * Not all parameters are valid during all connection states.
339 * connection and service ID resolution requests.
340 * @cm_id: Connection identifier associated with the listen request.
341 * @service_id: Service identifier matched against incoming connection
374 * ib_cm_send_req - Sends a connection request to the remote node.
375 * @cm_id: Connection identifier that will be associated with the
376 * connection request.
377 * @param: Connection request information needed to establish the
378 * connection.
398 * ib_cm_send_rep - Sends a connection reply in response to a connection
400 * @cm_id: Connection identifier that will be associated with the
401 * connection request.
402 * @param: Connection reply information needed to establish the
403 * connection.
409 * ib_cm_send_rtu - Sends a connection ready to use message in response
410 * to a connection reply message.
411 * @cm_id: Connection identifier associated with the connection request.
422 * connection.
423 * @cm_id: Connection identifier associated with the connection being
435 * @cm_id: Connection identifier associated with the connection being
447 * @cm_id: Connection identifier to transition to established.
456 * IBV_EVENT_PATH_MIG - Notifies the CM that the connection has failed over
462 * ib_cm_send_rej - Sends a connection rejection message to the
464 * @cm_id: Connection identifier associated with the connection being
466 * @reason: Reason for the connection request rejection.
481 * ib_cm_send_mra - Sends a message receipt acknowledgement to a connection
483 * @cm_id: Connection identifier associated with the connection message.
485 * to the connection message.
497 * @cm_id: Connection identifier associated with the load alternate path
533 * @cm_id: Connection identifier associated with the alternate path response.