Home
last modified time | relevance | path

Searched refs:req_q_map (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_mid.c526 ha->req_q_map[que_id] = NULL; in qla25xx_free_req_que()
602 req = ha->req_q_map[cnt]; in qla25xx_delete_queues()
671 ha->req_q_map[que_id] = req; in qla25xx_create_req_que()
709 req->max_q_depth = ha->req_q_map[0]->max_q_depth; in qla25xx_create_req_que()
845 rsp->req = ha->req_q_map[req]; in qla25xx_create_rsp_que()
Dqla_os.c326 ha->req_q_map = kzalloc(sizeof(struct req_que *) * ha->max_req_queues, in qla2x00_alloc_queues()
328 if (!ha->req_q_map) { in qla2x00_alloc_queues()
346 ha->req_q_map[0] = req; in qla2x00_alloc_queues()
352 kfree(ha->req_q_map); in qla2x00_alloc_queues()
353 ha->req_q_map = NULL; in qla2x00_alloc_queues()
403 req = ha->req_q_map[cnt]; in qla2x00_free_queues()
406 kfree(ha->req_q_map); in qla2x00_free_queues()
407 ha->req_q_map = NULL; in qla2x00_free_queues()
442 vha->req = ha->req_q_map[req]; in qla25xx_setup_mode()
467 vha->req = ha->req_q_map[0]; in qla25xx_setup_mode()
[all …]
Dqla_init.c56 req = ha->req_q_map[0]; in qla2x00_sp_timeout()
341 qla2x00_marker(vha, vha->hw->req_q_map[0], in qla2x00_async_tm_cmd()
621 struct req_que *req = ha->req_q_map[0]; in qla2x00_initialize_adapter()
1378 struct req_que *req = ha->req_q_map[0]; in qla2x00_chip_diag()
1497 struct req_que *req = ha->req_q_map[0]; in qla24xx_chip_diag()
1525 struct req_que *req = ha->req_q_map[0]; in qla2x00_alloc_fw_dump()
2072 struct req_que *req = ha->req_q_map[0]; in qla2x00_config_rings()
2101 struct req_que *req = ha->req_q_map[0]; in qla24xx_config_rings()
2194 req = ha->req_q_map[que]; in qla2x00_init_rings()
4194 req = vha->hw->req_q_map[0]; in qla2x00_loop_resync()
[all …]
Dqla_iocb.c332 req = ha->req_q_map[0]; in qla2x00_start_scsi()
508 req = ha->req_q_map[0]; in __qla2x00_marker()
1797 struct req_que *req = ha->req_q_map[0]; in qla2x00_alloc_iocbs()
2117 vha->hw->req_q_map[0]); in qla2x00_ct_iocb()
2190 ha->req_q_map[0]); in qla24xx_ct_iocb()
2631 qla2x00_start_iocbs(sp->fcport->vha, ha->req_q_map[0]); in qla2x00_start_sp()
Dqla_tmpl.c397 struct req_que *req = vha->hw->req_q_map[i]; in qla27xx_fwdt_entry_t263()
644 struct req_que *req = vha->hw->req_q_map[i]; in qla27xx_fwdt_entry_t274()
Dqla_mr.c654 struct req_que *req = ha->req_q_map[0]; in qlafx00_chip_diag()
834 struct req_que *req = ha->req_q_map[0]; in qlafx00_save_queue_ptrs()
860 struct req_que *req = ha->req_q_map[0]; in qlafx00_config_queues()
2302 req = ha->req_q_map[que]; in qlafx00_status_entry()
2653 req = ha->req_q_map[que]; in qlafx00_multistatus_entry()
2692 req = ha->req_q_map[que]; in qlafx00_error_entry()
Dqla_sup.c553 struct req_que *req = ha->req_q_map[0]; in qla2xxx_find_flt_start()
674 struct req_que *req = ha->req_q_map[0]; in qla2xxx_get_flt_info()
889 struct req_que *req = ha->req_q_map[0]; in qla2xxx_get_fdt_info()
985 struct req_que *req = ha->req_q_map[0]; in qla2xxx_get_idc_param()
Dqla_attr.c2013 struct req_que *req = ha->req_q_map[0]; in qla24xx_vport_create()
2099 req = ha->req_q_map[1]; in qla24xx_vport_create()
2131 req = ha->req_q_map[ret]; in qla24xx_vport_create()
Dqla_nx.c1767 struct req_que *req = ha->req_q_map[0]; in qla82xx_config_rings()
2789 struct req_que *req = ha->req_q_map[0]; in qla82xx_start_iocbs()
3040 struct req_que *req = ha->req_q_map[0]; in qla82xx_need_reset_handler()
3669 req = ha->req_q_map[que]; in qla82xx_chip_reset_cleanup()
Dqla_isr.c2064 req = ha->req_q_map[que]; in qla2x00_status_entry()
2461 if (que >= ha->max_req_queues || !ha->req_q_map[que]) in qla2x00_error_entry()
2464 req = ha->req_q_map[que]; in qla2x00_error_entry()
Dqla_mbx.c990 req = vha->hw->req_q_map[0]; in qla2x00_abort_target()
1042 req = vha->hw->req_q_map[0]; in qla2x00_lun_reset()
1886 req = ha->req_q_map[0]; in qla24xx_login_fabric()
2169 req = ha->req_q_map[0]; in qla24xx_fabric_logout()
Dqla_dbg.c100 struct req_que *req = ha->req_q_map[0]; in qla2xxx_copy_queues()
567 req = ha->req_q_map[que]; in qla25xx_copy_mqueues()
Dqla_bsg.c2233 req = ha->req_q_map[que]; in qla24xx_bsg_timeout()
Dqla_def.h3005 struct req_que **req_q_map; member