Searched refs:resize_hdl (Results 1 – 1 of 1) sorted by relevance
580 hermon_cqhdl_t resize_hdl; in hermon_cq_resize() local636 resize_hdl = kmem_zalloc(sizeof (struct hermon_sw_cq_s), KM_SLEEP); in hermon_cq_resize()649 kmem_free(resize_hdl, sizeof (struct hermon_sw_cq_s)); in hermon_cq_resize()678 kmem_free(resize_hdl, sizeof (struct hermon_sw_cq_s)); in hermon_cq_resize()726 kmem_free(resize_hdl, sizeof (struct hermon_sw_cq_s)); in hermon_cq_resize()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()757 bcopy(&new_cqinfo, &(resize_hdl->cq_cqinfo), in hermon_cq_resize()[all …]