Home
last modified time | relevance | path

Searched refs:dto (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_dto.c98 cookie->val.dto.size = total_len; in dapls_ib_post_recv()
102 cookie->val.dto.size, ep_ptr->qp_handle->ep_hkey); in dapls_ib_post_recv()
177 cookie->val.dto.size = total_len; in dapls_ib_post_recv_one()
181 cookie->val.dto.size, ep_ptr->qp_handle->ep_hkey); in dapls_ib_post_recv_one()
264 cookie->val.dto.size = total_len; in dapls_ib_post_srq()
268 cookie->val.dto.size, srq_ptr->srq_handle->srq_hkey); in dapls_ib_post_srq()
350 cookie->val.dto.size = total_len; in dapls_ib_post_send()
354 cookie, num_segments, cookie->val.dto.size, in dapls_ib_post_send()
479 cookie->val.dto.size = ps_sgl.ds_len; in dapls_ib_post_send_one()
483 cookie, 1, cookie->val.dto.size, in dapls_ib_post_send_one()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c1526 dt_module_info(const dt_module_t *dmp, dtrace_objinfo_t *dto) in dt_module_info() argument
1528 dto->dto_name = dmp->dm_name; in dt_module_info()
1529 dto->dto_file = dmp->dm_file; in dt_module_info()
1530 dto->dto_id = dmp->dm_modid; in dt_module_info()
1531 dto->dto_flags = 0; in dt_module_info()
1534 dto->dto_flags |= DTRACE_OBJ_F_KERNEL; in dt_module_info()
1536 dto->dto_flags |= DTRACE_OBJ_F_PRIMARY; in dt_module_info()
1538 dto->dto_text_va = dmp->dm_text_va; in dt_module_info()
1539 dto->dto_text_size = dmp->dm_text_size; in dt_module_info()
1540 dto->dto_data_va = dmp->dm_data_va; in dt_module_info()
[all …]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_util.c453 "\t\t bytes_num %d\n", dto_cookie->val.dto.size); in dapli_evd_eh_print_cqe()
1010 if (DAPL_DTO_TYPE_RECV == cookie->val.dto.type) { in dapli_evd_cqe_to_event()
1027 cookie->val.dto.cookie; in dapli_evd_cqe_to_event()
1037 cookie->val.dto.type == DAPL_DTO_TYPE_SEND) || in dapli_evd_cqe_to_event()
1039 cookie->val.dto.type == DAPL_DTO_TYPE_RECV) || in dapli_evd_cqe_to_event()
1041 cookie->val.dto.type == in dapli_evd_cqe_to_event()
1044 cookie->val.dto.type == in dapli_evd_cqe_to_event()
1138 if (cookie->val.dto.type == DAPL_DTO_TYPE_SEND || in dapli_evd_cqe_to_event()
1139 cookie->val.dto.type == DAPL_DTO_TYPE_RDMA_WRITE) { in dapli_evd_cqe_to_event()
1142 transfered_length = cookie->val.dto.size; in dapli_evd_cqe_to_event()
[all …]
H A Ddapl_cookie.c411 cookie->val.dto.type = type; in dapls_dto_cookie_alloc()
412 cookie->val.dto.cookie = user_cookie; in dapls_dto_cookie_alloc()
413 cookie->val.dto.size = 0; in dapls_dto_cookie_alloc()
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpci.esc586 event ereport.io.pci.dto@PCIFN{within(5s)};
932 * retry, and eventually the dto timer will expire
968 * retry, and eventually the dto timer will expire
1054 * delayed read/write retry timeout can cause dto at a bridge
1060 ereport.io.pci.dto@PCIFN;
1069 ereport.io.pci.dto@PCIFN;
H A Dpciex.esc1797 event ereport.io.pci.dto@PCIEXFN{within(5s)};
1989 ereport.io.pci.dto@PCIEXFN,
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h639 DAPL_DTO_COOKIE dto; member