Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c551 tavor_qalloc_info_t new_cqinfo, old_cqinfo; in tavor_cq_resize() local
602 new_cqinfo.qa_size = (1 << log_cq_size) * sizeof (tavor_hw_cqe_t); in tavor_cq_resize()
603 new_cqinfo.qa_alloc_align = sizeof (tavor_hw_cqe_t); in tavor_cq_resize()
604 new_cqinfo.qa_bind_align = sizeof (tavor_hw_cqe_t); in tavor_cq_resize()
606 new_cqinfo.qa_location = TAVOR_QUEUE_LOCATION_USERLAND; in tavor_cq_resize()
608 new_cqinfo.qa_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_cq_resize()
610 status = tavor_queue_alloc(state, &new_cqinfo, sleepflag); in tavor_cq_resize()
616 buf = (tavor_hw_cqe_t *)new_cqinfo.qa_buf_aligned; in tavor_cq_resize()
635 mr_attr.mr_len = new_cqinfo.qa_size; in tavor_cq_resize()
647 op.mro_bind_dmahdl = new_cqinfo.qa_dmahdl; in tavor_cq_resize()
[all …]
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c581 hermon_qalloc_info_t new_cqinfo; in hermon_cq_resize() local
638 new_cqinfo.qa_size = (1 << log_cq_size) * sizeof (hermon_hw_cqe_t); in hermon_cq_resize()
639 new_cqinfo.qa_alloc_align = PAGESIZE; in hermon_cq_resize()
640 new_cqinfo.qa_bind_align = PAGESIZE; in hermon_cq_resize()
642 new_cqinfo.qa_location = HERMON_QUEUE_LOCATION_USERLAND; in hermon_cq_resize()
644 new_cqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_cq_resize()
646 status = hermon_queue_alloc(state, &new_cqinfo, sleepflag); 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()
[all …]