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

  /src/sys/dev/scsipi/
scsipiconf.c 143 periph->periph_openings = 1;
scsipi_base.c 404 if (tag >= periph->periph_openings) {
407 tag, periph->periph_openings);
493 if (periph->periph_active > periph->periph_openings)
506 if (periph->periph_active >= periph->periph_openings ||
1845 if (periph->periph_active < periph->periph_openings)
1848 mo.mo_openings = periph->periph_openings - 1;
2128 if ((periph->periph_sent >= periph->periph_openings) ||
2555 if (mo->mo_openings < periph->periph_openings)
2556 periph->periph_openings = mo->mo_openings;
2557 else if (mo->mo_openings > periph->periph_openings &
    [all...]
ss.c 468 while (periph->periph_active < periph->periph_openings) {
scsipiconf.h 398 int periph_openings; /* max # of outstanding commands */ member in struct:scsipi_periph
sd.c 314 periph->periph_openings =
685 if (periph->periph_active >= periph->periph_openings) {
st.c 1198 if (periph->periph_active >= periph->periph_openings) {
cd.c 322 periph->periph_openings =
779 if (periph->periph_active >= periph->periph_openings) {
ses.c 239 periph->periph_openings = 1;

Completed in 22 milliseconds