Home
last modified time | relevance | path

Searched refs:ixfer_start (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/hp300/stand/common/
H A Dscsi.c66 static int ixfer_start(volatile struct scsidevice *, int, uint8_t, int);
210 ixfer_start(volatile struct scsidevice *hd, int len, uint8_t phase, int wait) in ixfer_start() function
290 if (ixfer_start(hd, clen, phase, wait)) in scsiicmd()
300 if (ixfer_start(hd, len, phase, wait) || in scsiicmd()
310 if (ixfer_start(hd, len, phase, wait)) in scsiicmd()
318 if (ixfer_start(hd, sizeof(hs->sc_stat), phase, wait) || in scsiicmd()
326 if (ixfer_start(hd, sizeof(hs->sc_msg), phase, wait) || in scsiicmd()
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dsc.c91 static void ixfer_start(struct scsidevice *, int, uint8_t, int);
319 ixfer_start(struct scsidevice *hd, int len, uint8_t phase, int wait) in ixfer_out()
771 ixfer_start(hd, len, hs->sc_phase, 0); in scintr()
307 ixfer_start(struct scsidevice *hd, int len, uint8_t phase, int wait) ixfer_start() function