Home
last modified time | relevance | path

Searched refs:num_segments (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_dto.c54 IN DAT_COUNT num_segments, in dapls_ib_post_recv() argument
75 if (num_segments > DAPL_MAX_IOV) { in dapls_ib_post_recv()
86 for (i = 0; i < num_segments; i++) { in dapls_ib_post_recv()
107 if (num_segments > 0) { in dapls_ib_post_recv()
137 if (num_segments > DAPL_MAX_IOV) { in dapls_ib_post_recv()
222 IN DAT_COUNT num_segments, in dapls_ib_post_srq() argument
241 if (num_segments > DAPL_MAX_IOV) { in dapls_ib_post_srq()
273 if (num_segments > 0) { in dapls_ib_post_srq()
288 if (num_segments > DAPL_MAX_IOV) { in dapls_ib_post_srq()
304 IN DAT_COUNT num_segments, in dapls_ib_post_send() argument
[all …]
H A Ddapl_tavor_ibtf_mrsync.c35 IN DAT_VLEN num_segments, in dapls_ib_lmr_sync_rdma_common() argument
52 for (i = 0, j = 0; i < num_segments; i++) { in dapls_ib_lmr_sync_rdma_common()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_lmr_sync_rdma.c67 IN DAT_VLEN num_segments) in dapl_lmr_sync_rdma_read() argument
70 num_segments, DAPL_MR_SYNC_RDMA_RD)); in dapl_lmr_sync_rdma_read()
101 IN DAT_VLEN num_segments) in dapl_lmr_sync_rdma_write() argument
104 num_segments, DAPL_MR_SYNC_RDMA_WR)); in dapl_lmr_sync_rdma_write()
H A Ddapl_ep_post_recv.c75 IN DAT_COUNT num_segments, in dapl_ep_post_recv() argument
87 num_segments, in dapl_ep_post_recv()
121 if (num_segments != 1 || in dapl_ep_post_recv()
123 dat_status = dapls_ib_post_recv(ep_ptr, cookie, num_segments, in dapl_ep_post_recv()
H A Ddapl_ep_post_send.c72 IN DAT_COUNT num_segments, in dapl_ep_post_send() argument
83 num_segments, in dapl_ep_post_send()
89 num_segments, in dapl_ep_post_send()
H A Ddapl_ep_post_rdma_read.c75 IN DAT_COUNT num_segments, in dapl_ep_post_rdma_read() argument
87 num_segments, in dapl_ep_post_rdma_read()
94 num_segments, in dapl_ep_post_rdma_read()
H A Ddapl_ep_post_rdma_write.c75 IN DAT_COUNT num_segments, in dapl_ep_post_rdma_write() argument
86 num_segments, in dapl_ep_post_rdma_write()
93 num_segments, in dapl_ep_post_rdma_write()
H A Ddapl_srq.c256 IN DAT_COUNT num_segments, in dapl_srq_post_recv() argument
267 num_segments, in dapl_srq_post_recv()
294 dat_status = dapls_ib_post_srq(srq_ptr, cookie, num_segments, in dapl_srq_post_recv()
H A Ddapl_ep_util.c295 IN DAT_COUNT num_segments, in dapl_ep_post_send_req() argument
330 if (num_segments != 1 || in dapl_ep_post_send_req()
335 num_segments, in dapl_ep_post_send_req()
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Ddat_api.c274 IN DAT_COUNT num_segments, in dat_ep_post_send() argument
283 num_segments, in dat_ep_post_send()
292 IN DAT_COUNT num_segments, in dat_ep_post_recv() argument
301 num_segments, in dat_ep_post_recv()
320 num_segments, in dat_ep_post_rdma_read()
340 num_segments, in dat_ep_post_rdma_write()
575 IN DAT_VLEN num_segments) in dat_lmr_sync_rdma_read() argument
585 num_segments)); in dat_lmr_sync_rdma_read()
595 IN DAT_VLEN num_segments) in dat_lmr_sync_rdma_write() argument
605 num_segments)); in dat_lmr_sync_rdma_write()
[all …]
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c484 uint32_t num_segments = 0; in add_segs_for_section() local
489 (void *)&num_segments, in add_segs_for_section()
490 sizeof (num_segments))) != PICL_SUCCESS) { in add_segs_for_section()
495 if (num_segments != 0) { in add_segs_for_section()
497 int total_space = list->num + num_segments; in add_segs_for_section()
951 int num_segments = 0, status; in fpt_for_each_segment() local
975 &num_segments, in fpt_for_each_segment()
976 sizeof (num_segments))) in fpt_for_each_segment()
982 } else if (num_segments == 0) { in fpt_for_each_segment()
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c495 int num_segments = 0; in add_segs_for_section() local
500 (void *)&num_segments, in add_segs_for_section()
501 sizeof (num_segments))) != PICL_SUCCESS) { in add_segs_for_section()
506 if (num_segments != 0) { in add_segs_for_section()
508 int total_space = list->num + num_segments; in add_segs_for_section()
963 int num_segments = 0, status; in fpt_for_each_segment() local
987 &num_segments, in fpt_for_each_segment()
988 sizeof (num_segments))) in fpt_for_each_segment()
994 } else if (num_segments == 0) { in fpt_for_each_segment()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h301 IN DAT_COUNT num_segments,
313 IN DAT_COUNT num_segments,
320 IN DAT_COUNT num_segments,
335 IN DAT_VLEN num_segments,
H A Ddapl_ep_util.h75 IN DAT_COUNT num_segments,
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_mem.c361 size_t num_segments) in ibt_sync_mr() argument
365 mr_segments, num_segments); in ibt_sync_mr()
368 IBTL_HCA2CIHCA(hca_hdl), mr_segments, num_segments)); in ibt_sync_mr()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibci.h293 ibt_mr_sync_t *mr_segments, size_t num_segments);
H A Dibti_common.h1230 size_t num_segments);