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

/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_ep.h98 * RDS_EP_STATE_CONNECTED - Channel is connected
105 RDS_EP_STATE_CONNECTED = 3, enumerator in enum:rds_ep_state_s
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_cm.c518 ep->ep_state = RDS_EP_STATE_CONNECTED;
551 if (ep->ep_state != RDS_EP_STATE_CONNECTED) {
H A Drdsib_ep.c706 if (ep->ep_state == RDS_EP_STATE_CONNECTED) {
737 if (ep->ep_state == RDS_EP_STATE_CONNECTED) {
1916 if (ep->ep_state != RDS_EP_STATE_CONNECTED) {
1927 if (ep->ep_state != RDS_EP_STATE_CONNECTED) {
2302 if ((ep->ep_rdmacnt == 0) && (ep->ep_state == RDS_EP_STATE_CONNECTED)) {

Completed in 50 milliseconds