Searched refs:rsp_q_map (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 552 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()
|
D | qla_os.c | 334 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 …]
|
D | qla_tmpl.c | 414 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()
|
D | qla_mr.c | 164 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()
|
D | qla_iocb.c | 333 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()
|
D | qla_init.c | 342 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()
|
D | qla_isr.c | 3204 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()
|
D | qla_dbg.c | 101 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2xxx_copy_queues() 595 rsp = ha->rsp_q_map[que]; in qla25xx_copy_mqueues()
|
D | qla_mbx.c | 210 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()
|
D | qla_def.h | 3006 struct rsp_que **rsp_q_map; member
|
D | qla_nx.c | 1768 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_config_rings()
|