Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_mid.c552 ha->rsp_q_map[que_id] = NULL; in qla25xx_free_rsp_que()
616 rsp = ha->rsp_q_map[cnt]; in qla25xx_delete_queues()
685 req->rsp = ha->rsp_q_map[rsp_que]; in qla25xx_create_req_que()
798 ha->rsp_q_map[que_id] = rsp; in qla25xx_create_rsp_que()
Dqla_os.c334 ha->rsp_q_map = kzalloc(sizeof(struct rsp_que *) * ha->max_rsp_queues, in qla2x00_alloc_queues()
336 if (!ha->rsp_q_map) { in qla2x00_alloc_queues()
345 ha->rsp_q_map[0] = rsp; in qla2x00_alloc_queues()
413 rsp = ha->rsp_q_map[cnt]; in qla2x00_free_queues()
416 kfree(ha->rsp_q_map); in qla2x00_free_queues()
417 ha->rsp_q_map = NULL; in qla2x00_free_queues()
471 kfree(ha->rsp_q_map); in qla25xx_setup_mode()
2655 ha->rsp_q_map[0] = rsp; in qla2x00_probe_one()
2688 ha->rsp_q_map, ha->req_q_map, rsp->req, req->rsp); in qla2x00_probe_one()
2696 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()
3089 rsp = ha->rsp_q_map[0]; in qlafx00_start_scsi()
Dqla_iocb.c333 rsp = ha->rsp_q_map[0]; in qla2x00_start_scsi()
1776 *rsp = ha->rsp_q_map[affinity + 1]; in qla25xx_set_que()
1778 *rsp = ha->rsp_q_map[0]; in qla25xx_set_que()
2238 rsp = ha->rsp_q_map[0]; in qla82xx_start_scsi()
2751 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()
1526 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_alloc_fw_dump()
2073 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_config_rings()
2102 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla24xx_config_rings()
2211 rsp = ha->rsp_q_map[que]; in qla2x00_init_rings()
4909 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_restart_isp()
4963 rsp = ha->rsp_q_map[i]; in qla25xx_init_queues()
6297 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_restart_isp()
Dqla_isr.c3204 if (!ha->rsp_q_map || !ha->rsp_q_map[0]) in qla2x00_free_irqs()
3206 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()
2731 rsp = ha->rsp_q_map[tag + 1]; in __qla24xx_issue_tmf()
Dqla_def.h3006 struct rsp_que **rsp_q_map; member
Dqla_nx.c1768 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_config_rings()