Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_ep.h266 } rds_ep_t; typedef
311 int rds_ep_init(rds_ep_t *ep, ib_guid_t hca_guid);
324 void rds_received_msg(rds_ep_t *ep, rds_buf_t *bp);
326 void rds_handle_send_error(rds_ep_t *ep);
332 ibt_channel_hdl_t rds_ep_alloc_rc_channel(rds_ep_t *ep, uint8_t hca_port);
333 void rds_ep_free_rc_channel(rds_ep_t *ep);
339 int rds_open_rc_channel(rds_ep_t *ep, ibt_path_info_t *pinfo,
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_cm.c105 rds_ep_t *ep; in rds_handle_cm_req()
479 rds_ep_t *ep; in rds_handle_cm_rep()
487 ep = (rds_ep_t *)ibt_get_chan_private(evp->cm_channel); in rds_handle_cm_rep()
508 rds_ep_t *ep; in rds_handle_cm_conn_est()
510 ep = (rds_ep_t *)ibt_get_chan_private(evp->cm_channel); in rds_handle_cm_conn_est()
535 rds_ep_t *ep; in rds_handle_cm_conn_closed()
545 ep = (rds_ep_t *)ibt_get_chan_private(evp->cm_channel); in rds_handle_cm_conn_closed()
622 rds_ep_t *ep; in rds_handle_cm_event_failure()
652 ep = (rds_ep_t *)ibt_get_chan_private(evp->cm_channel); in rds_handle_cm_event_failure()
869 rds_open_rc_channel(rds_ep_t *ep, ibt_path_info_t *pinfo, in rds_open_rc_channel()
H A Drdsib_ib.c583 rds_send_acknowledgement(rds_ep_t *ep) in rds_send_acknowledgement()
625 rds_poll_ctrl_completions(ibt_cq_hdl_t cq, rds_ep_t *ep) in rds_poll_ctrl_completions()
709 rds_ep_t *ep; in rds_post_recv_buf()
724 ep = (rds_ep_t *)ibt_get_chan_private(chanhdl); in rds_post_recv_buf()
989 rds_ep_t *ep; in rds_recvcq_handler()
991 int (*func)(ibt_cq_hdl_t, rds_ep_t *); in rds_recvcq_handler()
993 ep = (rds_ep_t *)arg; in rds_recvcq_handler()
1152 rds_ep_t *ep; in rds_sendcq_handler()
1155 ep = (rds_ep_t *)arg; in rds_sendcq_handler()
1173 rds_ep_free_rc_channel(rds_ep_t *ep) in rds_ep_free_rc_channel()
[all …]
H A Drdsib_buf.c334 rds_free_send_pool(rds_ep_t *ep) in rds_free_send_pool()
385 rds_init_send_pool(rds_ep_t *ep, ib_guid_t hca_guid) in rds_init_send_pool()
557 rds_reinit_send_pool(rds_ep_t *ep, ib_guid_t hca_guid) in rds_reinit_send_pool()
658 rds_free_recv_pool(rds_ep_t *ep) in rds_free_recv_pool()
680 rds_init_recv_pool(rds_ep_t *ep) in rds_init_recv_pool()
803 rds_is_recvq_empty(rds_ep_t *ep, boolean_t wait) in rds_is_recvq_empty()
846 rds_is_sendq_empty(rds_ep_t *ep, uint_t wait) in rds_is_sendq_empty()
937 rds_get_send_buf(rds_ep_t *ep, uint_t nbuf) in rds_get_send_buf()
1035 rds_free_send_buf(rds_ep_t *ep, rds_buf_t *headp, rds_buf_t *tailp, uint_t nbuf, in rds_free_send_buf()
1092 rds_ep_t *ep; in rds_free_recv_buf()
H A Drdsib_ep.c356 rds_ep_fini(rds_ep_t *ep) in rds_ep_fini()
375 rds_ep_init(rds_ep_t *ep, ib_guid_t hca_guid) in rds_ep_init()
605 rds_ep_t *ep; in rds_session_connect()
686 rds_ep_t *ep; in rds_session_close()
760 rds_ep_t *ep; in rds_destroy_session()
971 rds_handle_send_error(rds_ep_t *ep) in rds_handle_send_error()
1024 rds_ep_t *ep; in rds_passive_session_fini()
1210 rds_ep_t *dataep, *ctrlep; in rds_session_create()
1448 rds_ep_t *ep; in rds_post_control_message()
1748 rds_ep_t *ep; in rds_resend_messages()
[all …]