Lines Matching refs:rsp
1523 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_alloc_fw_dump() local
1567 (rsp->length * sizeof(response_t)); in qla2x00_alloc_fw_dump()
1654 rsp_q_size = rsp->length * sizeof(response_t); in qla2x00_alloc_fw_dump()
1944 qla2x00_init_response_q_entries(struct rsp_que *rsp) in qla2x00_init_response_q_entries() argument
1949 rsp->ring_ptr = rsp->ring; in qla2x00_init_response_q_entries()
1950 rsp->ring_index = 0; in qla2x00_init_response_q_entries()
1951 rsp->status_srb = NULL; in qla2x00_init_response_q_entries()
1952 pkt = rsp->ring_ptr; in qla2x00_init_response_q_entries()
1953 for (cnt = 0; cnt < rsp->length; cnt++) { in qla2x00_init_response_q_entries()
2070 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_config_rings() local
2076 ha->init_cb->response_q_length = cpu_to_le16(rsp->length); in qla2x00_config_rings()
2079 ha->init_cb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla2x00_config_rings()
2080 ha->init_cb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla2x00_config_rings()
2099 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla24xx_config_rings() local
2106 icb->response_q_length = cpu_to_le16(rsp->length); in qla24xx_config_rings()
2109 icb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla24xx_config_rings()
2110 icb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla24xx_config_rings()
2188 struct rsp_que *rsp; in qla2x00_init_rings() local
2213 rsp = ha->rsp_q_map[que]; in qla2x00_init_rings()
2214 if (!rsp || !test_bit(que, ha->rsp_qid_map)) in qla2x00_init_rings()
2216 rsp->in_ptr = (void *)(rsp->ring + rsp->length); in qla2x00_init_rings()
2217 *rsp->in_ptr = 0; in qla2x00_init_rings()
2220 qlafx00_init_response_q_entries(rsp); in qla2x00_init_rings()
2222 qla2x00_init_response_q_entries(rsp); in qla2x00_init_rings()
4187 struct rsp_que *rsp; in qla2x00_loop_resync() local
4193 rsp = req->rsp; in qla2x00_loop_resync()
4206 qla2x00_marker(vha, req, rsp, 0, 0, in qla2x00_loop_resync()
4905 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_restart_isp() local
4926 qla2x00_marker(vha, req, rsp, 0, 0, MK_SYNC_ALL); in qla2x00_restart_isp()
4952 struct rsp_que *rsp = NULL; in qla25xx_init_queues() local
4959 rsp = ha->rsp_q_map[i]; in qla25xx_init_queues()
4960 if (rsp && test_bit(i, ha->rsp_qid_map)) { in qla25xx_init_queues()
4961 rsp->options &= ~BIT_0; in qla25xx_init_queues()
4962 ret = qla25xx_init_rsp_que(base_vha, rsp); in qla25xx_init_queues()
4966 __func__, rsp->id); in qla25xx_init_queues()
4970 __func__, rsp->id); in qla25xx_init_queues()
5897 struct rsp_que *rsp; in qla24xx_configure_vhba() local
5907 rsp = req->rsp; in qla24xx_configure_vhba()
5911 qla2x00_marker(vha, req, rsp, 0, 0, MK_SYNC_ALL); in qla24xx_configure_vhba()
6293 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_restart_isp() local
6305 qla2x00_marker(vha, req, rsp, 0, 0, MK_SYNC_ALL); in qla82xx_restart_isp()