Home
last modified time | relevance | path

Searched refs:HERMON_QUEUE_LOCATION_NORMAL (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c251 srq->srq_wqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_srq_alloc()
659 new_srqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_srq_modify()
H A Dhermon_cq.c216 cq->cq_cqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_cq_alloc()
644 new_cqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_cq_resize()
H A Dhermon_qp.c480 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()
H A Dhermon_event.c777 eq->eq_eqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_eq_alloc()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h256 #define HERMON_QUEUE_LOCATION_NORMAL 0x1 macro