Searched defs: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; local
636 resize_hdl = kmem_zalloc(sizeof (struct hermon_sw_cq_s), KM_SLEEP);
649 kmem_free(resize_hdl, sizeof (struct hermon_sw_cq_s));
678 kmem_free(resize_hdl, sizeof (struct hermon_sw_cq_s));
726 kmem_free(resize_hdl, sizeof (struct hermon_sw_cq_s));
752 resize_hdl->cq_buf = buf;
753 resize_hdl->cq_bufsz = (1 << log_cq_size);
754 resize_hdl->cq_mrhdl = mr;
755 resize_hdl->cq_log_cqsz = log_cq_size;
757 bcopy(&new_cqinfo, &(resize_hdl
1595 hermon_cqhdl_t resize_hdl; local
[all...]

Completed in 46 milliseconds