Home
last modified time | relevance | path

Searched refs:cq_mrhdl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cq.h216 tavor_mrhdl_t cq_mrhdl; member
252 tavor_sw_cq_s::cq_mrhdl
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h217 hermon_mrhdl_t cq_mrhdl; member
258 hermon_sw_cq_s::cq_mrhdl
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c299 cq->cq_mrhdl = mr; in tavor_cq_alloc()
394 mr = cq->cq_mrhdl; in tavor_cq_free()
731 mr_old = cq->cq_mrhdl; in tavor_cq_resize()
737 cq->cq_mrhdl = mr; in tavor_cq_resize()
1529 dmahdl = cq->cq_mrhdl->mr_bindinfo.bi_dmahdl; in tavor_cqe_sync()
1569 (void) ddi_dma_sync(cq->cq_mrhdl->mr_bindinfo.bi_dmahdl, in tavor_cq_resize_helper()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c343 cq->cq_mrhdl = mr; in hermon_cq_alloc()
436 mr = cq->cq_mrhdl; in hermon_cq_free()
532 mr = resize->cq_mrhdl; /* reuse the pointer to the region */ in hermon_cq_free()
754 resize_hdl->cq_mrhdl = mr; in hermon_cq_resize()
1616 status = hermon_mr_deregister(state, &cq->cq_mrhdl, HERMON_MR_DEREG_ALL, in hermon_cq_resize_helper()
1628 cq->cq_mrhdl = resize_hdl->cq_mrhdl; in hermon_cq_resize_helper()