Home
last modified time | relevance | path

Searched refs:rsp_q_map (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_mid.c592 ha->rsp_q_map[que_id] = NULL; in qla25xx_free_rsp_que()
666 rsp = ha->rsp_q_map[cnt]; in qla25xx_delete_queues()
738 req->rsp = ha->rsp_q_map[rsp_que]; in qla25xx_create_req_que()
852 ha->rsp_q_map[que_id] = rsp; in qla25xx_create_rsp_que()
Dqla_mr.c166 qla2x00_poll(ha->rsp_q_map[0]); in qlafx00_mailbox_command()
219 qla2x00_poll(ha->rsp_q_map[0]); in qlafx00_mailbox_command()
838 struct rsp_que *rsp = ha->rsp_q_map[0]; in qlafx00_save_queue_ptrs()
864 struct rsp_que *rsp = ha->rsp_q_map[0]; in qlafx00_config_queues()
1446 qla2x00_request_irqs(ha, ha->rsp_q_map[0]); in qlafx00_rescan_isp()
3092 rsp = ha->rsp_q_map[0]; in qlafx00_start_scsi()
Dqla_os.c402 ha->rsp_q_map = kcalloc(ha->max_rsp_queues, sizeof(struct rsp_que *), in qla2x00_alloc_queues()
404 if (!ha->rsp_q_map) { in qla2x00_alloc_queues()
433 ha->rsp_q_map[0] = rsp; in qla2x00_alloc_queues()
443 kfree(ha->rsp_q_map); in qla2x00_alloc_queues()
444 ha->rsp_q_map = NULL; in qla2x00_alloc_queues()
525 rsp = ha->rsp_q_map[cnt]; in qla2x00_free_queues()
527 ha->rsp_q_map[cnt] = NULL; in qla2x00_free_queues()
534 kfree(ha->rsp_q_map); in qla2x00_free_queues()
535 ha->rsp_q_map = NULL; in qla2x00_free_queues()
3181 ha->rsp_q_map[0] = rsp; in qla2x00_probe_one()
[all …]
Dqla_tmpl.c345 struct rsp_que *rsp = vha->hw->rsp_q_map[i]; in qla27xx_fwdt_entry_t263()
641 struct rsp_que *rsp = vha->hw->rsp_q_map[i]; in qla27xx_fwdt_entry_t274()
Dqla_isr.c3686 if (!ha->rsp_q_map || !ha->rsp_q_map[0]) in qla2x00_free_irqs()
3688 rsp = ha->rsp_q_map[0]; in qla2x00_free_irqs()
Dqla_iocb.c345 rsp = ha->rsp_q_map[0]; in qla2x00_start_scsi()
3091 rsp = ha->rsp_q_map[0]; in qla82xx_start_scsi()
3731 rsp = ha->rsp_q_map[0]; in qla2x00_start_bidir()
Dqla_init.c3167 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_alloc_fw_dump()
3898 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_config_rings()
3925 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla24xx_config_rings()
4041 rsp = ha->rsp_q_map[que]; in qla2x00_init_rings()
6936 rsp = ha->rsp_q_map[i]; in qla25xx_init_queues()
8936 qpair->rsp = ha->rsp_q_map[rsp_id]; in qla2xxx_create_qpair()
Dqla_dbg.c97 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2xxx_copy_queues()
633 rsp = ha->rsp_q_map[que]; in qla25xx_copy_mqueues()
Dqla_mbx.c347 qla2x00_poll(ha->rsp_q_map[0]); in qla2x00_mailbox_command()
482 qla2x00_poll(ha->rsp_q_map[0]); in qla2x00_mailbox_command()
Dqla_def.h3699 struct rsp_que **rsp_q_map; member
Dqla_nx.c1783 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_config_rings()