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.c578 hermon_cqhdl_t resize_hdl; in hermon_cq_resize() local
634 resize_hdl = kmem_zalloc(sizeof (struct hermon_sw_cq_s), KM_SLEEP); in hermon_cq_resize()
647 kmem_free(resize_hdl, sizeof (struct hermon_sw_cq_s)); in hermon_cq_resize()
676 kmem_free(resize_hdl, sizeof (struct hermon_sw_cq_s)); in hermon_cq_resize()
724 kmem_free(resize_hdl, sizeof (struct hermon_sw_cq_s)); in hermon_cq_resize()
750 resize_hdl->cq_buf = buf; in hermon_cq_resize()
751 resize_hdl->cq_bufsz = (1 << log_cq_size); in hermon_cq_resize()
752 resize_hdl->cq_mrhdl = mr; in hermon_cq_resize()
753 resize_hdl->cq_log_cqsz = log_cq_size; in hermon_cq_resize()
755 bcopy(&new_cqinfo, &(resize_hdl->cq_cqinfo), in hermon_cq_resize()
[all …]