HomeSort by: relevance | last modified time | path
    Searched defs:reqp (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/mac68k/dev/
mac68k5380.c 219 SC_REQ *reqp = connected; local in function:pdma_cleanup
229 pdma_5380_bytes+=(reqp->xdata_len - pending_5380_count);
235 reqp->xdata_ptr += reqp->xdata_len - pending_5380_count;
236 reqp->xdata_len = pending_5380_count;
251 reqp->dr_flag &= ~DRIVER_IN_DMA;
271 SC_REQ *reqp = connected; local in function:pdma_ready
293 } else if (PH_IN(reqp->phase) && (dmstat & SC_PAR_ERR)) {
294 if (!(ncr5380_no_parchk & (1 << reqp->targ_id)))
296 reqp->xs->error = XS_DRIVER_STUFFUP
535 SC_REQ *reqp = connected; local in function:transfer_pdma
    [all...]
ncr5380.c 128 extern inline void nack_message(SC_REQ *reqp, u_char msg)
131 reqp->msgout = msg;
134 extern inline void finish_req(SC_REQ *reqp)
137 struct scsipi_xfer *xs = reqp->xs;
143 if (reqp->dr_flag & DRIVER_BOUNCING)
144 free_bounceb(reqp->bounceb);
147 if (dbg_target_mask & (1 << reqp->targ_id))
148 show_request(reqp, "DONE");
151 if (reqp->xs->error != 0)
152 show_request(reqp, "ERR_RET")
267 SC_REQ *reqp, *link, *tmp; local in function:ncr5380_scsi_request
627 SC_REQ *reqp; local in function:ncr_dma_intr
945 SC_REQ *reqp = connected; local in function:information_transfer
1461 SC_REQ *reqp = connected; local in function:dma_ready
1740 SC_REQ *reqp; local in function:check_intr
    [all...]
  /src/sys/arch/atari/dev/
atari5380.c 203 #define poll_edma(reqp) tt_poll_edma(reqp)
242 tt_wrong_dma_range(SC_REQ *reqp, struct dma_chain *dm)
246 reqp->dr_flag |= DRIVER_BOUNCING;
252 #define tt_wrong_dma_range(reqp, dm) 0
342 scsi_tt_dmasetup(SC_REQ *reqp, u_int phase, uint8_t mode)
349 set_scsi_dma(SCSI_DMA->s_dma_ptr, reqp->dm_cur->dm_addr);
350 set_scsi_dma(SCSI_DMA->s_dma_cnt, reqp->dm_cur->dm_count);
359 set_scsi_dma(SCSI_DMA->s_dma_ptr, reqp->dm_cur->dm_addr);
360 set_scsi_dma(SCSI_DMA->s_dma_cnt, reqp->dm_cur->dm_count)
1149 SC_REQ *reqp; local in function:scsi_dma
    [all...]
ncr5380.c 131 nack_message(SC_REQ *reqp, u_char msg)
135 reqp->msgout = msg;
139 finish_req(SC_REQ *reqp)
142 struct scsipi_xfer *xs = reqp->xs;
148 if (reqp->dr_flag & DRIVER_BOUNCING)
149 free_bounceb(reqp->bounceb);
152 if (dbg_target_mask & (1 << reqp->targ_id))
153 show_request(reqp, "DONE");
156 if ((dbg_target_mask & (1 << reqp->targ_id)) && (reqp->xs->error != 0)
271 SC_REQ *reqp, *link, *tmp; local in function:ncr5380_scsi_request
642 SC_REQ *reqp; local in function:ncr_dma_intr
966 SC_REQ *reqp = connected; local in function:information_transfer
1492 SC_REQ *reqp = connected; local in function:dma_ready
1780 SC_REQ *reqp; local in function:check_intr
    [all...]
  /src/sys/dev/ic/
isp.c 3989 sns_screq_t *reqp = (sns_screq_t *) local; local in function:isp_register_fc4_type
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
4192 ispreq_t *reqp; local in function:isp_start
    [all...]

Completed in 15 milliseconds