Lines Matching refs:mqiobase
2000 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 3), in qla2x00_iospace_config()
2002 if (ha->mqiobase) { in qla2x00_iospace_config()
2004 "MQIO Base=%p.\n", ha->mqiobase); in qla2x00_iospace_config()
2074 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 4), in qla83xx_iospace_config()
2077 if (!ha->mqiobase) { in qla83xx_iospace_config()
3204 req->req_q_in = &ha->mqiobase->isp25mq.req_q_in; in qla2x00_probe_one()
3205 req->req_q_out = &ha->mqiobase->isp25mq.req_q_out; in qla2x00_probe_one()
3206 rsp->rsp_q_in = &ha->mqiobase->isp25mq.rsp_q_in; in qla2x00_probe_one()
3207 rsp->rsp_q_out = &ha->mqiobase->isp25mq.rsp_q_out; in qla2x00_probe_one()
3648 if (ha->mqiobase) in qla2x00_unmap_iobases()
3649 iounmap(ha->mqiobase); in qla2x00_unmap_iobases()
7126 if (USER_CTRL_IRQ(vha->hw) || !vha->hw->mqiobase) in qla2xxx_map_queues()