Lines Matching refs:rsp
1526 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_alloc_fw_dump() local
1570 (rsp->length * sizeof(response_t)); in qla2x00_alloc_fw_dump()
1657 rsp_q_size = rsp->length * sizeof(response_t); in qla2x00_alloc_fw_dump()
1947 qla2x00_init_response_q_entries(struct rsp_que *rsp) in qla2x00_init_response_q_entries() argument
1952 rsp->ring_ptr = rsp->ring; in qla2x00_init_response_q_entries()
1953 rsp->ring_index = 0; in qla2x00_init_response_q_entries()
1954 rsp->status_srb = NULL; in qla2x00_init_response_q_entries()
1955 pkt = rsp->ring_ptr; in qla2x00_init_response_q_entries()
1956 for (cnt = 0; cnt < rsp->length; cnt++) { in qla2x00_init_response_q_entries()
2073 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_config_rings() local
2079 ha->init_cb->response_q_length = cpu_to_le16(rsp->length); in qla2x00_config_rings()
2082 ha->init_cb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla2x00_config_rings()
2083 ha->init_cb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla2x00_config_rings()
2102 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla24xx_config_rings() local
2109 icb->response_q_length = cpu_to_le16(rsp->length); in qla24xx_config_rings()
2112 icb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla24xx_config_rings()
2113 icb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla24xx_config_rings()
2186 struct rsp_que *rsp; in qla2x00_init_rings() local
2211 rsp = ha->rsp_q_map[que]; in qla2x00_init_rings()
2212 if (!rsp || !test_bit(que, ha->rsp_qid_map)) in qla2x00_init_rings()
2214 rsp->in_ptr = (void *)(rsp->ring + rsp->length); in qla2x00_init_rings()
2215 *rsp->in_ptr = 0; in qla2x00_init_rings()
2218 qlafx00_init_response_q_entries(rsp); in qla2x00_init_rings()
2220 qla2x00_init_response_q_entries(rsp); in qla2x00_init_rings()
4191 struct rsp_que *rsp; in qla2x00_loop_resync() local
4197 rsp = req->rsp; in qla2x00_loop_resync()
4210 qla2x00_marker(vha, req, rsp, 0, 0, in qla2x00_loop_resync()
4909 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_restart_isp() local
4930 qla2x00_marker(vha, req, rsp, 0, 0, MK_SYNC_ALL); in qla2x00_restart_isp()
4956 struct rsp_que *rsp = NULL; in qla25xx_init_queues() local
4963 rsp = ha->rsp_q_map[i]; in qla25xx_init_queues()
4964 if (rsp && test_bit(i, ha->rsp_qid_map)) { in qla25xx_init_queues()
4965 rsp->options &= ~BIT_0; in qla25xx_init_queues()
4966 ret = qla25xx_init_rsp_que(base_vha, rsp); in qla25xx_init_queues()
4970 __func__, rsp->id); in qla25xx_init_queues()
4974 __func__, rsp->id); in qla25xx_init_queues()
5901 struct rsp_que *rsp; in qla24xx_configure_vhba() local
5911 rsp = req->rsp; in qla24xx_configure_vhba()
5915 qla2x00_marker(vha, req, rsp, 0, 0, MK_SYNC_ALL); in qla24xx_configure_vhba()
6297 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_restart_isp() local
6309 qla2x00_marker(vha, req, rsp, 0, 0, MK_SYNC_ALL); in qla82xx_restart_isp()