Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_inline.h410 if (ha->queue_pair_map[i]) in qla_get_fw_resources()
411 iocbs_used += ha->queue_pair_map[i]->fwres.iocbs_used; in qla_get_fw_resources()
423 if (ha->queue_pair_map[i]) in qla_get_fw_resources()
424 exch_used += ha->queue_pair_map[i]->fwres.exch_used; in qla_get_fw_resources()
Dqla_dfs.c268 if (ha->queue_pair_map[i]) { in qla_dfs_fw_resource_cnt_show()
269 iocbs_used += ha->queue_pair_map[i]->fwres.iocbs_used; in qla_dfs_fw_resource_cnt_show()
270 exch_used += ha->queue_pair_map[i]->fwres.exch_used; in qla_dfs_fw_resource_cnt_show()
321 qpair = vha->hw->queue_pair_map[i]; in qla_dfs_tgt_counters_show()
Dqla_os.c463 ha->queue_pair_map = kcalloc(ha->max_qpairs, sizeof(struct qla_qpair *), in qla2x00_alloc_queues()
465 if (!ha->queue_pair_map) { in qla2x00_alloc_queues()
471 kfree(ha->queue_pair_map); in qla2x00_alloc_queues()
472 ha->queue_pair_map = NULL; in qla2x00_alloc_queues()
540 if (ha->queue_pair_map) { in qla2x00_free_queues()
541 kfree(ha->queue_pair_map); in qla2x00_free_queues()
542 ha->queue_pair_map = NULL; in qla2x00_free_queues()
878 qpair = ha->queue_pair_map[hwq]; in qla2xxx_queuecommand()
1418 qpair = ha->queue_pair_map[i]; in qla2x00_eh_wait_for_pending_commands()
1917 if (!ha->queue_pair_map) in qla2x00_abort_all_cmds()
[all …]
Dqla_def.h4123 struct qla_qpair **queue_pair_map; member
5109 if (_ha->queue_pair_map[i]) \
5110 _ha->queue_pair_map[i]->fw_started = 1; \
5119 if (_ha->queue_pair_map[i]) \
5120 _ha->queue_pair_map[i]->fw_started = 0; \
5189 if (_ha->queue_pair_map[i]) \
5190 _ha->queue_pair_map[i]->enable_explicit_conf = 1; \
5198 if (_ha->queue_pair_map[i]) \
5199 _ha->queue_pair_map[i]->enable_explicit_conf = 0; \
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()
Dqla_init.c4215 if (ha->queue_pair_map[i]) { in qla_init_iocb_limit()
4216 __qla_adjust_iocb_limit(ha->queue_pair_map[i]); in qla_init_iocb_limit()
4217 ha->queue_pair_map[i]->fwres.iocbs_used = 0; in qla_init_iocb_limit()
4218 ha->queue_pair_map[i]->fwres.exch_used = 0; in qla_init_iocb_limit()
4239 if (ha->queue_pair_map[i]) in qla_adjust_iocb_limit()
4240 __qla_adjust_iocb_limit(ha->queue_pair_map[i]); in qla_adjust_iocb_limit()
7475 if (ha->queue_pair_map[i]) { in qla2x00_abort_isp_cleanup()
7476 ha->queue_pair_map[i]->chip_reset = in qla2x00_abort_isp_cleanup()
7478 ha->queue_pair_map[i]->cmd_cnt = in qla2x00_abort_isp_cleanup()
7479 ha->queue_pair_map[i]->cmd_completion_cnt = 0; in qla2x00_abort_isp_cleanup()
[all …]
Dqla_attr.c2861 qpair = vha->hw->queue_pair_map[i]; in qla2x00_get_fc_host_stats()
2934 qpair = vha->hw->queue_pair_map[i]; in qla2x00_reset_host_stats()
Dqla_target.c4278 if (ha->queue_pair_map[key]) in qlt_clr_qp_table()
4279 ha->queue_pair_map[key]->lun_cnt = 0; in qlt_clr_qp_table()
6526 struct qla_qpair *qpair = ha->queue_pair_map[i]; in qlt_add_target()