Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_mid.c601 ha->rsp_q_map[que_id] = NULL; in qla25xx_free_rsp_que()
675 rsp = ha->rsp_q_map[cnt]; in qla25xx_delete_queues()
747 req->rsp = ha->rsp_q_map[rsp_que]; in qla25xx_create_req_que()
859 ha->rsp_q_map[que_id] = rsp; in qla25xx_create_rsp_que()
H A 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()
3064 rsp = ha->rsp_q_map[0]; in qlafx00_start_scsi()
H A Dqla_os.c419 ha->rsp_q_map = kcalloc(ha->max_rsp_queues, sizeof(struct rsp_que *), in qla2x00_alloc_queues()
421 if (!ha->rsp_q_map) { in qla2x00_alloc_queues()
450 ha->rsp_q_map[0] = rsp; in qla2x00_alloc_queues()
460 kfree(ha->rsp_q_map); in qla2x00_alloc_queues()
461 ha->rsp_q_map = NULL; in qla2x00_alloc_queues()
542 rsp = ha->rsp_q_map[cnt]; in qla2x00_free_queues()
544 ha->rsp_q_map[cnt] = NULL; in qla2x00_free_queues()
551 kfree(ha->rsp_q_map); in qla2x00_free_queues()
552 ha->rsp_q_map = NULL; in qla2x00_free_queues()
3199 ha->rsp_q_map[0] = rsp; in qla2x00_probe_one()
[all …]
H A Dqla_tmpl.c352 struct rsp_que *rsp = vha->hw->rsp_q_map[i]; in qla27xx_fwdt_entry_t263()
648 struct rsp_que *rsp = vha->hw->rsp_q_map[i]; in qla27xx_fwdt_entry_t274()
H A Dqla_isr.c4184 if (!ha->rsp_q_map || !ha->rsp_q_map[0]) in qla2x00_free_irqs()
4186 rsp = ha->rsp_q_map[0]; in qla2x00_free_irqs()
H A Dqla_iocb.c344 rsp = ha->rsp_q_map[0]; in qla2x00_start_scsi()
3268 rsp = ha->rsp_q_map[0]; in qla82xx_start_scsi()
3905 rsp = ha->rsp_q_map[0]; in qla2x00_start_bidir()
H A Dqla_init.c3332 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_alloc_fw_dump()
4140 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_config_rings()
4167 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla24xx_config_rings()
4283 rsp = ha->rsp_q_map[que]; in qla2x00_init_rings()
7229 rsp = ha->rsp_q_map[i]; in qla25xx_init_queues()
9182 qpair->rsp = ha->rsp_q_map[rsp_id]; in qla2xxx_create_qpair()
H A Dqla_dbg.c91 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2xxx_copy_queues()
629 rsp = ha->rsp_q_map[que]; in qla25xx_copy_mqueues()
H A Dqla_nx.c1738 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_config_rings()
H A Dqla_mbx.c345 qla2x00_poll(ha->rsp_q_map[0]); in qla2x00_mailbox_command()
480 qla2x00_poll(ha->rsp_q_map[0]); in qla2x00_mailbox_command()
H A Dqla_def.h3963 struct rsp_que **rsp_q_map; member