Lines Matching refs:queue_pair_map
442 ha->queue_pair_map = kcalloc(ha->max_qpairs, sizeof(struct qla_qpair *), in qla2x00_alloc_queues()
444 if (!ha->queue_pair_map) { in qla2x00_alloc_queues()
514 if (ha->queue_pair_map) { in qla2x00_free_queues()
515 kfree(ha->queue_pair_map); in qla2x00_free_queues()
516 ha->queue_pair_map = NULL; in qla2x00_free_queues()
849 qpair = ha->queue_pair_map[hwq]; in qla2xxx_queuecommand()
1834 if (!ha->queue_pair_map) in qla2x00_abort_all_cmds()
1837 if (!ha->queue_pair_map[que]) in qla2x00_abort_all_cmds()
1840 __qla2x00_abort_all_cmds(ha->queue_pair_map[que], res); in qla2x00_abort_all_cmds()
7385 if (ha->queue_pair_map[i]) in qla_pci_error_cleanup()
7386 ha->queue_pair_map[i]->chip_reset = in qla_pci_error_cleanup()