Home
last modified time | relevance | path

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

/titanic_50/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.c1034 softs->hwif = AAC_HWIF_UNKNOWN; in aac_detach()
2135 softs->hwif = aac_cards[card_index].hwif; in aac_check_card_type()
2150 softs->hwif = AAC_HWIF_I960RX; in aac_check_card_type()
2153 softs->hwif = AAC_HWIF_RKT; in aac_check_card_type()
2163 switch (softs->hwif) { in aac_check_card_type()
2174 "Unknown hardware interface %d", softs->hwif); in aac_check_card_type()