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

  /src/sys/arch/usermode/dev/
vatapi.c 169 chan->chan_openings = 1;
  /src/sys/dev/ic/
ciss.c 467 sc->sc_channel.chan_openings = sc->maxcmd;
470 if (sc->sc_channel.chan_openings > 2)
471 sc->sc_channel.chan_openings -= 2;
477 sc->sc_adapter.adapt_openings = sc->sc_channel.chan_openings;
487 sc->sc_link.openings = sc->sc_channel.chan_openings;
siisata.c 1547 chan->chan_openings = 1;
ahcisata_core.c 1822 chan->chan_openings = 1;
mvsata.c 739 chan->chan_openings = 1;
  /src/sys/dev/usb/
umass_scsipi.c 224 scbus->sc_channel.chan_openings = 1;
  /src/sys/dev/scsipi/
scsipiconf.h 182 * are associated with a channel, then the `chan_openings' below will
283 int chan_openings; /* number of command openings */ member in struct:scsipi_channel
325 #define SCSIPI_CHAN_OPENINGS 0x01 /* use chan_openings */
scsipi_base.c 304 if (chan->chan_openings > 0) {
305 chan->chan_openings--;
364 chan->chan_openings++;
atapi_wdc.c 139 chan->chan_openings = 1;

Completed in 25 milliseconds