Home
last modified time | relevance | path

Searched refs:wq_location (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_srq.c75 uint_t wq_location, dma_xfer_mode, srq_is_umap; in tavor_srq_alloc() local
91 wq_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_srq_alloc()
93 wq_location = op->srqo_wq_loc; in tavor_srq_alloc()
251 srq->srq_wqinfo.qa_location = wq_location; in tavor_srq_alloc()
284 if (wq_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_srq_alloc()
657 uint_t wq_location; in tavor_srq_modify() local
668 wq_location = state->ts_cfg_profile->cp_srq_wq_inddr; in tavor_srq_modify()
723 new_srqinfo.qa_location = wq_location; in tavor_srq_modify()
766 if (wq_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_srq_modify()
H A Dtavor_qp.c86 uint_t wq_location, dma_xfer_mode, qp_is_umap; in tavor_qp_alloc() local
101 wq_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_qp_alloc()
103 wq_location = op->qpo_wq_loc; in tavor_qp_alloc()
418 qp->qp_wqinfo.qa_location = wq_location; in tavor_qp_alloc()
466 if (wq_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_qp_alloc()
668 uint_t wq_location, dma_xfer_mode; in tavor_special_qp_alloc() local
680 wq_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_special_qp_alloc()
682 wq_location = op->qpo_wq_loc; in tavor_special_qp_alloc()
889 qp->qp_wqinfo.qa_location = wq_location; in tavor_special_qp_alloc()
925 if (wq_location == TAVOR_QUEUE_LOCATION_NORMAL) { in tavor_special_qp_alloc()