Home
last modified time | relevance | path

Searched refs:TWE_MAX_UNITS (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Dtwevar.h81 } sc_hdr[TWE_MAX_UNITS];
H A Dtwereg.h36 #define TWE_MAX_UNITS 16 macro
H A Dtwe.c334 pb->param_size = TWE_MAX_UNITS; in twe_attach()
347 for (nunits = i = 0; i < TWE_MAX_UNITS; i++) { in twe_attach()
397 saa.saa_adapter_buswidth = TWE_MAX_UNITS; in twe_attach()
762 if (target >= TWE_MAX_UNITS || !sc->sc_hdr[target].hd_present || in twe_scsi_cmd()