Lines Matching refs:rsp

971 	struct rsp_que *rsp;  in qla2x00_abort_target()  local
980 rsp = req->rsp; in qla2x00_abort_target()
1003 rval2 = qla2x00_marker(vha, req, rsp, fcport->loop_id, 0, in qla2x00_abort_target()
1024 struct rsp_que *rsp; in qla2x00_lun_reset() local
1032 rsp = req->rsp; in qla2x00_lun_reset()
1052 rval2 = qla2x00_marker(vha, req, rsp, fcport->loop_id, l, in qla2x00_lun_reset()
1868 struct rsp_que *rsp; in qla24xx_login_fabric() local
1877 rsp = req->rsp; in qla24xx_login_fabric()
2145 struct rsp_que *rsp; in qla24xx_fabric_logout() local
2162 rsp = req->rsp; in qla24xx_fabric_logout()
2711 struct rsp_que *rsp; in __qla24xx_issue_tmf() local
2721 rsp = ha->rsp_q_map[tag + 1]; in __qla24xx_issue_tmf()
2723 rsp = req->rsp; in __qla24xx_issue_tmf()
2780 rval2 = qla2x00_marker(vha, req, rsp, fcport->loop_id, l, in __qla24xx_issue_tmf()
3684 struct verify_chip_rsp_84xx rsp; member
3737 status[0] = le16_to_cpu(mn->p.rsp.comp_status); in qla84xx_verify_chip()
3739 le16_to_cpu(mn->p.rsp.failure_code) : 0; in qla84xx_verify_chip()
3756 le32_to_cpu(mn->p.rsp.fw_ver)); in qla84xx_verify_chip()
3761 le32_to_cpu(mn->p.rsp.fw_ver); in qla84xx_verify_chip()
3803 if (req->rsp) in qla25xx_init_req_que()
3804 mcp->mb[10] = req->rsp->id; in qla25xx_init_req_que()
3851 qla25xx_init_rsp_que(struct scsi_qla_host *vha, struct rsp_que *rsp) in qla25xx_init_rsp_que() argument
3863 rsp->options |= BIT_13; in qla25xx_init_rsp_que()
3866 mcp->mb[1] = rsp->options; in qla25xx_init_rsp_que()
3867 mcp->mb[2] = MSW(LSD(rsp->dma)); in qla25xx_init_rsp_que()
3868 mcp->mb[3] = LSW(LSD(rsp->dma)); in qla25xx_init_rsp_que()
3869 mcp->mb[6] = MSW(MSD(rsp->dma)); in qla25xx_init_rsp_que()
3870 mcp->mb[7] = LSW(MSD(rsp->dma)); in qla25xx_init_rsp_que()
3871 mcp->mb[5] = rsp->length; in qla25xx_init_rsp_que()
3872 mcp->mb[14] = rsp->msix->entry; in qla25xx_init_rsp_que()
3873 mcp->mb[13] = rsp->rid; in qla25xx_init_rsp_que()
3877 mcp->mb[4] = rsp->id; in qla25xx_init_rsp_que()
3879 mcp->mb[8] = *rsp->in_ptr = 0; in qla25xx_init_rsp_que()
3899 if (!(rsp->options & BIT_0)) { in qla25xx_init_rsp_que()
3900 WRT_REG_DWORD(rsp->rsp_q_out, 0); in qla25xx_init_rsp_que()
3902 WRT_REG_DWORD(rsp->rsp_q_in, 0); in qla25xx_init_rsp_que()