Home
last modified time | relevance | path

Searched refs:hwif (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h152 uint16_t hwif; /* card chip type: i960 or Rocket */ member
368 uint16_t hwif; /* card chip type: i960 or Rocket */ member
H A Daac.c1036 softs->hwif = AAC_HWIF_UNKNOWN; in aac_detach()
2137 softs->hwif = aac_cards[card_index].hwif; in aac_check_card_type()
2152 softs->hwif = AAC_HWIF_I960RX; in aac_check_card_type()
2155 softs->hwif = AAC_HWIF_RKT; in aac_check_card_type()
2165 switch (softs->hwif) { in aac_check_card_type()
2176 "Unknown hardware interface %d", softs->hwif); in aac_check_card_type()