Searched refs:targ_lun (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/mac68k/dev/
H A Dncr5380reg.h197 u_char targ_lun; /* lun for command */ member in struct:req_q
H A Dncr5380.c307 reqp->targ_lun = xs->xs_periph->periph_lun;
312 reqp->xcmd.bytes[0] |= reqp->targ_lun << 5;
374 tmp->targ_lun = reqp->targ_lun;
873 tmp[0] = MSG_IDENTIFY(reqp->targ_lun,
/netbsd-current/sys/arch/atari/dev/
H A Dncr5380reg.h197 uint8_t targ_lun; /* lun for command */ member in struct:req_q
H A Dncr5380.c315 reqp->targ_lun = xs->xs_periph->periph_lun;
320 reqp->xcmd.bytes[0] |= reqp->targ_lun << 5;
381 tmp->targ_lun = reqp->targ_lun;
893 tmp[0] = MSG_IDENTIFY(reqp->targ_lun,

Completed in 265 milliseconds