Searched refs:supp_info (Results 1 – 1 of 1) sorted by relevance
2505 struct aac_supplement_adapter_info *supp_info; in aac_describe_controller() local2507 supp_info = ((struct aac_supplement_adapter_info *)&fib->data[0]); in aac_describe_controller()2508 adapter_type = (char *)supp_info->AdapterTypeText; in aac_describe_controller()2509 sc->aac_feature_bits = le32toh(supp_info->FeatureBits); in aac_describe_controller()2510 sc->aac_support_opt2 = le32toh(supp_info->SupportedOptions2); in aac_describe_controller()