Searched refs:ep_chanhdl (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_ep.h250 ibt_channel_hdl_t ep_chanhdl; member in struct:rds_ep_s
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c604 ret = ibt_post_send(ep->ep_chanhdl, &ep->ep_ackwr, 1, &ix);
680 rds_post_recv_buf, (void *)ep->ep_chanhdl, DDI_NOSLEEP);
929 rds_post_recv_buf, (void *)ep->ep_chanhdl, DDI_NOSLEEP);
1182 if (ep->ep_chanhdl != NULL) {
1184 (void) ibt_flush_channel(ep->ep_chanhdl);
1186 ret = ibt_free_channel(ep->ep_chanhdl);
1191 ep->ep_chanhdl = NULL;
H A Drdsib_ep.c641 sp->session_dataep.ep_chanhdl = datachan;
664 sp->session_ctrlep.ep_chanhdl = ctrlchan;
709 (void) rds_close_rc_channel(ep->ep_chanhdl, mode);
740 (void) rds_close_rc_channel(ep->ep_chanhdl, mode);
1479 ret = ibt_post_send(ep->ep_chanhdl, &wr, 1, NULL);
1656 ret = ibt_post_send(ep->ep_chanhdl, wrp, npkts, &ix);
1677 ret = ibt_post_send(ep->ep_chanhdl, &wr, 1, NULL);
1838 ret = ibt_post_send(ep->ep_chanhdl, wrp, jx, &ix);
2309 ret = ibt_post_send(ep->ep_chanhdl, &ep->ep_ackwr, 1, &ix);
H A Drdsib_cm.c519 ep->ep_chanhdl = evp->cm_channel;
670 if (ep->ep_chanhdl == NULL) {
671 ep->ep_chanhdl = evp->cm_channel;

Completed in 68 milliseconds