Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c343 info->ti_wc = kmem_zalloc(sizeof (ibt_wc_t) * sz, KM_SLEEP); 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()
938 info->ti_wc = NULL; 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()
631 for (wc = info->ti_wc, i = 0; i < polled; i++, wc++) { in eibnx_comp_handler()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h334 ibt_wc_t *ti_wc; member