Home
last modified time | relevance | path

Searched refs:DAT_COUNT (Results 1 – 25 of 48) sorted by relevance

12

/titanic_50/usr/src/lib/udapl/libdat/include/dat/
H A Ddat.h358 DAT_COUNT max_eps;
359 DAT_COUNT max_dto_per_ep;
360 DAT_COUNT max_rdma_read_per_ep_in;
361 DAT_COUNT max_rdma_read_per_ep_out;
362 DAT_COUNT max_evds;
363 DAT_COUNT max_evd_qlen;
364 DAT_COUNT max_iov_segments_per_dto;
365 DAT_COUNT max_lmrs;
368 DAT_COUNT max_pzs;
371 DAT_COUNT max_rmrs;
[all …]
H A Dudat.h122 DAT_COUNT evd_qlen;
265 DAT_COUNT max_private_data_size;
272 DAT_COUNT srq_watermarks_supported;
274 DAT_COUNT srq_info_supported;
275 DAT_COUNT ep_recv_info_supported;
279 DAT_COUNT num_provider_specific_attr;
340 IN DAT_COUNT, /* evd_min_qlen */
377 IN DAT_COUNT, /* Threshold */
379 OUT DAT_COUNT *); /* N more events */
H A Ddat_redirection.h412 IN DAT_COUNT, /* asynch_evd_min_qlen */
419 IN DAT_COUNT, /* asynch_evd_min_qlen */
462 IN DAT_COUNT, /* private_data_size */
480 IN DAT_COUNT); /* evd_min_qlen */
534 IN DAT_COUNT, /* private_data_size */
543 IN DAT_COUNT, /* private_data_size */
553 IN DAT_COUNT, /* num_segments */
560 IN DAT_COUNT, /* num_segments */
567 IN DAT_COUNT, /* num_segments */
575 IN DAT_COUNT, /* num_segments */
[all …]
H A Ddat_platform_specific.h123 typedef int DAT_COUNT; typedef
150 typedef int DAT_COUNT;
178 typedef long DAT_COUNT;
/titanic_50/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h289 DAT_COUNT lim; /* mask, number of entries - 1 */
297 DAT_COUNT pool_size;
414 DAT_COUNT cno_waiters;
454 DAT_COUNT qlen;
467 DAT_COUNT cno_active_count;
471 DAT_COUNT threshold;
561 DAT_COUNT cr_list_count; /* count of CRs on queue */
620 DAT_COUNT size; /* used for SEND and RDMA write */
643 DAT_COUNT index;
681 IN DAT_COUNT, /* asynch_evd_qlen */
[all …]
H A Ddapl_adapter_util.h64 OUT DAT_COUNT *hca_count);
95 IN DAT_COUNT prd_size,
145 IN DAT_COUNT *cqlen);
150 IN DAT_COUNT cqlen);
301 IN DAT_COUNT num_segments,
313 IN DAT_COUNT num_segments,
320 IN DAT_COUNT num_segments,
348 IN DAT_COUNT srqlen);
354 DAT_COUNT dapls_ib_max_request_iov(
355 IN DAT_COUNT iovs,
[all …]
H A Ddapl_ring_buffer_util.h55 DAT_COUNT size);
59 DAT_COUNT size);
71 DAT_COUNT dapls_rbuf_count(
H A Ddapl_evd_util.h54 IN DAT_COUNT min_qlen,
63 IN DAT_COUNT qlen);
94 IN DAT_COUNT private_data_size,
H A Ddapl_provider.h70 DAT_COUNT size;
97 extern DAT_COUNT
H A Ddapl_cookie.h55 DAT_COUNT size);
60 IN DAT_COUNT new_size,
H A Ddapl_hash.h83 IN DAT_COUNT capacity,
94 OUT DAT_COUNT *p_size);
H A Ddapl_osd.h111 typedef volatile DAT_COUNT DAPL_ATOMIC;
124 #define dapl_os_atomic_inc(v) ((DAT_COUNT) \
135 ((DAT_COUNT) \
/titanic_50/usr/src/lib/udapl/libdat/include/
H A Ddat_sr.h68 DAT_COUNT ref_count;
91 OUT DAT_COUNT *size);
95 IN DAT_COUNT max_to_return,
96 OUT DAT_COUNT *entries_returned,
H A Ddat_dr.h62 DAT_COUNT ref_count;
101 OUT DAT_COUNT *size);
105 IN DAT_COUNT max_to_return,
106 OUT DAT_COUNT *entries_returned,
H A Ddat_dictionary.h79 OUT DAT_COUNT *p_size);
106 IN DAT_COUNT array_size);
/titanic_50/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ep_create_with_srq.c112 OUT DAT_COUNT *nbufs_allocated, in dapl_ep_recv_query()
113 OUT DAT_COUNT *bufs_alloc_span) in dapl_ep_recv_query()
153 IN DAT_COUNT soft_high_watermark, in dapl_ep_set_watermark()
154 IN DAT_COUNT hard_high_watermark) in dapl_ep_set_watermark()
H A Ddapl_ring_buffer_util.c65 IN DAT_COUNT size) in dapls_rbuf_alloc()
78 while ((DAT_COUNT)rsize < size) { in dapls_rbuf_alloc()
119 IN DAT_COUNT size) in dapls_rbuf_realloc()
269 DAT_COUNT
H A Ddapl_cookie.c134 IN DAT_COUNT size) in dapls_cb_create()
137 DAT_COUNT i; in dapls_cb_create()
197 IN DAT_COUNT new_size, in dapls_cb_resize()
286 DAT_COUNT new_head; in dapls_cb_get()
H A Ddapl_evd_resize.c73 IN DAT_COUNT req_evd_qlen) in dapl_evd_resize()
84 DAT_COUNT max_evd_qlen; in dapl_evd_resize()
85 DAT_COUNT evd_qlen; in dapl_evd_resize()
/titanic_50/usr/src/lib/udapl/libdat/common/
H A Ddat_api.c99 IN DAT_COUNT private_data_size, in dat_cr_accept()
124 IN DAT_COUNT evd_min_qlen) in dat_evd_resize()
223 IN DAT_COUNT private_data_size, in dat_ep_connect()
246 IN DAT_COUNT private_data_size, in dat_ep_dup_connect()
276 IN DAT_COUNT num_segments, in dat_ep_post_send()
294 IN DAT_COUNT num_segments, in dat_ep_post_recv()
312 IN DAT_COUNT num_segments, in dat_ep_post_rdma_read()
332 IN DAT_COUNT num_segments, in dat_ep_post_rdma_write()
638 OUT DAT_COUNT *nbufs_allocated, in dat_ep_recv_query()
639 OUT DAT_COUNT *bufs_alloc_span) in dat_ep_recv_query()
[all …]
H A Ddat_dr.c278 OUT DAT_COUNT *size) in dat_dr_size()
290 IN DAT_COUNT max_to_return, in dat_dr_list()
291 OUT DAT_COUNT *entries_returned, in dat_dr_list()
295 DAT_COUNT array_size; in dat_dr_list()
296 DAT_COUNT i; in dat_dr_list()
H A Ddat_sr.c214 OUT DAT_COUNT *size) in dat_sr_size()
226 IN DAT_COUNT max_to_return, in dat_sr_list()
227 OUT DAT_COUNT *entries_returned, in dat_sr_list()
231 DAT_COUNT array_size; in dat_sr_list()
232 DAT_COUNT i; in dat_sr_list()
H A Ddat_dictionary.c65 DAT_COUNT size;
197 OUT DAT_COUNT *p_size) in dat_dictionary_size()
341 IN DAT_COUNT array_size) in dat_dictionary_enumerate()
344 DAT_COUNT i; in dat_dictionary_enumerate()
/titanic_50/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_dto.c54 IN DAT_COUNT num_segments, in dapls_ib_post_recv()
62 DAT_COUNT total_len; in dapls_ib_post_recv()
158 DAT_COUNT total_len; in dapls_ib_post_recv_one()
222 IN DAT_COUNT num_segments, in dapls_ib_post_srq()
228 DAT_COUNT total_len; in dapls_ib_post_srq()
304 IN DAT_COUNT num_segments, in dapls_ib_post_send()
312 DAT_COUNT total_len; in dapls_ib_post_send()
H A Ddapl_tavor_ibtf_util.c39 static DAT_RETURN dapli_ib_cq_resize_internal(DAPL_EVD *, DAT_COUNT);
72 IN DAT_COUNT *cqlen) in dapls_ib_cq_alloc()
238 IN DAT_COUNT cqlen) in dapls_ib_cq_resize()
281 IN DAT_COUNT cqlen) in dapli_ib_cq_resize_internal()
1398 ia_attr->max_eps = (DAT_COUNT)hca_attr->dhca_max_chans; in dapls_ib_query_ia()
1399 ia_attr->max_dto_per_ep = (DAT_COUNT)hca_attr->dhca_max_chan_sz; in dapls_ib_query_ia()
1402 ia_attr->max_evds = (DAT_COUNT)hca_attr->dhca_max_cq; in dapls_ib_query_ia()
1403 ia_attr->max_evd_qlen = (DAT_COUNT)hca_attr->dhca_max_cq_sz; in dapls_ib_query_ia()
1405 ia_attr->max_iov_segments_per_dto = (DAT_COUNT)hca_attr->dhca_max_sgl; in dapls_ib_query_ia()
1406 ia_attr->max_lmrs = (DAT_COUNT)hca_attr->dhca_max_memr; in dapls_ib_query_ia()
[all …]

12