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

/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 in struct:tavor_qalloc_info_s
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c249 srq->srq_wqinfo.qa_location = HERMON_QUEUE_LOCATION_USERLAND;
251 srq->srq_wqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL;
657 new_srqinfo.qa_location = HERMON_QUEUE_LOCATION_USERLAND;
659 new_srqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL;
H A Dhermon_cq.c214 cq->cq_cqinfo.qa_location = HERMON_QUEUE_LOCATION_USERLAND;
216 cq->cq_cqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL;
642 new_cqinfo.qa_location = HERMON_QUEUE_LOCATION_USERLAND;
644 new_cqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL;
H A Dhermon_qp.c478 qp->qp_wqinfo.qa_location = HERMON_QUEUE_LOCATION_USERLAND;
480 qp->qp_wqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL;
1007 qp->qp_wqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL;
1591 qp->qp_wqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL;
H A Dhermon_misc.c2456 if (qa_info->qa_location == HERMON_QUEUE_LOCATION_NORMAL) {
2530 if (qa_info->qa_location == HERMON_QUEUE_LOCATION_NORMAL) {
2534 } else if (qa_info->qa_location == HERMON_QUEUE_LOCATION_USERLAND) {
H A Dhermon_event.c777 eq->eq_eqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL;
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_srq.c249 srq->srq_wqinfo.qa_location = TAVOR_QUEUE_LOCATION_USERLAND;
251 srq->srq_wqinfo.qa_location = wq_location;
721 new_srqinfo.qa_location = TAVOR_QUEUE_LOCATION_USERLAND;
723 new_srqinfo.qa_location = wq_location;
H A Dtavor_cq.c200 cq->cq_cqinfo.qa_location = TAVOR_QUEUE_LOCATION_USERLAND;
202 cq->cq_cqinfo.qa_location = TAVOR_QUEUE_LOCATION_NORMAL;
606 new_cqinfo.qa_location = TAVOR_QUEUE_LOCATION_USERLAND;
608 new_cqinfo.qa_location = TAVOR_QUEUE_LOCATION_NORMAL;
H A Dtavor_misc.c2408 if (qa_info->qa_location == TAVOR_QUEUE_LOCATION_NORMAL) {
2436 } else if (qa_info->qa_location == TAVOR_QUEUE_LOCATION_USERLAND) {
2517 if (qa_info->qa_location == TAVOR_QUEUE_LOCATION_NORMAL) {
2521 } else if (qa_info->qa_location == TAVOR_QUEUE_LOCATION_USERLAND) {
H A Dtavor_qp.c416 qp->qp_wqinfo.qa_location = TAVOR_QUEUE_LOCATION_USERLAND;
418 qp->qp_wqinfo.qa_location = wq_location;
889 qp->qp_wqinfo.qa_location = wq_location;
H A Dtavor_event.c970 eq->eq_eqinfo.qa_location = TAVOR_QUEUE_LOCATION_NORMAL;
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h412 uint_t qa_location; member in struct:hermon_qalloc_info_s

Completed in 114 milliseconds