Home
last modified time | relevance | path

Searched refs:cqlen (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c72 IN DAT_COUNT *cqlen) in dapls_ib_cq_alloc() argument
104 create_msg.evd_cq_size = (uint32_t)*cqlen; in dapls_ib_cq_alloc()
207 *cqlen = create_msg.evd_cq_real_size; in dapls_ib_cq_alloc()
238 IN DAT_COUNT cqlen) in dapls_ib_cq_resize() argument
243 dat_status = dapli_ib_cq_resize_internal(evd_ptr, cqlen); in dapls_ib_cq_resize()
281 IN DAT_COUNT cqlen) in dapli_ib_cq_resize_internal() argument
296 evd_ptr->ib_cq_handle->evd_hkey, cqlen); in dapli_ib_cq_resize_internal()
305 if ((cqlen < cq_handle->cq_size) && (cq_handle->cq_addr)) { in dapli_ib_cq_resize_internal()
331 resize_msg.cqr_cq_new_size = cqlen; in dapli_ib_cq_resize_internal()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h145 IN DAT_COUNT *cqlen);
150 IN DAT_COUNT cqlen);