Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_mid.c577 ha->rsp_q_map[que_id] = NULL; in qla25xx_free_rsp_que()
651 rsp = ha->rsp_q_map[cnt]; in qla25xx_delete_queues()
723 req->rsp = ha->rsp_q_map[rsp_que]; in qla25xx_create_req_que()
837 ha->rsp_q_map[que_id] = rsp; in qla25xx_create_rsp_que()
Dqla_os.c422 ha->rsp_q_map = kcalloc(ha->max_rsp_queues, sizeof(struct rsp_que *), in qla2x00_alloc_queues()
424 if (!ha->rsp_q_map) { in qla2x00_alloc_queues()
453 ha->rsp_q_map[0] = rsp; in qla2x00_alloc_queues()
463 kfree(ha->rsp_q_map); in qla2x00_alloc_queues()
464 ha->rsp_q_map = NULL; in qla2x00_alloc_queues()
545 rsp = ha->rsp_q_map[cnt]; in qla2x00_free_queues()
547 ha->rsp_q_map[cnt] = NULL; in qla2x00_free_queues()
554 kfree(ha->rsp_q_map); in qla2x00_free_queues()
555 ha->rsp_q_map = NULL; in qla2x00_free_queues()
3142 ha->rsp_q_map[0] = rsp; in qla2x00_probe_one()
[all …]
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()
837 struct rsp_que *rsp = ha->rsp_q_map[0]; in qlafx00_save_queue_ptrs()
863 struct rsp_que *rsp = ha->rsp_q_map[0]; in qlafx00_config_queues()
1444 qla2x00_request_irqs(ha, ha->rsp_q_map[0]); in qlafx00_rescan_isp()
3098 rsp = ha->rsp_q_map[0]; in qlafx00_start_scsi()
Dqla_tmpl.c416 struct rsp_que *rsp = vha->hw->rsp_q_map[i]; in qla27xx_fwdt_entry_t263()
714 struct rsp_que *rsp = vha->hw->rsp_q_map[i]; in qla27xx_fwdt_entry_t274()
Dqla_init.c1711 vha->hw->rsp_q_map[0], sp->fcport->loop_id, lun, in qla2x00_async_tm_cmd()
3125 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_alloc_fw_dump()
3819 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_config_rings()
3848 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla24xx_config_rings()
3957 rsp = ha->rsp_q_map[que]; in qla2x00_init_rings()
6757 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_restart_isp()
6798 rsp = ha->rsp_q_map[i]; in qla25xx_init_queues()
8242 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_restart_isp()
8651 qpair->rsp = ha->rsp_q_map[rsp_id]; in qla2xxx_create_qpair()
Dqla_isr.c3641 if (!ha->rsp_q_map || !ha->rsp_q_map[0]) in qla2x00_free_irqs()
3643 rsp = ha->rsp_q_map[0]; in qla2x00_free_irqs()
Dqla_iocb.c333 rsp = ha->rsp_q_map[0]; in qla2x00_start_scsi()
3005 rsp = ha->rsp_q_map[0]; in qla82xx_start_scsi()
3661 rsp = ha->rsp_q_map[0]; in qla2x00_start_bidir()
Dqla_dbg.c97 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2xxx_copy_queues()
635 rsp = ha->rsp_q_map[que]; in qla25xx_copy_mqueues()
Dqla_def.h3653 struct rsp_que **rsp_q_map; member
Dqla_mbx.c341 qla2x00_poll(ha->rsp_q_map[0]); in qla2x00_mailbox_command()
465 qla2x00_poll(ha->rsp_q_map[0]); in qla2x00_mailbox_command()
Dqla_nx.c1773 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_config_rings()