Home
last modified time | relevance | path

Searched refs:queue_pair_map (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_def.h3700 struct qla_qpair **queue_pair_map; member
4570 if (_ha->queue_pair_map[i]) \
4571 _ha->queue_pair_map[i]->fw_started = 1; \
4580 if (_ha->queue_pair_map[i]) \
4581 _ha->queue_pair_map[i]->fw_started = 0; \
4651 if (_ha->queue_pair_map[i]) \
4652 _ha->queue_pair_map[i]->enable_explicit_conf = 1; \
4660 if (_ha->queue_pair_map[i]) \
4661 _ha->queue_pair_map[i]->enable_explicit_conf = 0; \
Dqla_nvme.c104 if (ha->queue_pair_map[qidx]) { in qla_nvme_alloc_queue()
105 *handle = ha->queue_pair_map[qidx]; in qla_nvme_alloc_queue()
Dqla_os.c420 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()
[all …]
Dqla_dfs.c194 qpair = vha->hw->queue_pair_map[i]; in qla_dfs_tgt_counters_show()
Dqla_init.c6623 if (ha->queue_pair_map[i]) in qla2x00_abort_isp_cleanup()
6624 ha->queue_pair_map[i]->chip_reset = in qla2x00_abort_isp_cleanup()
8895 ha->queue_pair_map[qpair_id] = qpair; in qla2xxx_create_qpair()
8991 ha->queue_pair_map[qpair_id] = NULL; in qla2xxx_create_qpair()
9018 ha->queue_pair_map[qpair->id] = NULL; in qla2xxx_delete_qpair()
Dqla_target.c4181 if (ha->queue_pair_map[key]) in qlt_clr_qp_table()
4182 ha->queue_pair_map[key]->lun_cnt = 0; in qlt_clr_qp_table()
6382 struct qla_qpair *qpair = ha->queue_pair_map[i]; in qlt_add_target()