Searched refs:qa_buf_aligned (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c258 buf = (uint32_t *)srq->srq_wqinfo.qa_buf_aligned;
296 srq_desc_off = (uint64_t)(uintptr_t)srq->srq_wqinfo.qa_buf_aligned -
666 buf = (uint32_t *)new_srqinfo.qa_buf_aligned;
717 srq_desc_off = (uint64_t)(uintptr_t)new_srqinfo.qa_buf_aligned -
720 ((uintptr_t)new_srqinfo.qa_buf_aligned & HERMON_PAGEOFFSET);
H A Dhermon_qp.c495 sq_buf = qp->qp_wqinfo.qa_buf_aligned;
505 rq_buf = qp->qp_wqinfo.qa_buf_aligned;
550 mr_attr.mr_vaddr = (uint64_t)(uintptr_t)qp->qp_wqinfo.qa_buf_aligned;
575 qp_desc_off = (uint64_t)(uintptr_t)qp->qp_wqinfo.qa_buf_aligned -
1022 sq_buf = qp->qp_wqinfo.qa_buf_aligned;
1026 rq_buf = qp->qp_wqinfo.qa_buf_aligned;
1062 mr_attr.mr_vaddr = (uint64_t)(uintptr_t)qp->qp_wqinfo.qa_buf_aligned;
1083 qp_desc_off = (uint64_t)(uintptr_t)qp->qp_wqinfo.qa_buf_aligned -
1605 sq_buf = qp->qp_wqinfo.qa_buf_aligned;
1615 rq_buf = qp->qp_wqinfo.qa_buf_aligned;
[all...]
H A Dhermon_umap.c343 offset = (offset_t)((uintptr_t)qp->qp_wqinfo.qa_buf_aligned -
386 offset = (offset_t)((uintptr_t)srq->srq_wqinfo.qa_buf_aligned -
1668 (uintptr_t)qp->qp_wqinfo.qa_buf_aligned;
1681 (uintptr_t)qp->qp_wqinfo.qa_buf_aligned;
H A Dhermon_misc.c2471 qa_info->qa_buf_aligned = qa_info->qa_buf_real;
2491 qa_info->qa_buf_aligned = qa_info->qa_buf_real;
2497 * ("qa_buf_aligned") has the appropriate "alloc" alignment
2501 qa_info->qa_buf_aligned = (uint32_t *)(uintptr_t)(((uintptr_t)
2502 qa_info->qa_buf_aligned + alloc_mask) & ~alloc_mask);
2510 qa_info->qa_buf_aligned & HERMON_PAGEOFFSET);
H A Dhermon_cq.c224 buf = (hermon_hw_cqe_t *)cq->cq_cqinfo.qa_buf_aligned;
653 buf = (hermon_hw_cqe_t *)new_cqinfo.qa_buf_aligned;
H A Dhermon_event.c784 buf = (hermon_hw_eqe_t *)eq->eq_eqinfo.qa_buf_aligned;
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c427 sq_buf = qp->qp_wqinfo.qa_buf_aligned;
437 rq_buf = qp->qp_wqinfo.qa_buf_aligned;
459 mr_attr.mr_vaddr = (uint64_t)(uintptr_t)qp->qp_wqinfo.qa_buf_aligned;
492 qp_desc_off = (uint64_t)(uintptr_t)qp->qp_wqinfo.qa_buf_aligned -
897 sq_buf = qp->qp_wqinfo.qa_buf_aligned;
900 rq_buf = qp->qp_wqinfo.qa_buf_aligned;
921 mr_attr.mr_vaddr = (uint64_t)(uintptr_t)qp->qp_wqinfo.qa_buf_aligned;
949 qp_desc_off = (uint64_t)(uintptr_t)qp->qp_wqinfo.qa_buf_aligned -
H A Dtavor_srq.c259 buf = (uint32_t *)srq->srq_wqinfo.qa_buf_aligned;
313 srq_desc_off = (uint64_t)(uintptr_t)srq->srq_wqinfo.qa_buf_aligned -
731 buf = (uint32_t *)new_srqinfo.qa_buf_aligned;
798 srq_desc_off = (uint64_t)(uintptr_t)new_srqinfo.qa_buf_aligned -
H A Dtavor_umap.c336 offset = (offset_t)((uintptr_t)qp->qp_wqinfo.qa_buf_aligned -
384 offset = (offset_t)((uintptr_t)srq->srq_wqinfo.qa_buf_aligned -
1300 (uintptr_t)qp->qp_wqinfo.qa_buf_aligned;
1307 (uintptr_t)qp->qp_wqinfo.qa_buf_aligned;
H A Dtavor_misc.c2434 qa_info->qa_buf_aligned = qa_info->qa_buf_real;
2455 qa_info->qa_buf_aligned = qa_info->qa_buf_real;
2479 qa_info->qa_buf_aligned = (uint32_t *)(uintptr_t)(((uintptr_t)
2487 * The last step is to ensure that the final address ("qa_buf_aligned")
2492 qa_info->qa_buf_aligned = (uint32_t *)(uintptr_t)(((uintptr_t)
2493 qa_info->qa_buf_aligned + alloc_mask) & ~alloc_mask);
H A Dtavor_cq.c210 buf = (tavor_hw_cqe_t *)cq->cq_cqinfo.qa_buf_aligned;
616 buf = (tavor_hw_cqe_t *)new_cqinfo.qa_buf_aligned;
H A Dtavor_event.c977 buf = (tavor_hw_eqe_t *)eq->eq_eqinfo.qa_buf_aligned;
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h345 uint32_t *qa_buf_aligned; member in struct:tavor_qalloc_info_s
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h409 uint32_t *qa_buf_aligned; member in struct:hermon_qalloc_info_s

Completed in 95 milliseconds