Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dips.c1525 if (ha->ad_type > 0 && ha->ad_type <= MAX_ADAPTER_NAME) {
1527 strcat(bp, ips_adapter_name[ha->ad_type - 1]);
2117 pt->AdapterType = ha->ad_type;
2154 ips_adapter_name[ha->ad_type - 1]);
2333 ha->ad_type = IPS_ADTYPE_SERVERAID;
2335 ha->ad_type = IPS_ADTYPE_SERVERAID2;
2337 ha->ad_type = IPS_ADTYPE_NAVAJO;
2340 ha->ad_type = IPS_ADTYPE_KIOWA;
2344 ha->ad_type = IPS_ADTYPE_SERVERAID3L;
2346 ha->ad_type = IPS_ADTYPE_SERVERAID3;
[all …]
Dips.h1080 uint16_t ad_type; /* Adapter type */ member