Home
last modified time | relevance | path

Searched refs:max_evd_qlen (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_resize.c84 DAT_COUNT max_evd_qlen; in dapl_evd_resize() local
102 max_evd_qlen = evd_ptr->header.owner_ia->hca_ptr->ia_attr.max_evd_qlen; in dapl_evd_resize()
103 if (req_evd_qlen > max_evd_qlen) { in dapl_evd_resize()
110 if (evd_qlen > max_evd_qlen) in dapl_evd_resize()
111 evd_qlen = max_evd_qlen; in dapl_evd_resize()
H A Ddapl_evd_create.c122 if (evd_min_qlen > ia_ptr->hca_ptr->ia_attr.max_evd_qlen) { in dapl_evd_create()
/titanic_41/usr/src/lib/udapl/libdat/include/dat/
H A Ddat.h363 DAT_COUNT max_evd_qlen; member
/titanic_41/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c1403 ia_attr->max_evd_qlen = (DAT_COUNT)hca_attr->dhca_max_cq_sz; in dapls_ib_query_ia()
1464 ia_attr->max_evd_qlen, in dapls_ib_query_ia()