Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dips.c1420 if (ha->ad_type > 0 && ha->ad_type <= MAX_ADAPTER_NAME) { in ips_info()
1422 strcat(bp, ips_adapter_name[ha->ad_type - 1]); in ips_info()
2008 pt->AdapterType = ha->ad_type; in ips_cleanup_passthru()
2037 ips_adapter_name[ha->ad_type - 1]); in ips_host_info()
2153 ha->ad_type = IPS_ADTYPE_SERVERAID; in ips_identify_controller()
2155 ha->ad_type = IPS_ADTYPE_SERVERAID2; in ips_identify_controller()
2157 ha->ad_type = IPS_ADTYPE_NAVAJO; in ips_identify_controller()
2160 ha->ad_type = IPS_ADTYPE_KIOWA; in ips_identify_controller()
2164 ha->ad_type = IPS_ADTYPE_SERVERAID3L; in ips_identify_controller()
2166 ha->ad_type = IPS_ADTYPE_SERVERAID3; in ips_identify_controller()
[all …]
H A Dips.h1012 uint16_t ad_type; /* Adapter type */ member
/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h774 __u8 ad_type; member
H A Dhci_core.h289 __u8 ad_type; member
/openbmc/linux/net/bluetooth/
H A Dmsft.c547 pattern->data_type = entry->ad_type; in msft_add_monitor_sync()
H A Dmgmt.c5365 p->ad_type = patterns[i].ad_type; in parse_adv_monitor_pattern()