Searched refs:mqiobase (Results 1 – 4 of 4) sorted by relevance
2070 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 3), in qla2x00_iospace_config()2072 if (ha->mqiobase) { in qla2x00_iospace_config()2074 "MQIO Base=%p.\n", ha->mqiobase); in qla2x00_iospace_config()2144 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 4), in qla83xx_iospace_config()2147 if (!ha->mqiobase) { in qla83xx_iospace_config()3291 req->req_q_in = &ha->mqiobase->isp25mq.req_q_in; in qla2x00_probe_one()3292 req->req_q_out = &ha->mqiobase->isp25mq.req_q_out; in qla2x00_probe_one()3293 rsp->rsp_q_in = &ha->mqiobase->isp25mq.rsp_q_in; in qla2x00_probe_one()3294 rsp->rsp_q_out = &ha->mqiobase->isp25mq.rsp_q_out; in qla2x00_probe_one()3754 if (ha->mqiobase) in qla2x00_unmap_iobases()[all …]
4310 if (USER_CTRL_IRQ(ha) || !ha->mqiobase) { in qla24xx_enable_msix()4332 if (ha->mqiobase && (ql2xmqsupport || ql2xnvmeenable)) { in qla24xx_enable_msix()4419 if (ha->msixbase && ha->mqiobase && in qla24xx_enable_msix()4424 if (ha->mqiobase && in qla24xx_enable_msix()4430 ha->mqiobase, ha->max_rsp_queues, ha->max_req_queues); in qla24xx_enable_msix()4433 ha->mqiobase, ha->max_rsp_queues, ha->max_req_queues); in qla24xx_enable_msix()
3602 ((void __iomem *)ha->mqiobase + (QLA_QUE_PAGE * id)) :\4066 device_reg_t *mqiobase; member
7225 ISP_ATIO_Q_IN(base_vha) = &ha->mqiobase->isp25mq.atio_q_in; in qlt_probe_one_stage1()7226 ISP_ATIO_Q_OUT(base_vha) = &ha->mqiobase->isp25mq.atio_q_out; in qlt_probe_one_stage1()