Lines Matching refs:max_qpairs
467 if ((ql2xmqsupport || ql2xnvmeenable) && ha->max_qpairs) { in qla2x00_alloc_queues()
468 ha->queue_pair_map = kcalloc(ha->max_qpairs, sizeof(struct qla_qpair *), in qla2x00_alloc_queues()
1413 for (i = 0; status == QLA_SUCCESS && i < ha->max_qpairs; i++) { in qla2x00_eh_wait_for_pending_commands()
1895 for (que = 0; que < ha->max_qpairs; que++) { in qla2x00_abort_all_cmds()
2105 ha->max_qpairs = ha->max_rsp_queues - 1; in qla2x00_iospace_config()
2107 "Max no of queues pairs: %d.\n", ha->max_qpairs); in qla2x00_iospace_config()
2198 ha->max_qpairs = ha->max_req_queues - 1; in qla83xx_iospace_config()
2200 "Max no of queues pairs: %d.\n", ha->max_qpairs); in qla83xx_iospace_config()
3307 host->nr_hw_queues = ha->max_qpairs; in qla2x00_probe_one()
3313 host->nr_hw_queues = ha->max_qpairs; in qla2x00_probe_one()
3435 for (i = 0; i < ha->max_qpairs; i++) in qla2x00_probe_one()
7254 for (i = 0; i < ha->max_qpairs; i++) { in qla_do_heartbeat()
7691 for (i = 0; i < ha->max_qpairs; i++) { in qla_pci_error_cleanup()