Home
last modified time | relevance | path

Searched refs:qa_location (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c249 srq->srq_wqinfo.qa_location = HERMON_QUEUE_LOCATION_USERLAND; in hermon_srq_alloc()
251 srq->srq_wqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_srq_alloc()
657 new_srqinfo.qa_location = HERMON_QUEUE_LOCATION_USERLAND; in hermon_srq_modify()
659 new_srqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_srq_modify()
H A Dhermon_cq.c214 cq->cq_cqinfo.qa_location = HERMON_QUEUE_LOCATION_USERLAND; in hermon_cq_alloc()
216 cq->cq_cqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_cq_alloc()
642 new_cqinfo.qa_location = HERMON_QUEUE_LOCATION_USERLAND; in hermon_cq_resize()
644 new_cqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_cq_resize()
H A Dhermon_qp.c478 qp->qp_wqinfo.qa_location = HERMON_QUEUE_LOCATION_USERLAND; in hermon_qp_alloc()
480 qp->qp_wqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_qp_alloc()
1007 qp->qp_wqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_special_qp_alloc()
1591 qp->qp_wqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_qp_alloc_range()
H A Dhermon_misc.c2456 if (qa_info->qa_location == HERMON_QUEUE_LOCATION_NORMAL) { in hermon_queue_alloc()
2530 if (qa_info->qa_location == HERMON_QUEUE_LOCATION_NORMAL) { in hermon_queue_free()
2534 } else if (qa_info->qa_location == HERMON_QUEUE_LOCATION_USERLAND) { in hermon_queue_free()
H A Dhermon_event.c777 eq->eq_eqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_eq_alloc()
/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()
236 srq->srq_wqinfo.qa_location = wq_location; in tavor_srq_alloc()
669 new_srqinfo.qa_location = TAVOR_QUEUE_LOCATION_USERLAND; in tavor_srq_modify()
671 new_srqinfo.qa_location = wq_location; in tavor_srq_modify()
H A Dtavor_cq.c187 cq->cq_cqinfo.qa_location = TAVOR_QUEUE_LOCATION_USERLAND; in tavor_cq_alloc()
189 cq->cq_cqinfo.qa_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_cq_alloc()
563 new_cqinfo.qa_location = TAVOR_QUEUE_LOCATION_USERLAND; in tavor_cq_resize()
565 new_cqinfo.qa_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_cq_resize()
H A Dtavor_misc.c2170 if (qa_info->qa_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_queue_alloc()
2195 } else if (qa_info->qa_location == TAVOR_QUEUE_LOCATION_USERLAND) { in tavor_queue_alloc()
2267 if (qa_info->qa_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_queue_free()
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()
382 qp->qp_wqinfo.qa_location = wq_location; in tavor_qp_alloc()
822 qp->qp_wqinfo.qa_location = wq_location; in tavor_special_qp_alloc()
H A Dtavor_event.c894 eq->eq_eqinfo.qa_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_eq_alloc()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_event.h103 ((eqinfo).qa_location == TAVOR_QUEUE_LOCATION_INDDR)) \
H A Dtavor_srq.h96 ((wqinfo).qa_location == TAVOR_QUEUE_LOCATION_INDDR)) \
H A Dtavor_cq.h92 ((cqinfo).qa_location == TAVOR_QUEUE_LOCATION_INDDR)) \
H A Dtavor_qp.h88 ((wqinfo).qa_location == TAVOR_QUEUE_LOCATION_INDDR)) \
H A Dtavor_misc.h347 uint_t qa_location; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h412 uint_t qa_location; member