Searched refs:mqiobase (Results 1 – 5 of 5) sorted by relevance
1578 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 3), in qla2x00_iospace_config()1580 if (ha->mqiobase) { in qla2x00_iospace_config()1582 "MQIO Base=%p.\n", ha->mqiobase); in qla2x00_iospace_config()1661 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 4), in qla83xx_iospace_config()1664 if (!ha->mqiobase) { in qla83xx_iospace_config()2670 req->req_q_in = &ha->mqiobase->isp25mq.req_q_in; in qla2x00_probe_one()2671 req->req_q_out = &ha->mqiobase->isp25mq.req_q_out; in qla2x00_probe_one()2672 rsp->rsp_q_in = &ha->mqiobase->isp25mq.rsp_q_in; in qla2x00_probe_one()2673 rsp->rsp_q_out = &ha->mqiobase->isp25mq.rsp_q_out; in qla2x00_probe_one()3060 if (ha->mqiobase) in qla2x00_unmap_iobases()[all …]
3060 if (ha->msixbase && ha->mqiobase && in qla24xx_enable_msix()3064 if (ha->mqiobase in qla24xx_enable_msix()3069 ha->mqiobase, ha->max_rsp_queues, ha->max_req_queues); in qla24xx_enable_msix()3072 ha->mqiobase, ha->max_rsp_queues, ha->max_req_queues); in qla24xx_enable_msix()
2798 ((void __iomem *)ha->mqiobase + (QLA_QUE_PAGE * id)) :\3001 device_reg_t *mqiobase; member
6419 ISP_ATIO_Q_IN(base_vha) = &ha->mqiobase->isp25mq.atio_q_in; in qlt_probe_one_stage1()6420 ISP_ATIO_Q_OUT(base_vha) = &ha->mqiobase->isp25mq.atio_q_out; in qlt_probe_one_stage1()
1762 if (!IS_FWI2_CAPABLE(ha) || (ha->mqiobase && in qla2x00_alloc_outstanding_cmds()