Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_mid.c553 ha->rsp_q_map[que_id] = NULL; in qla25xx_free_rsp_que()
617 rsp = ha->rsp_q_map[cnt]; in qla25xx_delete_queues()
686 req->rsp = ha->rsp_q_map[rsp_que]; in qla25xx_create_req_que()
799 ha->rsp_q_map[que_id] = rsp; in qla25xx_create_rsp_que()
Dqla_os.c335 ha->rsp_q_map = kzalloc(sizeof(struct rsp_que *) * ha->max_rsp_queues, in qla2x00_alloc_queues()
337 if (!ha->rsp_q_map) { in qla2x00_alloc_queues()
346 ha->rsp_q_map[0] = rsp; in qla2x00_alloc_queues()
414 rsp = ha->rsp_q_map[cnt]; in qla2x00_free_queues()
417 kfree(ha->rsp_q_map); in qla2x00_free_queues()
418 ha->rsp_q_map = NULL; in qla2x00_free_queues()
472 kfree(ha->rsp_q_map); in qla25xx_setup_mode()
2658 ha->rsp_q_map[0] = rsp; in qla2x00_probe_one()
2691 ha->rsp_q_map, ha->req_q_map, rsp->req, req->rsp); in qla2x00_probe_one()
2699 ha->rsp_q_map, ha->req_q_map, rsp->req, req->rsp); in qla2x00_probe_one()
[all …]
Dqla_tmpl.c414 struct rsp_que *rsp = vha->hw->rsp_q_map[i]; in qla27xx_fwdt_entry_t263()
659 struct rsp_que *rsp = vha->hw->rsp_q_map[i]; in qla27xx_fwdt_entry_t274()
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()
835 struct rsp_que *rsp = ha->rsp_q_map[0]; in qlafx00_save_queue_ptrs()
861 struct rsp_que *rsp = ha->rsp_q_map[0]; in qlafx00_config_queues()
1442 qla2x00_request_irqs(ha, ha->rsp_q_map[0]); in qlafx00_rescan_isp()
3093 rsp = ha->rsp_q_map[0]; in qlafx00_start_scsi()
Dqla_iocb.c336 rsp = ha->rsp_q_map[0]; in qla2x00_start_scsi()
1800 *rsp = ha->rsp_q_map[affinity + 1]; in qla25xx_set_que()
1802 *rsp = ha->rsp_q_map[0]; in qla25xx_set_que()
2267 rsp = ha->rsp_q_map[0]; in qla82xx_start_scsi()
2785 rsp = ha->rsp_q_map[0]; in qla2x00_start_bidir()
Dqla_init.c342 vha->hw->rsp_q_map[0], sp->fcport->loop_id, lun, in qla2x00_async_tm_cmd()
1523 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_alloc_fw_dump()
2070 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_config_rings()
2099 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla24xx_config_rings()
2213 rsp = ha->rsp_q_map[que]; in qla2x00_init_rings()
4905 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_restart_isp()
4959 rsp = ha->rsp_q_map[i]; in qla25xx_init_queues()
6293 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_restart_isp()
Dqla_isr.c3178 if (!ha->rsp_q_map || !ha->rsp_q_map[0]) in qla2x00_free_irqs()
3180 rsp = ha->rsp_q_map[0]; in qla2x00_free_irqs()
Dqla_dbg.c101 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2xxx_copy_queues()
595 rsp = ha->rsp_q_map[que]; in qla25xx_copy_mqueues()
Dqla_mbx.c210 qla2x00_poll(ha->rsp_q_map[0]); in qla2x00_mailbox_command()
303 qla2x00_poll(ha->rsp_q_map[0]); in qla2x00_mailbox_command()
2721 rsp = ha->rsp_q_map[tag + 1]; in __qla24xx_issue_tmf()
Dqla_def.h3006 struct rsp_que **rsp_q_map; member
Dqla_nx.c1767 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_config_rings()