Lines Matching refs:queue_pair_map
420 ha->queue_pair_map = kcalloc(ha->max_qpairs, sizeof(struct qla_qpair *), in qla2x00_alloc_queues()
422 if (!ha->queue_pair_map) { in qla2x00_alloc_queues()
492 if (ha->queue_pair_map) { in qla2x00_free_queues()
493 kfree(ha->queue_pair_map); in qla2x00_free_queues()
494 ha->queue_pair_map = NULL; in qla2x00_free_queues()
834 qpair = ha->queue_pair_map[hwq]; in qla2xxx_queuecommand()
1796 if (!ha->queue_pair_map) in qla2x00_abort_all_cmds()
1799 if (!ha->queue_pair_map[que]) in qla2x00_abort_all_cmds()
1802 __qla2x00_abort_all_cmds(ha->queue_pair_map[que], res); in qla2x00_abort_all_cmds()
6843 if (ha->queue_pair_map[i]) in qla_pci_error_cleanup()
6844 ha->queue_pair_map[i]->chip_reset = in qla_pci_error_cleanup()