Home
last modified time | relevance | path

Searched refs:TAVOR_QUEUE_LOCATION_NORMAL (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_srq.c88 wq_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_srq_alloc()
267 if (wq_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_srq_alloc()
709 if (wq_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_srq_modify()
H A Dtavor_cfg.c590 TAVOR_QUEUE_LOCATION_NORMAL : TAVOR_QUEUE_LOCATION_INDDR; in tavor_cfg_profile_init_phase2()
594 TAVOR_QUEUE_LOCATION_NORMAL : TAVOR_QUEUE_LOCATION_INDDR; in tavor_cfg_profile_init_phase2()
H A Dtavor_qp.c98 wq_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_qp_alloc()
428 if (wq_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_qp_alloc()
633 wq_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_special_qp_alloc()
856 if (wq_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_special_qp_alloc()
H A Dtavor_cq.c189 cq->cq_cqinfo.qa_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_cq_alloc()
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()
2267 if (qa_info->qa_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_queue_free()
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_misc.h237 #define TAVOR_QUEUE_LOCATION_NORMAL 0x1 macro