Searched refs:handle_type (Results 1 – 14 of 14) sorted by relevance
63 OUT DAT_HANDLE_TYPE *handle_type) in dapl_get_handle_type() argument85 *handle_type = header->handle_type; in dapl_get_handle_type()
86 sp_ptr->header.handle_type = DAT_HANDLE_TYPE_PSP; in dapls_sp_alloc()89 sp_ptr->header.handle_type = DAT_HANDLE_TYPE_RSP; in dapls_sp_alloc()
82 cr_ptr->header.handle_type = DAT_HANDLE_TYPE_CR; in dapls_cr_alloc()
78 pz->header.handle_type = DAT_HANDLE_TYPE_PZ; in dapl_pz_alloc()
74 srq_ptr->header.handle_type = DAT_HANDLE_TYPE_SRQ; in dapl_srq_alloc()
77 cno_ptr->header.handle_type = DAT_HANDLE_TYPE_CNO; in dapl_cno_alloc()
69 lmr->header.handle_type = DAT_HANDLE_TYPE_LMR; in dapl_lmr_alloc()
53 rmr->header.handle_type = DAT_HANDLE_TYPE_RMR; in dapl_rmr_alloc()
155 if (sp_ptr->header.handle_type == DAT_HANDLE_TYPE_RSP) { in dapls_cr_callback()423 dapl_os_assert(sp_ptr->header.handle_type == in dapli_connection_request()
86 ia_ptr->header.handle_type = DAT_HANDLE_TYPE_IA; in dapl_ia_alloc()909 if (sp_ptr->header.handle_type == DAT_HANDLE_TYPE_PSP) { in dapls_ia_unlink_sp()912 dapl_os_assert(sp_ptr->header.handle_type == in dapls_ia_unlink_sp()
106 ep_ptr->header.handle_type = DAT_HANDLE_TYPE_EP; in dapl_ep_alloc()
218 evd_ptr->header.handle_type = DAT_HANDLE_TYPE_EVD; in dapls_evd_alloc()
93 #define DAT_GET_HANDLE_TYPE(handle, handle_type) \ argument96 (handle_type))
374 DAT_HANDLE_TYPE handle_type; /* struct type */ member