Home
last modified time | relevance | path

Searched refs:TAVOR_QUEUE_LOCATION_USERLAND (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h238 #define TAVOR_QUEUE_LOCATION_USERLAND 0x2 macro
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_srq.c234 srq->srq_wqinfo.qa_location = TAVOR_QUEUE_LOCATION_USERLAND; in tavor_srq_alloc()
669 new_srqinfo.qa_location = TAVOR_QUEUE_LOCATION_USERLAND; in tavor_srq_modify()
H A Dtavor_cq.c187 cq->cq_cqinfo.qa_location = TAVOR_QUEUE_LOCATION_USERLAND; in tavor_cq_alloc()
563 new_cqinfo.qa_location = TAVOR_QUEUE_LOCATION_USERLAND; in tavor_cq_resize()
H A Dtavor_misc.c2195 } else if (qa_info->qa_location == TAVOR_QUEUE_LOCATION_USERLAND) { in tavor_queue_alloc()
2271 } else if (qa_info->qa_location == TAVOR_QUEUE_LOCATION_USERLAND) { in tavor_queue_free()
H A Dtavor_qp.c380 qp->qp_wqinfo.qa_location = TAVOR_QUEUE_LOCATION_USERLAND; in tavor_qp_alloc()