Searched refs:dto (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_ibtf_dto.c | 98 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()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 1526 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 …]
|
/titanic_50/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_evd_util.c | 446 "\t\t bytes_num %d\n", dto_cookie->val.dto.size); in dapli_evd_eh_print_cqe() 1003 if (DAPL_DTO_TYPE_RECV == cookie->val.dto.type) { in dapli_evd_cqe_to_event() 1020 cookie->val.dto.cookie; in dapli_evd_cqe_to_event() 1030 cookie->val.dto.type == DAPL_DTO_TYPE_SEND) || in dapli_evd_cqe_to_event() 1032 cookie->val.dto.type == DAPL_DTO_TYPE_RECV) || in dapli_evd_cqe_to_event() 1034 cookie->val.dto.type == in dapli_evd_cqe_to_event() 1037 cookie->val.dto.type == in dapli_evd_cqe_to_event() 1131 if (cookie->val.dto.type == DAPL_DTO_TYPE_SEND || in dapli_evd_cqe_to_event() 1132 cookie->val.dto.type == DAPL_DTO_TYPE_RDMA_WRITE) { in dapli_evd_cqe_to_event() 1135 transfered_length = cookie->val.dto.size; in dapli_evd_cqe_to_event() [all …]
|
H A D | dapl_cookie.c | 411 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()
|
/titanic_50/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pci.esc | 586 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 D | pciex.esc | 1797 event ereport.io.pci.dto@PCIEXFN{within(5s)}; 1989 ereport.io.pci.dto@PCIEXFN,
|
/titanic_50/usr/src/cmd/fm/eversholt/files/sparc/sun4u/ |
H A D | psycho.esc | 170 * an associated dto - the retry-to-d error propagates into the pci.esc rules
|
H A D | tomatillo.esc | 270 * there may also be an associated dto - the retry-to-d error propagates into
|
H A D | schizo.esc | 321 * there may also be an associated dto - the retry-to-d error propagates into
|
H A D | xmits.esc | 329 * there may also be an associated dto - the retry-to-d error propagates into
|
/titanic_50/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl.h | 645 DAPL_DTO_COOKIE dto; member
|