Searched refs:ti_wc (Results 1 – 3 of 3) sorted by relevance
343 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()
629 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()
330 ibt_wc_t *ti_wc; member