/src/sys/dev/ata/ |
ata_subr.c | 88 KASSERTMSG(hwslot < chq->queue_openings, "hwslot %d > openings %d", 161 ata_queue_alloc(uint8_t openings) 163 if (openings == 0) 164 openings = 1; 166 if (openings > ATA_MAX_OPENINGS) 167 openings = ATA_MAX_OPENINGS; 171 chq->queue_openings = openings;
|
atavar.h | 570 ata_queue_alloc(uint8_t openings);
|
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/dev/ic/ |
icpsp.c | 329 icpsp_adjqparam(device_t self, int openings) 335 sc->sc_adapter.adapt_openings += openings - sc->sc_openings; 336 sc->sc_openings = openings;
|
ld_icp.c | 350 ld_icp_adjqparam(device_t dv, int openings) 353 ldadjqparam(device_private(dv), openings);
|
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",
|
ciss.c | 487 sc->sc_link.openings = sc->sc_channel.chan_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
|
rf_netbsdkintf.c | 1132 raidPtr->openings++; 1375 raidPtr->openings = RAIDOUTSTANDING; 2069 if (raidPtr->openings == 0) { 2112 raidPtr->openings--; 3692 raidPtr->openings = RAIDOUTSTANDING; 3761 if (dk_strategy_pending(dksc) && raidPtr->openings > 0) {
|
/src/sys/dev/pci/ |
ld_twa.c | 299 ld_twa_adjqparam(device_t self, int openings) 304 ldadjqparam(ld, openings);
|
ld_twe.c | 342 ld_twe_adjqparam(device_t self, int openings) 347 ldadjqparam(ld, openings);
|
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/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++;
|
/src/sys/arch/arc/dti/ |
btl.c | 402 sc->sc_link.openings = 1;
|