Searched refs:ti_chan (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | enx_ibt.c | 395 &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 D | enx_q.c | 130 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 D | enx_fip.c | 347 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 D | enx_impl.h | 336 ibt_channel_hdl_t ti_chan; member
|