Lines Matching refs:mqiobase
1998 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 3), in qla2x00_iospace_config()
2000 if (ha->mqiobase) { in qla2x00_iospace_config()
2002 "MQIO Base=%p.\n", ha->mqiobase); in qla2x00_iospace_config()
2072 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 4), in qla83xx_iospace_config()
2075 if (!ha->mqiobase) { in qla83xx_iospace_config()
3154 req->req_q_in = &ha->mqiobase->isp25mq.req_q_in; in qla2x00_probe_one()
3155 req->req_q_out = &ha->mqiobase->isp25mq.req_q_out; in qla2x00_probe_one()
3156 rsp->rsp_q_in = &ha->mqiobase->isp25mq.rsp_q_in; in qla2x00_probe_one()
3157 rsp->rsp_q_out = &ha->mqiobase->isp25mq.rsp_q_out; in qla2x00_probe_one()
3581 if (ha->mqiobase) in qla2x00_unmap_iobases()
3582 iounmap(ha->mqiobase); in qla2x00_unmap_iobases()