Home
last modified time | relevance | path

Searched refs:mqiobase (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_os.c1990 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 3), in qla2x00_iospace_config()
1992 if (ha->mqiobase) { in qla2x00_iospace_config()
1994 "MQIO Base=%p.\n", ha->mqiobase); in qla2x00_iospace_config()
2064 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 4), in qla83xx_iospace_config()
2067 if (!ha->mqiobase) { in qla83xx_iospace_config()
3194 req->req_q_in = &ha->mqiobase->isp25mq.req_q_in; in qla2x00_probe_one()
3195 req->req_q_out = &ha->mqiobase->isp25mq.req_q_out; in qla2x00_probe_one()
3196 rsp->rsp_q_in = &ha->mqiobase->isp25mq.rsp_q_in; in qla2x00_probe_one()
3197 rsp->rsp_q_out = &ha->mqiobase->isp25mq.rsp_q_out; in qla2x00_probe_one()
3638 if (ha->mqiobase) in qla2x00_unmap_iobases()
[all …]
Dqla_isr.c3451 if (USER_CTRL_IRQ(ha) || !ha->mqiobase) { in qla24xx_enable_msix()
3471 if (ha->mqiobase && (ql2xmqsupport || ql2xnvmeenable)) { in qla24xx_enable_msix()
3558 if (ha->msixbase && ha->mqiobase && in qla24xx_enable_msix()
3563 if (ha->mqiobase && in qla24xx_enable_msix()
3569 ha->mqiobase, ha->max_rsp_queues, ha->max_req_queues); in qla24xx_enable_msix()
3572 ha->mqiobase, ha->max_rsp_queues, ha->max_req_queues); in qla24xx_enable_msix()
Dqla_def.h3404 ((void __iomem *)ha->mqiobase + (QLA_QUE_PAGE * id)) :\
3694 device_reg_t *mqiobase; member
Dqla_target.c7081 ISP_ATIO_Q_IN(base_vha) = &ha->mqiobase->isp25mq.atio_q_in; in qlt_probe_one_stage1()
7082 ISP_ATIO_Q_OUT(base_vha) = &ha->mqiobase->isp25mq.atio_q_out; in qlt_probe_one_stage1()