Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c513 tavor_qalloc_info_t new_cqinfo, old_cqinfo; in tavor_cq_resize() local
571 buf = (tavor_hw_cqe_t *)new_cqinfo.qa_buf_aligned; in tavor_cq_resize()
590 mr_attr.mr_len = new_cqinfo.qa_size; in tavor_cq_resize()
602 op.mro_bind_dmahdl = new_cqinfo.qa_dmahdl; in tavor_cq_resize()
606 tavor_queue_free(state, &new_cqinfo); in tavor_cq_resize()
612 cq_sync = TAVOR_CQ_IS_SYNC_REQ(state, new_cqinfo); in tavor_cq_resize()
617 new_cqinfo.qa_size, DDI_DMA_SYNC_FORDEV); in tavor_cq_resize()
660 tavor_queue_free(state, &new_cqinfo); in tavor_cq_resize()
699 tavor_queue_free(state, &new_cqinfo); in tavor_cq_resize()
723 new_cqinfo.qa_size, DDI_DMA_SYNC_FORDEV); in tavor_cq_resize()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c581 hermon_qalloc_info_t new_cqinfo; in hermon_cq_resize() local
639 new_cqinfo.qa_alloc_align = PAGESIZE; in hermon_cq_resize()
640 new_cqinfo.qa_bind_align = PAGESIZE; in hermon_cq_resize()
644 new_cqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_cq_resize()
653 buf = (hermon_hw_cqe_t *)new_cqinfo.qa_buf_aligned; in hermon_cq_resize()
667 mr_attr.mr_len = new_cqinfo.qa_size; in hermon_cq_resize()
671 op.mro_bind_dmahdl = new_cqinfo.qa_dmahdl; in hermon_cq_resize()
676 hermon_queue_free(&new_cqinfo); in hermon_cq_resize()
704 cqc_entry.pg_offs = new_cqinfo.qa_pgoffs >> 5; in hermon_cq_resize()
727 hermon_queue_free(&new_cqinfo); in hermon_cq_resize()
[all …]