Home
last modified time | relevance | path

Searched refs:mqiobase (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_os.c2007 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 3), in qla2x00_iospace_config()
2009 if (ha->mqiobase) { in qla2x00_iospace_config()
2011 "MQIO Base=%p.\n", ha->mqiobase); in qla2x00_iospace_config()
2081 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 4), in qla83xx_iospace_config()
2084 if (!ha->mqiobase) { in qla83xx_iospace_config()
3219 req->req_q_in = &ha->mqiobase->isp25mq.req_q_in; in qla2x00_probe_one()
3220 req->req_q_out = &ha->mqiobase->isp25mq.req_q_out; in qla2x00_probe_one()
3221 rsp->rsp_q_in = &ha->mqiobase->isp25mq.rsp_q_in; in qla2x00_probe_one()
3222 rsp->rsp_q_out = &ha->mqiobase->isp25mq.rsp_q_out; in qla2x00_probe_one()
3678 if (ha->mqiobase) in qla2x00_unmap_iobases()
[all...]
H A Dqla_isr.c3947 if (USER_CTRL_IRQ(ha) || !ha->mqiobase) { in qla24xx_enable_msix()
3967 if (ha->mqiobase && (ql2xmqsupport || ql2xnvmeenable)) { in qla24xx_enable_msix()
4054 (ha->msixbase && ha->mqiobase && ha->max_qpairs)) in qla24xx_enable_msix()
4060 "mqiobase=%p, max_rsp_queues=%d, max_req_queues=%d.\n", in qla24xx_enable_msix()
4061 ha->mqiobase, ha->max_rsp_queues, ha->max_req_queues); in qla24xx_enable_msix()
4063 "mqiobase=%p, max_rsp_queues=%d, max_req_queues=%d.\n", in qla24xx_enable_msix()
4064 ha->mqiobase, ha->max_rsp_queues, ha->max_req_queues); in qla24xx_enable_msix()
H A Dqla_def.h3505 ((void __iomem *)ha->mqiobase + (QLA_QUE_PAGE * id)) :\
3965 device_reg_t *mqiobase; member
H A Dqla_target.c7078 ISP_ATIO_Q_IN(base_vha) = &ha->mqiobase->isp25mq.atio_q_in; in qlt_probe_one_stage1()
7079 ISP_ATIO_Q_OUT(base_vha) = &ha->mqiobase->isp25mq.atio_q_out; in qlt_probe_one_stage1()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_os.c2129 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 3), in qla2x00_iospace_config()
2131 if (ha->mqiobase) { in qla2x00_iospace_config()
2133 "MQIO Base=%p.\n", ha->mqiobase); in qla2x00_iospace_config()
2203 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 4), in qla83xx_iospace_config()
2206 if (!ha->mqiobase) { in qla83xx_iospace_config()
3386 req->req_q_in = &ha->mqiobase->isp25mq.req_q_in; in qla2x00_probe_one()
3387 req->req_q_out = &ha->mqiobase->isp25mq.req_q_out; in qla2x00_probe_one()
3388 rsp->rsp_q_in = &ha->mqiobase->isp25mq.rsp_q_in; in qla2x00_probe_one()
3389 rsp->rsp_q_out = &ha->mqiobase->isp25mq.rsp_q_out; in qla2x00_probe_one()
3852 if (ha->mqiobase) in qla2x00_unmap_iobases()
[all...]
H A Dqla_isr.c4539 if (USER_CTRL_IRQ(ha) || !ha->mqiobase) { in qla24xx_enable_msix()
4561 if (ha->mqiobase && (ql2xmqsupport || ql2xnvmeenable)) { in qla24xx_enable_msix()
4649 (ha->msixbase && ha->mqiobase && ha->max_qpairs)) in qla24xx_enable_msix()
4655 "mqiobase=%p, max_rsp_queues=%d, max_req_queues=%d.\n", in qla24xx_enable_msix()
4656 ha->mqiobase, ha->max_rsp_queues, ha->max_req_queues); in qla24xx_enable_msix()
4658 "mqiobase=%p, max_rsp_queues=%d, max_req_queues=%d.\n", in qla24xx_enable_msix()
4659 ha->mqiobase, ha->max_rsp_queues, ha->max_req_queues); in qla24xx_enable_msix()
H A Dqla_def.h3675 ((void __iomem *)ha->mqiobase + (QLA_QUE_PAGE * id)) :\
4179 device_reg_t *mqiobase; member
H A Dqla_target.c7114 ISP_ATIO_Q_IN(base_vha) = &ha->mqiobase->isp25mq.atio_q_in; in qlt_probe_one_stage1()
7115 ISP_ATIO_Q_OUT(base_vha) = &ha->mqiobase->isp25mq.atio_q_out; in qlt_probe_one_stage1()

Completed in 66 milliseconds