Home
last modified time | relevance | path

Searched refs:cmp_eptype (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_cm.c139 ipcm_info.SRCIP, ipcm_info.DSTIP, cmp.cmp_eptype); in rds_handle_cm_req()
162 if ((cmp.cmp_eptype != RDS_EP_TYPE_CTRL) && in rds_handle_cm_req()
163 (cmp.cmp_eptype != RDS_EP_TYPE_DATA)) { in rds_handle_cm_req()
164 RDS_DPRINTF2(LABEL, "Unknown Channel type: %d", cmp.cmp_eptype); in rds_handle_cm_req()
180 if ((cmp.cmp_failover) && (cmp.cmp_eptype == RDS_EP_TYPE_DATA)) { in rds_handle_cm_req()
314 if (cmp.cmp_eptype == RDS_EP_TYPE_CTRL) { in rds_handle_cm_req()
356 if (cmp.cmp_eptype == RDS_EP_TYPE_DATA) { in rds_handle_cm_req()
908 cmp.cmp_eptype = ep->ep_type; in rds_open_rc_channel()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_protocol.h153 uint8_t cmp_eptype; member