Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_inline.h404 if (ha->queue_pair_map[i]) in qla_get_iocbs()
405 iocbs_used += ha->queue_pair_map[i]->fwres.iocbs_used; in qla_get_iocbs()
H A Dqla_dfs.c267 if (ha->queue_pair_map[i]) in qla_dfs_fw_resource_cnt_show()
268 iocbs_used += ha->queue_pair_map[i]->fwres.iocbs_used; in qla_dfs_fw_resource_cnt_show()
301 qpair = vha->hw->queue_pair_map[i]; in qla_dfs_tgt_counters_show()
H A Dqla_def.h3964 struct qla_qpair **queue_pair_map; member
4901 if (_ha->queue_pair_map[i]) \
4902 _ha->queue_pair_map[i]->fw_started = 1; \
4911 if (_ha->queue_pair_map[i]) \
4912 _ha->queue_pair_map[i]->fw_started = 0; \
4982 if (_ha->queue_pair_map[i]) \
4983 _ha->queue_pair_map[i]->enable_explicit_conf = 1; \
4991 if (_ha->queue_pair_map[i]) \
4992 _ha->queue_pair_map[i]->enable_explicit_conf = 0; \
H A Dqla_nvme.c116 if (ha->queue_pair_map[qidx]) { in qla_nvme_alloc_queue()
117 *handle = ha->queue_pair_map[qidx]; in qla_nvme_alloc_queue()
H A Dqla_os.c437 ha->queue_pair_map = kcalloc(ha->max_qpairs, sizeof(struct qla_qpair *), in qla2x00_alloc_queues()
439 if (!ha->queue_pair_map) { in qla2x00_alloc_queues()
509 if (ha->queue_pair_map) { in qla2x00_free_queues()
510 kfree(ha->queue_pair_map); in qla2x00_free_queues()
511 ha->queue_pair_map = NULL; in qla2x00_free_queues()
844 qpair = ha->queue_pair_map[hwq]; in qla2xxx_queuecommand()
1807 if (!ha->queue_pair_map) in qla2x00_abort_all_cmds()
1810 if (!ha->queue_pair_map[que]) in qla2x00_abort_all_cmds()
1813 __qla2x00_abort_all_cmds(ha->queue_pair_map[que], res); in qla2x00_abort_all_cmds()
7377 if (ha->queue_pair_map[i]) in qla_pci_error_cleanup()
[all …]
H A Dqla_init.c3756 if (ha->queue_pair_map[i]) { in qla_init_iocb_limit()
3757 ha->queue_pair_map[i]->fwres.iocbs_total = in qla_init_iocb_limit()
3759 ha->queue_pair_map[i]->fwres.iocbs_limit = limit; in qla_init_iocb_limit()
3760 ha->queue_pair_map[i]->fwres.iocbs_qp_limit = in qla_init_iocb_limit()
3762 ha->queue_pair_map[i]->fwres.iocbs_used = 0; in qla_init_iocb_limit()
6910 if (ha->queue_pair_map[i]) in qla2x00_abort_isp_cleanup()
6911 ha->queue_pair_map[i]->chip_reset = in qla2x00_abort_isp_cleanup()
9141 ha->queue_pair_map[qpair_id] = qpair; in qla2xxx_create_qpair()
9237 ha->queue_pair_map[qpair_id] = NULL; in qla2xxx_create_qpair()
9262 ha->queue_pair_map[qpair->id] = NULL; in qla2xxx_delete_qpair()
H A Dqla_attr.c2792 qpair = vha->hw->queue_pair_map[i]; in qla2x00_get_fc_host_stats()
2865 qpair = vha->hw->queue_pair_map[i]; in qla2x00_reset_host_stats()
H A Dqla_target.c4196 if (ha->queue_pair_map[key]) in qlt_clr_qp_table()
4197 ha->queue_pair_map[key]->lun_cnt = 0; in qlt_clr_qp_table()
6381 struct qla_qpair *qpair = ha->queue_pair_map[i]; in qlt_add_target()