Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/
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 …]
Dips.h1012 uint16_t ad_type; /* Adapter type */ member
/Linux-v6.6/include/net/bluetooth/
Dmgmt.h774 __u8 ad_type; member
Dhci_core.h290 __u8 ad_type; member
/Linux-v6.6/net/bluetooth/
Dmsft.c553 pattern->data_type = entry->ad_type; in msft_add_monitor_sync()
Dmgmt.c5393 p->ad_type = patterns[i].ad_type; in parse_adv_monitor_pattern()