Home
last modified time | relevance | path

Searched refs:ti_cq_sz (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c342 info->ti_cq_sz = sz; in eibnx_setup_cq()
934 if (info->ti_wc && info->ti_cq_sz) in eibnx_rb_setup_cq()
935 kmem_free(info->ti_wc, sizeof (ibt_wc_t) * info->ti_cq_sz); in eibnx_rb_setup_cq()
937 info->ti_cq_sz = 0; in eibnx_rb_setup_cq()
H A Denx_hdlrs.c629 while ((ret = ibt_poll_cq(info->ti_cq_hdl, info->ti_wc, info->ti_cq_sz, in eibnx_comp_handler()
/titanic_44/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h329 uint_t ti_cq_sz; member