Home
last modified time | relevance | path

Searched refs:hca_fd (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_qp.c171 int hca_fd; in dapls_ib_qp_alloc() local
184 hca_fd = ia_ptr->hca_ptr->ib_hca_handle->hca_fd; in dapls_ib_qp_alloc()
298 (PROT_READ | PROT_WRITE), MAP_SHARED, hca_fd, in dapls_ib_qp_alloc()
589 int hca_fd; in dapls_ib_srq_alloc() local
601 hca_fd = ia_ptr->hca_ptr->ib_hca_handle->hca_fd; in dapls_ib_srq_alloc()
642 msrq->msrq_rdbr_maplen, hca_fd, in dapls_ib_srq_alloc()
647 MAP_SHARED, hca_fd, msrq->msrq_mapoffset); in dapls_ib_srq_alloc()
930 int hca_fd; in dapli_ib_srq_resize_internal() local
971 hca_fd = srq_ptr->header.owner_ia->hca_ptr->ib_hca_handle->hca_fd; in dapli_ib_srq_resize_internal()
1001 hca_fd, msrq->msrq_rdbr_mapoffset, in dapli_ib_srq_resize_internal()
[all …]
H A Ddapl_tavor_ibtf_impl.h46 int hca_fd; /* fd for the HCA ie. tavor */ member
190 int hca_fd; member
H A Ddapl_tavor_hca.c280 g_tavor_state[idx].hca_fd = fd; in dapli_process_tavor_node()
397 g_tavor_state[i].hca_fd = 0; in dapls_ib_state_init()
437 (void) close(g_tavor_state[i].hca_fd); in dapls_ib_state_fini()
568 hca_p->hca_fd = g_tavor_state[hca_ptr->tavor_idx].hca_fd; in dapls_ib_open_hca()
H A Ddapl_tavor_ibtf_util.c78 int hca_fd; in dapls_ib_cq_alloc() local
114 hca_fd = ia_ptr->hca_ptr->ib_hca_handle->hca_fd; in dapls_ib_cq_alloc()
161 mcq->mcq_polldbr_maplen, hca_fd, in dapls_ib_cq_alloc()
167 mcq->mcq_armdbr_maplen, hca_fd, in dapls_ib_cq_alloc()
173 (PROT_READ | PROT_WRITE), MAP_SHARED, hca_fd, in dapls_ib_cq_alloc()
286 int hca_fd; in dapli_ib_cq_resize_internal() local
326 hca_fd = hca_ptr->ib_hca_handle->hca_fd; in dapli_ib_cq_resize_internal()
353 mcq->mcq_polldbr_maplen, hca_fd, in dapli_ib_cq_resize_internal()
359 mcq->mcq_armdbr_maplen, hca_fd, in dapli_ib_cq_resize_internal()
365 MAP_SHARED, hca_fd, mcq->mcq_mapoffset); in dapli_ib_cq_resize_internal()