Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A 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()
H A 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()
H A Dqla_os.c477 ha->queue_pair_map = kcalloc(ha->max_qpairs, sizeof(struct qla_qpair *), in qla2x00_alloc_queues()
479 if (!ha->queue_pair_map) { in qla2x00_alloc_queues()
485 kfree(ha->queue_pair_map); in qla2x00_alloc_queues()
486 ha->queue_pair_map = NULL; in qla2x00_alloc_queues()
554 if (ha->queue_pair_map) { in qla2x00_free_queues()
555 kfree(ha->queue_pair_map); in qla2x00_free_queues()
556 ha->queue_pair_map = NULL; in qla2x00_free_queues()
896 qpair = ha->queue_pair_map[hwq]; in qla2xxx_queuecommand()
1431 qpair = ha->queue_pair_map[i]; in qla2x00_eh_wait_for_pending_commands()
1925 if (!ha->queue_pair_map) in qla2x00_abort_all_cmds()
[all …]
H A Dqla_def.h4196 struct qla_qpair **queue_pair_map; member
5184 if (_ha->queue_pair_map[i]) \
5185 _ha->queue_pair_map[i]->fw_started = 1; \
5194 if (_ha->queue_pair_map[i]) \
5195 _ha->queue_pair_map[i]->fw_started = 0; \
5264 if (_ha->queue_pair_map[i]) \
5265 _ha->queue_pair_map[i]->enable_explicit_conf = 1; \
5273 if (_ha->queue_pair_map[i]) \
5274 _ha->queue_pair_map[i]->enable_explicit_conf = 0; \
H A Dqla_init.c4247 if (ha->queue_pair_map[i]) { in qla_init_iocb_limit()
4248 __qla_adjust_iocb_limit(ha->queue_pair_map[i]); in qla_init_iocb_limit()
4249 ha->queue_pair_map[i]->fwres.iocbs_used = 0; in qla_init_iocb_limit()
4250 ha->queue_pair_map[i]->fwres.exch_used = 0; in qla_init_iocb_limit()
4271 if (ha->queue_pair_map[i]) in qla_adjust_iocb_limit()
4272 __qla_adjust_iocb_limit(ha->queue_pair_map[i]); in qla_adjust_iocb_limit()
7424 if (ha->queue_pair_map[i]) { in qla2x00_abort_isp_cleanup()
7425 ha->queue_pair_map[i]->chip_reset = in qla2x00_abort_isp_cleanup()
7427 ha->queue_pair_map[i]->cmd_cnt = in qla2x00_abort_isp_cleanup()
7428 ha->queue_pair_map[i]->cmd_completion_cnt = 0; in qla2x00_abort_isp_cleanup()
[all …]
H A Dqla_mid.c1278 qp = vha->hw->queue_pair_map[i]; in qla_adjust_buf()
H A Dqla_attr.c2873 qpair = vha->hw->queue_pair_map[i]; in qla2x00_get_fc_host_stats()
2946 qpair = vha->hw->queue_pair_map[i]; in qla2x00_reset_host_stats()
H A Dqla_target.c4254 if (ha->queue_pair_map[key]) in qlt_clr_qp_table()
4255 ha->queue_pair_map[key]->lun_cnt = 0; in qlt_clr_qp_table()
6426 struct qla_qpair *qpair = ha->queue_pair_map[i]; in qlt_add_target()
H A Dqla_bsg.c3192 qpair = vha->hw->queue_pair_map[i]; in qla24xx_bsg_timeout()