Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c71 ibt_chan_sizes_t *queuesz_p; in tavor_qp_alloc() local
90 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*attr_p, *queuesz_p)) in tavor_qp_alloc()
109 queuesz_p = qpinfo->qpi_queueszp; in tavor_qp_alloc()
459 if (queuesz_p != NULL) { in tavor_qp_alloc()
460 queuesz_p->cs_sq = (1 << log_qp_sq_size); in tavor_qp_alloc()
461 queuesz_p->cs_sq_sgl = qp->qp_sq_sgl; in tavor_qp_alloc()
465 queuesz_p->cs_rq = 0; in tavor_qp_alloc()
466 queuesz_p->cs_rq_sgl = 0; in tavor_qp_alloc()
468 queuesz_p->cs_rq = (1 << log_qp_rq_size); in tavor_qp_alloc()
469 queuesz_p->cs_rq_sgl = qp->qp_rq_sgl; in tavor_qp_alloc()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c73 ibt_chan_sizes_t *queuesz_p; in hermon_qp_alloc() local
94 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*attr_p, *queuesz_p)) in hermon_qp_alloc()
102 queuesz_p = qpinfo->qpi_queueszp; in hermon_qp_alloc()
582 if (queuesz_p != NULL) { in hermon_qp_alloc()
583 queuesz_p->cs_sq = in hermon_qp_alloc()
585 queuesz_p->cs_sq_sgl = qp->qp_sq_sgl; in hermon_qp_alloc()
589 queuesz_p->cs_rq = 0; in hermon_qp_alloc()
590 queuesz_p->cs_rq_sgl = 0; in hermon_qp_alloc()
592 queuesz_p->cs_rq = (1 << log_qp_rq_size); in hermon_qp_alloc()
593 queuesz_p->cs_rq_sgl = qp->qp_rq_sgl; in hermon_qp_alloc()
[all …]