Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dgdtreg.h33 #define GDT_MAX_HDRIVES 35 /* 5 busses * 7 targets XXX correct? */ macro
H A Dgdtvar.h171 } sc_hdr[GDT_MAX_HDRIVES];
H A Dgdt_common.c411 for (i = 0; i < cdev_cnt && i < GDT_MAX_HDRIVES; i++) in gdt_attach()
465 (sc->sc_class & GDT_FC) ? GDT_MAXID : GDT_MAX_HDRIVES; in gdt_attach()
559 if (target >= GDT_MAX_HDRIVES || !sc->sc_hdr[target].hd_present || in gdt_scsi_cmd()