ixfer_out
if (ixfer_out(hd, clen, cbuf))
if (ixfer_out(hd, len, buf))
static int ixfer_out(volatile struct scsidevice *, int, uint8_t *);
ixfer_out(hd, len, buf);
static void ixfer_out(struct scsidevice *, int, uint8_t *);