Lines Matching full:connection
34 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
340 * Communication identifiers are used to track connection states, service
348 * ib_destroy_cm_id - Destroy a connection identifier.
349 * @cm_id: Connection identifier to destroy.
351 * This call blocks until the connection identifier is destroyed.
364 * connection and service ID resolution requests.
365 * @cm_id: Connection identifier associated with the listen request.
366 * @service_id: Service identifier matched against incoming connection
404 * ib_send_cm_req - Sends a connection request to the remote node.
405 * @cm_id: Connection identifier that will be associated with the
406 * connection request.
407 * @param: Connection request information needed to establish the
408 * connection.
427 * ib_send_cm_rep - Sends a connection reply in response to a connection
429 * @cm_id: Connection identifier that will be associated with the
430 * connection request.
431 * @param: Connection reply information needed to establish the
432 * connection.
438 * ib_send_cm_rtu - Sends a connection ready to use message in response
439 * to a connection reply message.
440 * @cm_id: Connection identifier associated with the connection request.
451 * connection.
452 * @cm_id: Connection identifier associated with the connection being
464 * @cm_id: Connection identifier associated with the connection being
470 * If the cm_id is in the correct state, the CM will transition the connection
479 * @cm_id: Connection identifier to transition to established.
488 * IB_EVENT_PATH_MIG - Notifies the CM that the connection has failed over
494 * ib_send_cm_rej - Sends a connection rejection message to the
496 * @cm_id: Connection identifier associated with the connection being
498 * @reason: Reason for the connection request rejection.
515 * ib_send_cm_mra - Sends a message receipt acknowledgement to a connection
517 * @cm_id: Connection identifier associated with the connection message.
519 * the sender to reply to the connection message. The upper 3-bits
532 * @cm_id: Connection identifier associated with the load alternate path
568 * @cm_id: Connection identifier associated with the alternate path response.