Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_def.h3654 struct qla_qpair **queue_pair_map; member
4426 if (_ha->queue_pair_map[i]) \
4427 _ha->queue_pair_map[i]->fw_started = 1; \
4436 if (_ha->queue_pair_map[i]) \
4437 _ha->queue_pair_map[i]->fw_started = 0; \
4489 if (_ha->queue_pair_map[i]) \
4490 _ha->queue_pair_map[i]->enable_explicit_conf = 1; \
4498 if (_ha->queue_pair_map[i]) \
4499 _ha->queue_pair_map[i]->enable_explicit_conf = 0; \
Dqla_nvme.c108 if (ha->queue_pair_map[qidx]) { in qla_nvme_alloc_queue()
109 *handle = ha->queue_pair_map[qidx]; in qla_nvme_alloc_queue()
Dqla_dfs.c195 qpair = vha->hw->queue_pair_map[i]; in qla_dfs_tgt_counters_show()
Dqla_os.c440 ha->queue_pair_map = kcalloc(ha->max_qpairs, sizeof(struct qla_qpair *), in qla2x00_alloc_queues()
442 if (!ha->queue_pair_map) { in qla2x00_alloc_queues()
512 if (ha->queue_pair_map) { in qla2x00_free_queues()
513 kfree(ha->queue_pair_map); in qla2x00_free_queues()
514 ha->queue_pair_map = NULL; in qla2x00_free_queues()
859 qpair = ha->queue_pair_map[hwq]; in qla2xxx_queuecommand()
1807 if (!ha->queue_pair_map[que]) in qla2x00_abort_all_cmds()
1810 __qla2x00_abort_all_cmds(ha->queue_pair_map[que], res); in qla2x00_abort_all_cmds()
Dqla_init.c6507 if (ha->queue_pair_map[i]) in qla2x00_abort_isp_cleanup()
6508 ha->queue_pair_map[i]->chip_reset = in qla2x00_abort_isp_cleanup()
8610 ha->queue_pair_map[qpair_id] = qpair; in qla2xxx_create_qpair()
8706 ha->queue_pair_map[qpair_id] = NULL; in qla2xxx_create_qpair()
8733 ha->queue_pair_map[qpair->id] = NULL; in qla2xxx_delete_qpair()
Dqla_target.c4193 if (ha->queue_pair_map[key]) in qlt_clr_qp_table()
4194 ha->queue_pair_map[key]->lun_cnt = 0; in qlt_clr_qp_table()
6291 struct qla_qpair *qpair = ha->queue_pair_map[i]; in qlt_add_target()