Home
last modified time | relevance | path

Searched refs:RDS_EP_TYPE_DATA (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_buf.c417 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_init_send_pool()
448 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_init_send_pool()
503 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_init_send_pool()
584 if ((ep->ep_type == RDS_EP_TYPE_DATA) && in rds_reinit_send_pool()
618 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_reinit_send_pool()
662 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_free_recv_pool()
687 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_init_recv_pool()
872 if ((wait == 2) && (ep->ep_type == RDS_EP_TYPE_DATA)) { in rds_is_sendq_empty()
983 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_get_send_buf()
1154 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_free_recv_buf()
H A Drdsib_cm.c163 (cmp.cmp_eptype != RDS_EP_TYPE_DATA)) { in rds_handle_cm_req()
180 if ((cmp.cmp_failover) && (cmp.cmp_eptype == RDS_EP_TYPE_DATA)) { in rds_handle_cm_req()
356 if (cmp.cmp_eptype == RDS_EP_TYPE_DATA) { in rds_handle_cm_req()
H A Drdsib_ib.c762 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_post_recv_buf()
997 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_recvcq_handler()
H A Drdsib_ep.c1252 dataep->ep_type = RDS_EP_TYPE_DATA; in rds_session_create()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_ep.h89 RDS_EP_TYPE_DATA = 2 enumerator