Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_mid.c582 ha->req_q_map[que_id] = NULL; in qla25xx_free_req_que()
667 req = ha->req_q_map[cnt]; in qla25xx_delete_queues()
739 ha->req_q_map[que_id] = req; in qla25xx_create_req_que()
777 req->max_q_depth = ha->req_q_map[0]->max_q_depth; in qla25xx_create_req_que()
Dqla_os.c452 ha->req_q_map = kcalloc(ha->max_req_queues, sizeof(struct req_que *), in qla2x00_alloc_queues()
454 if (!ha->req_q_map) { in qla2x00_alloc_queues()
497 ha->req_q_map[0] = req; in qla2x00_alloc_queues()
509 kfree(ha->req_q_map); in qla2x00_alloc_queues()
510 ha->req_q_map = NULL; in qla2x00_alloc_queues()
570 req = ha->req_q_map[cnt]; in qla2x00_free_queues()
572 ha->req_q_map[cnt] = NULL; in qla2x00_free_queues()
580 kfree(ha->req_q_map); in qla2x00_free_queues()
581 ha->req_q_map = NULL; in qla2x00_free_queues()
1871 if (!ha->req_q_map) in __qla2x00_abort_all_cmds()
[all …]
Dqla_mr.c657 struct req_que *req = ha->req_q_map[0]; in qlafx00_chip_diag()
812 struct req_que *req = ha->req_q_map[0]; in qlafx00_save_queue_ptrs()
838 struct req_que *req = ha->req_q_map[0]; in qlafx00_config_queues()
2276 req = ha->req_q_map[que]; in qlafx00_status_entry()
2633 req = ha->req_q_map[que]; in qlafx00_multistatus_entry()
2670 req = ha->req_q_map[que]; in qlafx00_error_entry()
Dqla_tmpl.c338 struct req_que *req = vha->hw->req_q_map[i]; in qla27xx_fwdt_entry_t263()
641 struct req_que *req = vha->hw->req_q_map[i]; in qla27xx_fwdt_entry_t274()
Dqla_init.c2733 struct req_que *req = ha->req_q_map[0]; in qla2x00_initialize_adapter()
3582 struct req_que *req = ha->req_q_map[0]; in qla2x00_chip_diag()
3701 struct req_que *req = ha->req_q_map[0]; in qla24xx_chip_diag()
3799 struct req_que *req = ha->req_q_map[0]; in qla2x00_alloc_fw_dump()
4650 struct req_que *req = ha->req_q_map[0]; in qla2x00_config_rings()
4677 struct req_que *req = ha->req_q_map[0]; in qla24xx_config_rings()
4777 req = ha->req_q_map[que]; in qla2x00_init_rings()
7513 struct req_que *req = ha->req_q_map[0]; in qla2x00_abort_isp()
7769 req = ha->req_q_map[i]; in qla25xx_init_queues()
8446 struct req_que *req = ha->req_q_map[0]; in qla24xx_load_risc_flash()
[all …]
Dqla_nx.c1734 struct req_que *req = ha->req_q_map[0]; in qla82xx_config_rings()
2755 struct req_que *req = ha->req_q_map[0]; in qla82xx_start_iocbs()
3006 struct req_que *req = ha->req_q_map[0]; in qla82xx_need_reset_handler()
3630 req = ha->req_q_map[que]; in qla82xx_chip_reset_cleanup()
Dqla_sup.c554 struct req_que *req = ha->req_q_map[0]; in qla2xxx_find_flt_start()
967 struct req_que *req = ha->req_q_map[0]; in qla2xxx_get_fdt_info()
1064 struct req_que *req = ha->req_q_map[0]; in qla2xxx_get_idc_param()
Dqla_iocb.c346 req = ha->req_q_map[0]; in qla2x00_start_scsi()
3274 vha->hw->req_q_map[0]); in qla2x00_ct_iocb()
3332 vha, ha->req_q_map[0]); in qla24xx_ct_iocb()
3352 ha->req_q_map[0]); in qla24xx_ct_iocb()
Dqla_isr.c3325 req = ha->req_q_map[que]; in qla2x00_status_entry()
3759 if (que >= ha->max_req_queues || !ha->req_q_map[que]) in qla2x00_error_entry()
3762 req = ha->req_q_map[que]; in qla2x00_error_entry()
Dqla_dbg.c89 struct req_que *req = ha->req_q_map[0]; in qla2xxx_copy_queues()
614 req = ha->req_q_map[que]; in qla25xx_copy_mqueues()
Dqla_attr.c3052 struct req_que *req = ha->req_q_map[0]; in qla24xx_vport_create()
Dqla_target.c3918 } else if (vha->hw->req_q_map[qid]) { in qlt_ctio_to_cmd()
3922 req = vha->hw->req_q_map[qid]; in qlt_ctio_to_cmd()
Dqla_def.h4192 struct req_que **req_q_map; member
Dqla_mbx.c2516 req = ha->req_q_map[0]; in qla24xx_login_fabric()