Searched refs:ibt_resize_cq (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_cq.c | 187 * ibt_resize_cq() - Change the size of a cq. 190 ibt_resize_cq(ibt_cq_hdl_t ibt_cq, uint32_t new_sz, uint32_t *real_sz) function 192 IBTF_DPRINTF_L3(ibtf_cq, "ibt_resize_cq(%p, %d)", ibt_cq, new_sz);
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_comp.c | 534 resize_status = ibt_resize_cq(ucq->cq, cmd.cqe, &resp.cqe); 537 "resize_cq: ibt_resize_cq() (resize_status=%d), using "
|
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_common.h | 1141 * ibt_resize_cq() 1144 ibt_status_t ibt_resize_cq(ibt_cq_hdl_t ibt_cq, uint_t new_sz, uint_t *real_sz);
|
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/ |
H A D | daplt.c | 2779 * If ibt_resize_cq fails that it is primarily due to resource 2785 status = ibt_resize_cq(evd_rp->evd_cq_hdl, args.cqr_cq_new_size, 2791 DERR("cq_resize: ibt_resize_cq failed:%d\n", status);
|
Completed in 86 milliseconds