Home
last modified time | relevance | path

Searched refs:RDS_EP_STATE_CONNECTED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_ep.h105 RDS_EP_STATE_CONNECTED = 3, enumerator
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ep.c706 if (ep->ep_state == RDS_EP_STATE_CONNECTED) { in rds_session_close()
737 if (ep->ep_state == RDS_EP_STATE_CONNECTED) { in rds_session_close()
1916 if (ep->ep_state != RDS_EP_STATE_CONNECTED) { in rds_session_active()
1927 if (ep->ep_state != RDS_EP_STATE_CONNECTED) { in rds_session_active()
2302 if ((ep->ep_rdmacnt == 0) && (ep->ep_state == RDS_EP_STATE_CONNECTED)) { in rds_received_msg()
H A Drdsib_cm.c518 ep->ep_state = RDS_EP_STATE_CONNECTED; in rds_handle_cm_conn_est()
551 if (ep->ep_state != RDS_EP_STATE_CONNECTED) { in rds_handle_cm_conn_closed()