Searched defs:aac_softstate (Results 1 – 1 of 1) sorted by relevance
366 struct aac_softstate { struct367 int card; /* index to aac_cards */368 uint16_t hwif; /* card chip type: i960 or Rocket */369 uint16_t vendid; /* vendor id */370 uint16_t subvendid; /* sub vendor id */371 uint16_t devid; /* device id */372 uint16_t subsysid; /* sub system id */373 char vendor_name[AAC_VENDOR_LEN + 1];374 char product_name[AAC_PRODUCT_LEN + 1];375 uint32_t support_opt; /* firmware features */[all …]