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

  /src/sys/dev/pci/
twevar.h 69 struct twe_drive sc_units[TWE_MAX_UNITS];
twereg.h 139 #define TWE_MAX_UNITS 16
twe.c 492 for (i = 0; i < TWE_MAX_UNITS; i++)
526 for (unit = 0; unit < TWE_MAX_UNITS; unit++) {
547 if (unit < 0 || unit >= TWE_MAX_UNITS)
552 TWE_PARAM_UNITSUMMARY_Status, TWE_MAX_UNITS, NULL, &dtp);
652 if (unit < 0 || unit >= TWE_MAX_UNITS)

Completed in 13 milliseconds