Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
Dips.c1416 if (ha->ad_type > 0 && ha->ad_type <= MAX_ADAPTER_NAME) { in ips_info()
1418 strcat(bp, ips_adapter_name[ha->ad_type - 1]); in ips_info()
2005 pt->AdapterType = ha->ad_type; in ips_cleanup_passthru()
2034 ips_adapter_name[ha->ad_type - 1]); in ips_host_info()
2150 ha->ad_type = IPS_ADTYPE_SERVERAID; in ips_identify_controller()
2152 ha->ad_type = IPS_ADTYPE_SERVERAID2; in ips_identify_controller()
2154 ha->ad_type = IPS_ADTYPE_NAVAJO; in ips_identify_controller()
2157 ha->ad_type = IPS_ADTYPE_KIOWA; in ips_identify_controller()
2161 ha->ad_type = IPS_ADTYPE_SERVERAID3L; in ips_identify_controller()
2163 ha->ad_type = IPS_ADTYPE_SERVERAID3; in ips_identify_controller()
[all …]
Dips.h1012 uint16_t ad_type; /* Adapter type */ member
/kernel/linux/linux-5.10/include/net/bluetooth/
Dmgmt.h760 __u8 ad_type; member
Dhci_core.h246 __u8 ad_type; member
/kernel/linux/linux-5.10/net/bluetooth/
Dmgmt.c4270 p->ad_type = cp->patterns[i].ad_type; in add_adv_patterns_monitor()