Searched refs:rsp_q_map (Results 1 – 11 of 11) sorted by relevance
618 ha->rsp_q_map[que_id] = NULL; in qla25xx_free_rsp_que()692 rsp = ha->rsp_q_map[cnt]; in qla25xx_delete_queues()764 req->rsp = ha->rsp_q_map[rsp_que]; in qla25xx_create_req_que()876 ha->rsp_q_map[que_id] = rsp; in qla25xx_create_rsp_que()
164 qla2x00_poll(ha->rsp_q_map[0]); in qlafx00_mailbox_command()217 qla2x00_poll(ha->rsp_q_map[0]); in qlafx00_mailbox_command()813 struct rsp_que *rsp = ha->rsp_q_map[0]; in qlafx00_save_queue_ptrs()839 struct rsp_que *rsp = ha->rsp_q_map[0]; in qlafx00_config_queues()1421 qla2x00_request_irqs(ha, ha->rsp_q_map[0]); in qlafx00_rescan_isp()3065 rsp = ha->rsp_q_map[0]; in qlafx00_start_scsi()
445 ha->rsp_q_map = kcalloc(ha->max_rsp_queues, sizeof(struct rsp_que *), in qla2x00_alloc_queues()447 if (!ha->rsp_q_map) { in qla2x00_alloc_queues()481 ha->rsp_q_map[0] = rsp; in qla2x00_alloc_queues()491 kfree(ha->rsp_q_map); in qla2x00_alloc_queues()492 ha->rsp_q_map = NULL; in qla2x00_alloc_queues()574 rsp = ha->rsp_q_map[cnt]; in qla2x00_free_queues()576 ha->rsp_q_map[cnt] = NULL; in qla2x00_free_queues()583 kfree(ha->rsp_q_map); in qla2x00_free_queues()584 ha->rsp_q_map = NULL; in qla2x00_free_queues()3343 ha->rsp_q_map[0] = rsp; in qla2x00_probe_one()[all …]
352 struct rsp_que *rsp = vha->hw->rsp_q_map[i]; in qla27xx_fwdt_entry_t263()653 struct rsp_que *rsp = vha->hw->rsp_q_map[i]; in qla27xx_fwdt_entry_t274()
4586 if (!ha->rsp_q_map || !ha->rsp_q_map[0]) in qla2x00_free_irqs()4588 rsp = ha->rsp_q_map[0]; in qla2x00_free_irqs()
346 rsp = ha->rsp_q_map[0]; in qla2x00_start_scsi()3375 rsp = ha->rsp_q_map[0]; in qla82xx_start_scsi()4132 rsp = ha->rsp_q_map[0]; in qla2x00_start_bidir()
3778 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_alloc_fw_dump()4632 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_config_rings()4659 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla24xx_config_rings()4775 rsp = ha->rsp_q_map[que]; in qla2x00_init_rings()7819 rsp = ha->rsp_q_map[i]; in qla25xx_init_queues()9768 qpair->rsp = ha->rsp_q_map[rsp_id]; in qla2xxx_create_qpair()
91 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2xxx_copy_queues()643 rsp = ha->rsp_q_map[que]; in qla25xx_copy_mqueues()
1735 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_config_rings()
353 qla2x00_poll(ha->rsp_q_map[0]); in qla2x00_mailbox_command()490 qla2x00_poll(ha->rsp_q_map[0]); in qla2x00_mailbox_command()
4122 struct rsp_que **rsp_q_map; member