Lines Matching refs:mqiobase
2006 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 3), in qla2x00_iospace_config()
2008 if (ha->mqiobase) { in qla2x00_iospace_config()
2010 "MQIO Base=%p.\n", ha->mqiobase); in qla2x00_iospace_config()
2080 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 4), in qla83xx_iospace_config()
2083 if (!ha->mqiobase) { in qla83xx_iospace_config()
3212 req->req_q_in = &ha->mqiobase->isp25mq.req_q_in; in qla2x00_probe_one()
3213 req->req_q_out = &ha->mqiobase->isp25mq.req_q_out; in qla2x00_probe_one()
3214 rsp->rsp_q_in = &ha->mqiobase->isp25mq.rsp_q_in; in qla2x00_probe_one()
3215 rsp->rsp_q_out = &ha->mqiobase->isp25mq.rsp_q_out; in qla2x00_probe_one()
3673 if (ha->mqiobase) in qla2x00_unmap_iobases()
3674 iounmap(ha->mqiobase); in qla2x00_unmap_iobases()
7649 if (USER_CTRL_IRQ(vha->hw) || !vha->hw->mqiobase) in qla2xxx_map_queues()