Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_mid.c608 ha->rsp_q_map[que_id] = NULL; in qla25xx_free_rsp_que()
681 rsp = ha->rsp_q_map[cnt]; in qla25xx_delete_queues()
753 req->rsp = ha->rsp_q_map[rsp_que]; in qla25xx_create_req_que()
865 ha->rsp_q_map[que_id] = rsp; in qla25xx_create_rsp_que()
Dqla_mr.c164 qla2x00_poll(ha->rsp_q_map[0]); in qlafx00_mailbox_command()
217 qla2x00_poll(ha->rsp_q_map[0]); in qlafx00_mailbox_command()
813 struct rsp_que *rsp = ha->rsp_q_map[0]; in qlafx00_save_queue_ptrs()
839 struct rsp_que *rsp = ha->rsp_q_map[0]; in qlafx00_config_queues()
1421 qla2x00_request_irqs(ha, ha->rsp_q_map[0]); in qlafx00_rescan_isp()
3065 rsp = ha->rsp_q_map[0]; in qlafx00_start_scsi()
Dqla_os.c459 ha->rsp_q_map = kcalloc(ha->max_rsp_queues, sizeof(struct rsp_que *), in qla2x00_alloc_queues()
461 if (!ha->rsp_q_map) { in qla2x00_alloc_queues()
495 ha->rsp_q_map[0] = rsp; in qla2x00_alloc_queues()
505 kfree(ha->rsp_q_map); in qla2x00_alloc_queues()
506 ha->rsp_q_map = NULL; in qla2x00_alloc_queues()
588 rsp = ha->rsp_q_map[cnt]; in qla2x00_free_queues()
590 ha->rsp_q_map[cnt] = NULL; in qla2x00_free_queues()
597 kfree(ha->rsp_q_map); in qla2x00_free_queues()
598 ha->rsp_q_map = NULL; in qla2x00_free_queues()
3373 ha->rsp_q_map[0] = rsp; in qla2x00_probe_one()
[all …]
Dqla_tmpl.c352 struct rsp_que *rsp = vha->hw->rsp_q_map[i]; in qla27xx_fwdt_entry_t263()
653 struct rsp_que *rsp = vha->hw->rsp_q_map[i]; in qla27xx_fwdt_entry_t274()
Dqla_isr.c4775 if (!ha->rsp_q_map || !ha->rsp_q_map[0]) in qla2x00_free_irqs()
4777 rsp = ha->rsp_q_map[0]; in qla2x00_free_irqs()
Dqla_init.c3776 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_alloc_fw_dump()
4630 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_config_rings()
4657 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla24xx_config_rings()
4773 rsp = ha->rsp_q_map[que]; in qla2x00_init_rings()
7741 rsp = ha->rsp_q_map[i]; in qla25xx_init_queues()
9695 qpair->rsp = ha->rsp_q_map[rsp_id]; in qla2xxx_create_qpair()
Dqla_iocb.c347 rsp = ha->rsp_q_map[0]; in qla2x00_start_scsi()
3376 rsp = ha->rsp_q_map[0]; in qla82xx_start_scsi()
4134 rsp = ha->rsp_q_map[0]; in qla2x00_start_bidir()
Dqla_dbg.c90 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2xxx_copy_queues()
642 rsp = ha->rsp_q_map[que]; in qla25xx_copy_mqueues()
Dqla_nx.c1735 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_config_rings()
Dqla_mbx.c353 qla2x00_poll(ha->rsp_q_map[0]); in qla2x00_mailbox_command()
490 qla2x00_poll(ha->rsp_q_map[0]); in qla2x00_mailbox_command()
Dqla_def.h4184 struct rsp_que **rsp_q_map; member