Lines Matching refs:max_qpairs
476 if ((ql2xmqsupport || ql2xnvmeenable) && ha->max_qpairs) { in qla2x00_alloc_queues()
477 ha->queue_pair_map = kcalloc(ha->max_qpairs, sizeof(struct qla_qpair *), in qla2x00_alloc_queues()
1430 for (i = 0; status == QLA_SUCCESS && i < ha->max_qpairs; i++) { in qla2x00_eh_wait_for_pending_commands()
1924 for (que = 0; que < ha->max_qpairs; que++) { in qla2x00_abort_all_cmds()
2134 ha->max_qpairs = ha->max_rsp_queues - 1; in qla2x00_iospace_config()
2136 "Max no of queues pairs: %d.\n", ha->max_qpairs); in qla2x00_iospace_config()
2227 ha->max_qpairs = ha->max_req_queues - 1; in qla83xx_iospace_config()
2229 "Max no of queues pairs: %d.\n", ha->max_qpairs); in qla83xx_iospace_config()
3340 host->nr_hw_queues = ha->max_qpairs; in qla2x00_probe_one()
3346 host->nr_hw_queues = ha->max_qpairs; in qla2x00_probe_one()
3468 for (i = 0; i < ha->max_qpairs; i++) in qla2x00_probe_one()
7302 for (i = 0; i < ha->max_qpairs; i++) { in qla_do_heartbeat()
7736 for (i = 0; i < ha->max_qpairs; i++) { in qla_pci_error_cleanup()