Lines Matching refs:mqiobase
1566 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 3), in qla2x00_iospace_config()
1568 if (ha->mqiobase) { in qla2x00_iospace_config()
1570 "MQIO Base=%p.\n", ha->mqiobase); in qla2x00_iospace_config()
1649 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 4), in qla83xx_iospace_config()
1652 if (!ha->mqiobase) { in qla83xx_iospace_config()
2667 req->req_q_in = &ha->mqiobase->isp25mq.req_q_in; in qla2x00_probe_one()
2668 req->req_q_out = &ha->mqiobase->isp25mq.req_q_out; in qla2x00_probe_one()
2669 rsp->rsp_q_in = &ha->mqiobase->isp25mq.rsp_q_in; in qla2x00_probe_one()
2670 rsp->rsp_q_out = &ha->mqiobase->isp25mq.rsp_q_out; in qla2x00_probe_one()
3056 if (ha->mqiobase) in qla2x00_unmap_iobases()
3057 iounmap(ha->mqiobase); in qla2x00_unmap_iobases()