Searched refs:GDT_MAXBUS (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/iir/
H A Diir.c316 gccb->gc_scratch[GDT_IOC_LIST_ENTRIES] = GDT_MAXBUS;
318 gccb->gc_scratch[GDT_IOC_LAST_CHAN] = GDT_MAXBUS - 1;
322 GDT_IOC_HDR_SZ + GDT_MAXBUS * GDT_RAWIOC_SZ)) {
331 for (i = 0; i < GDT_MAXBUS; i++) {
H A Diir.h69 #define GDT_MAXBUS 6 /* XXX Why not 5? */ macro
636 u_int8_t sc_bus_id[GDT_MAXBUS];
663 struct cam_sim *sims[GDT_MAXBUS];
664 struct cam_path *paths[GDT_MAXBUS];

Completed in 90 milliseconds