Searched refs:siba_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/siba/
H A Dsiba_core.c181 KASSERT(siba->siba_type == SIBA_TYPE_PCI,
182 ("unsupported BUS type (%#x)", siba->siba_type));
228 if (siba->siba_type != SIBA_TYPE_PCI)
277 KASSERT(siba->siba_type == SIBA_TYPE_PCI,
278 ("unsupported BUS type (%#x)", siba->siba_type));
296 if (siba->siba_type == SIBA_TYPE_PCI) {
400 switch (siba->siba_type) {
406 siba->siba_type));
451 KASSERT(siba->siba_type == SIBA_TYPE_PCI,
452 ("unsupported BUS type (%#x)", siba->siba_type));
[all...]
H A Dsibavar.h37 enum siba_type { enum
78 SIBA_ACCESSOR(type, TYPE, enum siba_type)
522 enum siba_type siba_type; member in struct:siba_softc
H A Dsiba_bwn.c130 siba->siba_type = SIBA_TYPE_PCI;
386 *result = siba->siba_type;

Completed in 102 milliseconds