Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dips.c1424 if (ha->ad_type > 0 && ha->ad_type <= MAX_ADAPTER_NAME) { in ips_info()
1426 strcat(bp, ips_adapter_name[ha->ad_type - 1]); in ips_info()
2013 pt->AdapterType = ha->ad_type; in ips_cleanup_passthru()
2042 ips_adapter_name[ha->ad_type - 1]); in ips_host_info()
2158 ha->ad_type = IPS_ADTYPE_SERVERAID; in ips_identify_controller()
2160 ha->ad_type = IPS_ADTYPE_SERVERAID2; in ips_identify_controller()
2162 ha->ad_type = IPS_ADTYPE_NAVAJO; in ips_identify_controller()
2165 ha->ad_type = IPS_ADTYPE_KIOWA; in ips_identify_controller()
2169 ha->ad_type = IPS_ADTYPE_SERVERAID3L; in ips_identify_controller()
2171 ha->ad_type = IPS_ADTYPE_SERVERAID3; in ips_identify_controller()
[all …]
Dips.h1030 uint16_t ad_type; /* Adapter type */ member