Searched refs:hca_fd (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_ibtf_qp.c | 171 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() 292 hca_fd, mqp->mqp_sdbr_mapoffset, mqp->mqp_sdbr_offset); in dapls_ib_qp_alloc() 295 hca_fd, mqp->mqp_rdbr_mapoffset, mqp->mqp_rdbr_offset); 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 [all …]
|
H A D | dapl_tavor_ibtf_impl.h | 46 int hca_fd; /* fd for the HCA ie. tavor */ member 190 int hca_fd; member
|
H A D | dapl_tavor_hca.c | 280 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 D | dapl_tavor_ibtf_util.c | 78 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()
|