Searched refs:periph_openings (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipiconf.c133 periph->periph_openings = 1;
H A Dscsipi_base.c347 if (tag >= periph->periph_openings) {
350 tag, periph->periph_openings);
425 if (periph->periph_active > periph->periph_openings)
438 if (periph->periph_active >= periph->periph_openings ||
1489 if (periph->periph_active < periph->periph_openings)
1492 mo.mo_openings = periph->periph_openings - 1;
1769 if ((periph->periph_sent >= periph->periph_openings) ||
2266 if (mo->mo_openings < periph->periph_openings)
2267 periph->periph_openings = mo->mo_openings;
2268 else if (mo->mo_openings > periph->periph_openings
[all...]
H A Dscsipiconf.h372 int periph_openings; /* max # of outstanding commands */ member in struct:scsipi_periph
H A Dss.c466 while (periph->periph_active < periph->periph_openings) {
H A Dsd.c251 periph->periph_openings =
779 while (periph->periph_active < periph->periph_openings) {
H A Dst.c1111 while (periph->periph_active < periph->periph_openings) {
H A Dcd.c275 periph->periph_openings =
758 while (periph->periph_active < periph->periph_openings) {
H A Dses.c227 periph->periph_openings = 1;

Completed in 206 milliseconds