Searched refs:mqiobase (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_os.c1580 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 3),
1582 if (ha->mqiobase) {
1584 "MQIO Base=%p.\n", ha->mqiobase);
1663 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 4),
1666 if (!ha->mqiobase) {
2447 req->req_q_in = &ha->mqiobase->isp25mq.req_q_in;
2448 req->req_q_out = &ha->mqiobase->isp25mq.req_q_out;
2449 rsp->rsp_q_in = &ha->mqiobase->isp25mq.rsp_q_in;
2450 rsp->rsp_q_out = &ha->mqiobase->isp25mq.rsp_q_out;
2745 if (ha->mqiobase)
[all...]
H A Dqla_isr.c2456 if (ha->msixbase && ha->mqiobase &&
2460 if (ha->mqiobase
2464 "mqiobase=%p, max_rsp_queues=%d, max_req_queues=%d.\n",
2465 ha->mqiobase, ha->max_rsp_queues, ha->max_req_queues);
2467 "mqiobase=%p, max_rsp_queues=%d, max_req_queues=%d.\n",
2468 ha->mqiobase, ha->max_rsp_queues, ha->max_req_queues);
H A Dqla_def.h2363 ((void *)(ha->mqiobase) +\
2481 device_reg_t __iomem *mqiobase; member in struct:qla_hw_data
H A Dqla_mbx.c3354 reg = (struct device_reg_25xxmq *)((void *)(ha->mqiobase) +
3421 reg = (struct device_reg_25xxmq *)((void *)(ha->mqiobase) +
H A Dqla_dbg.c473 ha->mqiobase + cnt * QLA_QUE_PAGE);

Completed in 866 milliseconds