Searched refs:create_msg (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_ibtf_util.c | 74 dapl_evd_create_t create_msg; in dapls_ib_cq_alloc() local 96 (void) dapl_os_memzero(&create_msg, sizeof (create_msg)); in dapls_ib_cq_alloc() 97 create_msg.evd_flags = evd_ptr->evd_flags; in dapls_ib_cq_alloc() 98 create_msg.evd_cookie = (uintptr_t)evd_ptr; in dapls_ib_cq_alloc() 100 create_msg.evd_cno_hkey = in dapls_ib_cq_alloc() 104 create_msg.evd_cq_size = (uint32_t)*cqlen; in dapls_ib_cq_alloc() 110 create_msg.evd_flags, create_msg.evd_cookie, create_msg.evd_hkey, in dapls_ib_cq_alloc() 111 create_msg.evd_cno_hkey, create_msg.evd_cq_size); in dapls_ib_cq_alloc() 115 mcq = (mlnx_umap_cq_data_out_t *)create_msg.evd_cq_data_out; in dapls_ib_cq_alloc() 121 retval = ioctl(ia_fd, DAPL_EVD_CREATE, &create_msg); in dapls_ib_cq_alloc() [all …]
|
H A D | dapl_tavor_ibtf_qp.c | 69 dapl_evd_create_t create_msg; in dapli_get_dto_cq() local 93 (void) dapl_os_memzero(&create_msg, sizeof (create_msg)); in dapli_get_dto_cq() 94 create_msg.evd_flags = DAT_EVD_DTO_FLAG; in dapli_get_dto_cq() 95 mcq = (mlnx_umap_cq_data_out_t *)create_msg.evd_cq_data_out; in dapli_get_dto_cq() 100 retval = ioctl(ia_fd, DAPL_EVD_CREATE, &create_msg); in dapli_get_dto_cq() 113 cq_handle->evd_hkey = create_msg.evd_hkey; in dapli_get_dto_cq() 118 cq_handle->cq_size = create_msg.evd_cq_real_size; in dapli_get_dto_cq() 124 cq_handle, create_msg.evd_hkey); in dapli_get_dto_cq()
|