Lines Matching refs:queue_pair_map
453 ha->queue_pair_map = kcalloc(ha->max_qpairs, sizeof(struct qla_qpair *), in qla2x00_alloc_queues()
455 if (!ha->queue_pair_map) { in qla2x00_alloc_queues()
525 if (ha->queue_pair_map) { in qla2x00_free_queues()
526 kfree(ha->queue_pair_map); in qla2x00_free_queues()
527 ha->queue_pair_map = NULL; in qla2x00_free_queues()
860 qpair = ha->queue_pair_map[hwq]; in qla2xxx_queuecommand()
1871 if (!ha->queue_pair_map) in qla2x00_abort_all_cmds()
1874 if (!ha->queue_pair_map[que]) in qla2x00_abort_all_cmds()
1877 __qla2x00_abort_all_cmds(ha->queue_pair_map[que], res); in qla2x00_abort_all_cmds()
7198 if (ha->queue_pair_map[i] && in qla_do_heartbeat()
7199 ha->queue_pair_map[i]->cmd_cnt != in qla_do_heartbeat()
7200 ha->queue_pair_map[i]->cmd_completion_cnt) { in qla_do_heartbeat()
7210 if (ha->queue_pair_map[i]) in qla_do_heartbeat()
7211 cmd_cnt += ha->queue_pair_map[i]->cmd_cnt; in qla_do_heartbeat()
7593 if (ha->queue_pair_map[i]) in qla_pci_error_cleanup()
7594 ha->queue_pair_map[i]->chip_reset = in qla_pci_error_cleanup()