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

  /src/sys/dev/ic/
ld_icp.c 350 ld_icp_adjqparam(device_t dv, int openings)
353 ldadjqparam(device_private(dv), openings); local
icp.c 288 * Determine the number of devices, and number of openings per
561 int unit, openings; local
564 openings =
567 openings = 0;
568 if (openings == icp->icp_openings)
570 icp->icp_openings = openings;
573 printf("%s: %d device%s, %d openings per device\n",
  /src/sys/dev/pci/
twe.c 510 int unit, openings; local
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
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/ata/
wd.c 813 unsigned openings; local
821 openings = ata_queue_openings(chp);
824 openings = uimin(openings, wd->drvp->drv_openings);
826 if (wd->inflight >= 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/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 45 milliseconds