Searched defs:wq_location (Results 1 - 2 of 2) sorted by relevance

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

Completed in 69 milliseconds