Searched refs:msrq (Results 1 – 1 of 1) sorted by relevance
591 mlnx_umap_srq_data_out_t *msrq; in dapls_ib_srq_alloc() local617 msrq = (mlnx_umap_srq_data_out_t *)srqc_args.srqc_data_out; in dapls_ib_srq_alloc()629 msrq->msrq_rev = MLNX_UMAP_IF_VERSION; in dapls_ib_srq_alloc()631 if (retval != 0 || msrq->msrq_rev != MLNX_UMAP_IF_VERSION) { in dapls_ib_srq_alloc()640 if (msrq->msrq_rdbr_mapoffset != 0 || msrq->msrq_rdbr_maplen != 0) in dapls_ib_srq_alloc()642 msrq->msrq_rdbr_maplen, hca_fd, in dapls_ib_srq_alloc()643 msrq->msrq_rdbr_mapoffset, msrq->msrq_rdbr_offset); in dapls_ib_srq_alloc()646 msrq->msrq_maplen, (PROT_READ | PROT_WRITE), in dapls_ib_srq_alloc()647 MAP_SHARED, hca_fd, msrq->msrq_mapoffset); in dapls_ib_srq_alloc()664 ibsrq_p->srq_map_len = msrq->msrq_maplen; in dapls_ib_srq_alloc()[all …]