Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_mid.c527 ha->req_q_map[que_id] = NULL; in qla25xx_free_req_que()
603 req = ha->req_q_map[cnt]; in qla25xx_delete_queues()
672 ha->req_q_map[que_id] = req; in qla25xx_create_req_que()
710 req->max_q_depth = ha->req_q_map[0]->max_q_depth; in qla25xx_create_req_que()
846 rsp->req = ha->req_q_map[req]; in qla25xx_create_rsp_que()
Dqla_os.c327 ha->req_q_map = kzalloc(sizeof(struct req_que *) * ha->max_req_queues, in qla2x00_alloc_queues()
329 if (!ha->req_q_map) { in qla2x00_alloc_queues()
347 ha->req_q_map[0] = req; in qla2x00_alloc_queues()
353 kfree(ha->req_q_map); in qla2x00_alloc_queues()
354 ha->req_q_map = NULL; in qla2x00_alloc_queues()
404 req = ha->req_q_map[cnt]; in qla2x00_free_queues()
407 kfree(ha->req_q_map); in qla2x00_free_queues()
408 ha->req_q_map = NULL; in qla2x00_free_queues()
443 vha->req = ha->req_q_map[req]; in qla25xx_setup_mode()
468 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()
1375 struct req_que *req = ha->req_q_map[0]; in qla2x00_chip_diag()
1494 struct req_que *req = ha->req_q_map[0]; in qla24xx_chip_diag()
1522 struct req_que *req = ha->req_q_map[0]; in qla2x00_alloc_fw_dump()
2069 struct req_que *req = ha->req_q_map[0]; in qla2x00_config_rings()
2098 struct req_que *req = ha->req_q_map[0]; in qla24xx_config_rings()
2196 req = ha->req_q_map[que]; in qla2x00_init_rings()
4190 req = vha->hw->req_q_map[0]; in qla2x00_loop_resync()
[all …]
Dqla_iocb.c335 req = ha->req_q_map[0]; in qla2x00_start_scsi()
511 req = ha->req_q_map[0]; in __qla2x00_marker()
1821 struct req_que *req = ha->req_q_map[0]; in qla2x00_alloc_iocbs()
2142 vha->hw->req_q_map[0]); in qla2x00_ct_iocb()
2217 ha->req_q_map[0]); in qla24xx_ct_iocb()
2664 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()
2303 req = ha->req_q_map[que]; in qlafx00_status_entry()
2655 req = ha->req_q_map[que]; in qlafx00_multistatus_entry()
2694 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.c1999 struct req_que *req = ha->req_q_map[0]; in qla24xx_vport_create()
2085 req = ha->req_q_map[1]; in qla24xx_vport_create()
2117 req = ha->req_q_map[ret]; in qla24xx_vport_create()
Dqla_nx.c1766 struct req_que *req = ha->req_q_map[0]; in qla82xx_config_rings()
2791 struct req_que *req = ha->req_q_map[0]; in qla82xx_start_iocbs()
3045 struct req_que *req = ha->req_q_map[0]; in qla82xx_need_reset_handler()
3674 req = ha->req_q_map[que]; in qla82xx_chip_reset_cleanup()
Dqla_isr.c2036 req = ha->req_q_map[que]; in qla2x00_status_entry()
2429 if (que >= ha->max_req_queues || !ha->req_q_map[que]) in qla2x00_error_entry()
2432 req = ha->req_q_map[que]; in qla2x00_error_entry()
Dqla_mbx.c979 req = vha->hw->req_q_map[0]; in qla2x00_abort_target()
1031 req = vha->hw->req_q_map[0]; in qla2x00_lun_reset()
1874 req = ha->req_q_map[0]; in qla24xx_login_fabric()
2159 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.c2238 req = ha->req_q_map[que]; in qla24xx_bsg_timeout()
Dqla_def.h3005 struct req_que **req_q_map; member