HomeSort by: relevance | last modified time | path
    Searched refs:targ_lun (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mac68k/dev/
ncr5380reg.h 197 u_char targ_lun; /* lun for command */ member in struct:req_q
ncr5380.c 307 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,
  /src/sys/arch/atari/dev/
ncr5380reg.h 197 uint8_t targ_lun; /* lun for command */ member in struct:req_q
ncr5380.c 315 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 145 milliseconds