Lines Matching defs:reqp

3989 	sns_screq_t *reqp = (sns_screq_t *) local;
3992 ISP_MEMZERO((void *) reqp, SNS_RFT_ID_REQ_SIZE);
3993 reqp->snscb_rblen = SNS_RFT_ID_RESP_SIZE >> 1;
3994 reqp->snscb_addr[RQRSP_ADDR0015] = DMA_WD0(fcp->isp_scdma + 0x100);
3995 reqp->snscb_addr[RQRSP_ADDR1631] = DMA_WD1(fcp->isp_scdma + 0x100);
3996 reqp->snscb_addr[RQRSP_ADDR3247] = DMA_WD2(fcp->isp_scdma + 0x100);
3997 reqp->snscb_addr[RQRSP_ADDR4863] = DMA_WD3(fcp->isp_scdma + 0x100);
3998 reqp->snscb_sblen = 22;
3999 reqp->snscb_data[0] = SNS_RFT_ID;
4000 reqp->snscb_data[4] = fcp->isp_portid & 0xffff;
4001 reqp->snscb_data[5] = (fcp->isp_portid >> 16) & 0xff;
4002 reqp->snscb_data[6] = (1 << FC4_SCSI);
4007 isp_put_sns_request(isp, reqp, (sns_screq_t *) fcp->isp_scratch);
4192 ispreq_t *reqp;
4289 reqp = (ispreq_t *) local;
4293 isp_marker_24xx_t *m = (isp_marker_24xx_t *) reqp;
4299 isp_marker_t *m = (isp_marker_t *) reqp;
4311 reqp->req_header.rqs_entry_count = 1;
4313 reqp->req_header.rqs_entry_type = RQSTYPE_T7RQS;
4315 reqp->req_header.rqs_entry_type = RQSTYPE_T2RQS;
4318 reqp->req_header.rqs_entry_type = RQSTYPE_CMDONLY;
4320 reqp->req_header.rqs_entry_type = RQSTYPE_REQUEST;
4342 ((ispreqt7_t *)reqp)->req_task_attribute = ttype;
4355 ((ispreqt2_t *)reqp)->req_flags = XS_TAG_TYPE(xs);
4362 ((ispreqt2_t *)reqp)->req_flags = REQFLAG_HTAG;
4364 ((ispreqt2_t *)reqp)->req_flags = REQFLAG_STAG;
4369 reqp->req_flags = XS_TAG_TYPE(xs);
4373 tptr = &reqp->req_time;
4381 reqp->req_target = target | (XS_CHANNEL(xs) << 7);
4382 reqp->req_lun_trn = XS_LUN(xs);
4383 cdblen = ISP_MIN(cdblen, sizeof (reqp->req_cdb));
4384 cdbp = reqp->req_cdb;
4385 reqp->req_cdblen = cdblen;
4438 reqp->req_handle = handle;
4446 dmaresult = ISP_DMASETUP(isp, xs, reqp);