Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c395 &alloc_attr, &info->ti_chan, NULL); in eibnx_setup_ud_channel()
404 ret = ibt_query_ud_channel(info->ti_chan, &query_attr); in eibnx_setup_ud_channel()
407 "failed, ret=%d", info->ti_chan, ret); in eibnx_setup_ud_channel()
408 if ((ret = ibt_free_channel(info->ti_chan)) != IBT_SUCCESS) { 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()
594 ret = ibt_post_recv(info->ti_chan, &(rwqe->qe_wr.recv), 1, in eibnx_setup_bufs()
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()
[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()
/titanic_50/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h336 ibt_channel_hdl_t ti_chan; member