Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_srq.c91 wq_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_srq_alloc()
284 if (wq_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_srq_alloc()
766 if (wq_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_srq_modify()
H A Dtavor_cfg.c601 TAVOR_QUEUE_LOCATION_NORMAL : TAVOR_QUEUE_LOCATION_INDDR; in tavor_cfg_profile_init_phase2()
605 TAVOR_QUEUE_LOCATION_NORMAL : TAVOR_QUEUE_LOCATION_INDDR; in tavor_cfg_profile_init_phase2()
H A Dtavor_qp.c101 wq_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_qp_alloc()
466 if (wq_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_qp_alloc()
680 wq_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_special_qp_alloc()
925 if (wq_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_special_qp_alloc()
H A Dtavor_cq.c202 cq->cq_cqinfo.qa_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_cq_alloc()
608 new_cqinfo.qa_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_cq_resize()
H A Dtavor_misc.c2408 if (qa_info->qa_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_queue_alloc()
2517 if (qa_info->qa_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_queue_free()
H A Dtavor_event.c970 eq->eq_eqinfo.qa_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_eq_alloc()
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h237 #define TAVOR_QUEUE_LOCATION_NORMAL 0x1 macro