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

  /src/sys/dev/scsipi/
scsipiconf.h 284 int chan_max_periph; /* max openings per periph */ member in struct:scsipi_channel
338 (chan)->chan_max_periph : (chan)->chan_adapter->adapt_max_periph)
scsiconf.c 185 if (chan->chan_max_periph > 256)
186 chan->chan_max_periph = 256;
atapi_wdc.c 140 chan->chan_max_periph = 1;
  /src/sys/arch/usermode/dev/
vatapi.c 170 chan->chan_max_periph = 1;
  /src/sys/dev/usb/
umass_scsipi.c 225 scbus->sc_channel.chan_max_periph = 1;
  /src/sys/dev/ic/
siisata.c 1548 chan->chan_max_periph = 1;
ahcisata_core.c 1823 chan->chan_max_periph = 1;
mvsata.c 740 chan->chan_max_periph = 1;

Completed in 136 milliseconds