HomeSort by: relevance | last modified time | path
    Searched defs:openings (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ic/
icp.c 293 * Determine the number of devices, and number of openings per
566 int unit, openings; local in function:icp_recompute_openings
569 openings =
572 openings = 0;
573 if (openings == icp->icp_openings)
575 icp->icp_openings = openings;
578 printf("%s: %d device%s, %d openings per device\n",
  /src/sys/dev/pci/
twe.c 510 int unit, openings; local in function:twe_recompute_openings
513 openings = (TWE_MAX_QUEUECNT - 1) / sc->sc_nunits;
515 openings = 0;
516 if (openings == sc->sc_openings)
518 sc->sc_openings = openings;
521 printf("%s: %d array%s, %d openings per array\n",
626 * recompute the number of available command openings.
twa.c 936 int openings; local in function:twa_recompute_openings
953 openings = (TWA_Q_LENGTH - 2) * td->td_size
956 openings = 0;
958 if (openings == td->td_openings)
960 td->td_openings = openings;
963 printf("%s: unit %d openings %d\n",
964 device_xname(sc->twa_dv), unit, openings);
  /src/sys/dev/raidframe/
rf_raid.h 143 int openings; /* Number of IO's which can be scheduled member in struct:RF_Raid_s
  /src/sys/dev/ata/
wd.c 813 unsigned openings; local in function:wd_diskstart
821 openings = ata_queue_openings(chp);
824 openings = uimin(openings, wd->drvp->drv_openings);
826 if (wd->inflight >= openings) {
  /src/sys/arch/emips/ebus/
ace_ebus.c 170 int openings; member in struct:ace_softc
1595 ace->openings = 1; /* wazziz?*/
1806 while (ace->openings > 0) {
1815 ace->openings--;
1902 ace->openings++;
flash_ebus.c 191 int openings; member in struct:eflash_softc
1442 sc->openings = 1; /* wazziz?*/
1732 while (sc->openings > 0) {
1741 sc->openings--;
1830 sc->openings++;

Completed in 21 milliseconds