Searched refs:rsp_q_map (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 538 ha->rsp_q_map[que_id] = NULL; in qla25xx_free_rsp_que() 602 rsp = ha->rsp_q_map[cnt]; in qla25xx_delete_queues() 667 req->rsp = ha->rsp_q_map[rsp_que]; in qla25xx_create_req_que() 777 ha->rsp_q_map[que_id] = rsp; in qla25xx_create_rsp_que()
|
D | qla_os.c | 320 ha->rsp_q_map = kzalloc(sizeof(struct rsp_que *) * ha->max_rsp_queues, in qla2x00_alloc_queues() 322 if (!ha->rsp_q_map) { in qla2x00_alloc_queues() 374 rsp = ha->rsp_q_map[cnt]; in qla2x00_free_queues() 377 kfree(ha->rsp_q_map); in qla2x00_free_queues() 378 ha->rsp_q_map = NULL; in qla2x00_free_queues() 432 kfree(ha->rsp_q_map); in qla25xx_setup_mode() 2435 ha->rsp_q_map[0] = rsp; in qla2x00_probe_one() 2461 ha->rsp_q_map, ha->req_q_map, rsp->req, req->rsp); in qla2x00_probe_one() 2469 ha->rsp_q_map, ha->req_q_map, rsp->req, req->rsp); in qla2x00_probe_one() 4347 rsp = ha->rsp_q_map[0]; in qla2xxx_pci_slot_reset()
|
D | qla_init.c | 287 vha->hw->rsp_q_map[0], sp->fcport->loop_id, lun, in qla2x00_async_tm_cmd_done() 1197 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_alloc_fw_dump() 1657 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_config_rings() 1686 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla24xx_config_rings() 1786 rsp = ha->rsp_q_map[que]; in qla2x00_init_rings() 4068 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_restart_isp() 4125 rsp = ha->rsp_q_map[i]; in qla25xx_init_queues() 5258 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_restart_isp()
|
D | qla_iocb.c | 340 rsp = ha->rsp_q_map[0]; in qla2x00_start_scsi() 1813 *rsp = ha->rsp_q_map[affinity + 1]; in qla25xx_set_que() 1815 *rsp = ha->rsp_q_map[0]; in qla25xx_set_que() 2256 rsp = ha->rsp_q_map[0]; in qla82xx_start_scsi()
|
D | qla_dbg.c | 62 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2xxx_copy_queues() 423 rsp = ha->rsp_q_map[que]; in qla25xx_copy_mqueues()
|
D | qla_mbx.c | 211 qla2x00_poll(ha->rsp_q_map[0]); in qla2x00_mailbox_command() 299 qla2x00_poll(ha->rsp_q_map[0]); in qla2x00_mailbox_command() 2461 rsp = ha->rsp_q_map[tag + 1]; in __qla24xx_issue_tmf()
|
D | qla_def.h | 2486 struct rsp_que **rsp_q_map; member
|
D | qla_isr.c | 2567 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_free_irqs()
|
D | qla_nx.c | 1768 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_config_rings()
|