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

/netbsd-current/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) function
290 if (ixfer_start(hd, clen, phase, wait))
300 if (ixfer_start(hd, len, phase, wait) ||
310 if (ixfer_start(hd, len, phase, wait))
318 if (ixfer_start(hd, sizeof(hs->sc_stat), phase, wait) ||
326 if (ixfer_start(hd, sizeof(hs->sc_msg), phase, wait) ||
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dsc.c91 static void ixfer_start(struct scsidevice *, int, uint8_t, int);
307 ixfer_start(struct scsidevice *hd, int len, uint8_t phase, int wait) function
759 ixfer_start(hd, len, hs->sc_phase, 0);

Completed in 192 milliseconds