Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c580 hermon_cqhdl_t resize_hdl; in hermon_cq_resize() local
752 resize_hdl->cq_buf = buf; in hermon_cq_resize()
753 resize_hdl->cq_bufsz = (1 << log_cq_size); in hermon_cq_resize()
754 resize_hdl->cq_mrhdl = mr; in hermon_cq_resize()
755 resize_hdl->cq_log_cqsz = log_cq_size; in hermon_cq_resize()
761 cq->cq_resize_hdl = resize_hdl; in hermon_cq_resize()
1595 hermon_cqhdl_t resize_hdl; in hermon_cq_resize_helper() local
1606 resize_hdl = cq->cq_resize_hdl; in hermon_cq_resize_helper()
1627 cq->cq_buf = resize_hdl->cq_buf; in hermon_cq_resize_helper()
1628 cq->cq_mrhdl = resize_hdl->cq_mrhdl; in hermon_cq_resize_helper()
[all …]