Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_ep.h106 RDS_EP_STATE_CLOSING = 4, enumerator
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ep.c700 while (ep->ep_state == RDS_EP_STATE_CLOSING) { in rds_session_close()
707 ep->ep_state = RDS_EP_STATE_CLOSING; in rds_session_close()
731 while (ep->ep_state == RDS_EP_STATE_CLOSING) { in rds_session_close()
738 ep->ep_state = RDS_EP_STATE_CLOSING; in rds_session_close()
H A Drdsib_cm.c558 ep->ep_state = RDS_EP_STATE_CLOSING; in rds_handle_cm_conn_closed()