Home
last modified time | relevance | path

Searched refs:ti_chan (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c395 &alloc_attr, &info->ti_chan, NULL); in eibnx_setup_ud_channel()
407 "failed, ret=%d", info->ti_chan, ret); in eibnx_setup_ud_channel()
410 "failed, ret=%d", info->ti_chan, ret); in eibnx_setup_ud_channel()
412 info->ti_chan = NULL; in eibnx_setup_ud_channel()
601 "failed, ret=%d", info->ti_chan, ret); in eibnx_setup_bufs()
603 ret = ibt_flush_channel(info->ti_chan); in eibnx_setup_bufs()
607 info->ti_chan, ret); in eibnx_setup_bufs()
718 if (info->ti_chan == NULL) in eibnx_join_advertise_mcg()
957 "failed, ret=%d", info->ti_chan, ret); in eibnx_rb_setup_ud_channel()
959 info->ti_chan = NULL; in eibnx_rb_setup_ud_channel()
[all …]
H A Denx_q.c130 ret = ibt_post_recv(info->ti_chan, &(wqe->qe_wr.recv), 1, NULL); in eibnx_return_rwqe()
133 "ret=%d", info->ti_chan, ret); in eibnx_return_rwqe()
H A Denx_fip.c347 ret = ibt_post_send(info->ti_chan, &(swqe->qe_wr.send), 1, NULL); in eibnx_fip_send_solicit_pkt()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h340 ibt_channel_hdl_t ti_chan; member