Searched defs:cq_attrs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c941 ibt_cq_attr_t cq_attrs; local
957 cq_attrs.cq_size = (cip->ci_nports * (ibmf_send_wqes_posted_per_qp +
960 cq_attrs.cq_sched = NULL;
961 cq_attrs.cq_flags = 0;
964 status = ibt_alloc_cq(cip->ci_ci_handle, &cq_attrs,
978 status = ibt_alloc_cq(cip->ci_ci_handle, &cq_attrs,

Completed in 64 milliseconds