Home
last modified time | relevance | path

Searched refs:identify (Results 1 – 25 of 149) sorted by relevance

123456

/linux-3.4.99/drivers/scsi/libsas/
Dsas_internal.h129 rphy->identify.sas_address = SAS_ADDR(dev->sas_addr); in sas_fill_in_rphy()
130 rphy->identify.initiator_port_protocols = dev->iproto; in sas_fill_in_rphy()
131 rphy->identify.target_port_protocols = dev->tproto; in sas_fill_in_rphy()
137 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy()
140 rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE; in sas_fill_in_rphy()
143 rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE; in sas_fill_in_rphy()
146 rphy->identify.device_type = SAS_PHY_UNUSED; in sas_fill_in_rphy()
157 phy->identify.device_type = SAS_END_DEVICE; in sas_phy_set_target()
159 phy->identify.device_type = dev->dev_type; in sas_phy_set_target()
160 phy->identify.target_port_protocols = dev->tproto; in sas_phy_set_target()
[all …]
Dsas_phy.c145 phy->phy->identify.initiator_port_protocols = in sas_register_phys()
147 phy->phy->identify.target_port_protocols = phy->tproto; in sas_register_phys()
148 phy->phy->identify.sas_address = SAS_ADDR(sas_ha->sas_addr); in sas_register_phys()
149 phy->phy->identify.phy_identifier = i; in sas_register_phys()
Dsas_host_smp.c50 resp_data[12] = rphy->identify.device_type << 4; in sas_host_smp_discover()
51 resp_data[14] = rphy->identify.initiator_port_protocols; in sas_host_smp_discover()
52 resp_data[15] = rphy->identify.target_port_protocols; in sas_host_smp_discover()
160 if (rphy->identify.target_port_protocols != SAS_PROTOCOL_SATA) in sas_report_phy_sata()
Dsas_discover.c145 rphy->identify.phy_identifier = phy->phy->identify.phy_identifier; in sas_get_port_device()
/linux-3.4.99/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c136 struct sas_identify *identify) in _transport_set_identify() argument
166 memset(identify, 0, sizeof(*identify)); in _transport_set_identify()
170 identify->sas_address = le64_to_cpu(sas_device_pg0.SASAddress); in _transport_set_identify()
175 identify->device_type = SAS_PHY_UNUSED; in _transport_set_identify()
178 identify->device_type = SAS_END_DEVICE; in _transport_set_identify()
181 identify->device_type = SAS_EDGE_EXPANDER_DEVICE; in _transport_set_identify()
184 identify->device_type = SAS_FANOUT_EXPANDER_DEVICE; in _transport_set_identify()
190 identify->initiator_port_protocols |= SAS_PROTOCOL_SSP; in _transport_set_identify()
192 identify->initiator_port_protocols |= SAS_PROTOCOL_STP; in _transport_set_identify()
194 identify->initiator_port_protocols |= SAS_PROTOCOL_SMP; in _transport_set_identify()
[all …]
/linux-3.4.99/drivers/message/fusion/
Dmptsas.c110 static void mptsas_parse_device_info(struct sas_identify *identify,
389 if (port_info->phy_info[i].identify.handle == handle) { in mptsas_find_portinfo_by_handle()
419 if (port_info->phy_info[i].identify.sas_address == in mptsas_find_portinfo_by_sas_address()
600 if (rphy->identify.sas_address == sas_address) { in mptsas_add_device_component()
766 rphy->identify.sas_address); in mptsas_add_device_component_starget()
1423 struct sas_identify identify; in mptsas_add_end_device() local
1467 mptsas_parse_device_info(&identify, &phy_info->attached); in mptsas_add_end_device()
1476 rphy->identify = identify; in mptsas_add_end_device()
1763 rphy->identify.sas_address) in mptsas_target_alloc()
1822 rphy->identify.sas_address) in mptsas_target_destroy()
[all …]
Dmptsas.h166 struct mptsas_devinfo identify; /* point to phy device info */ member
/linux-3.4.99/drivers/scsi/
Dscsi_transport_sas.c163 BUG_ON(rphy->identify.device_type != SAS_END_DEVICE); in sas_bitfield_name_search()
553 if (!phy->identify.device_type) in show_sas_device_type()
555 return get_sas_device_type_names(phy->identify.device_type, buf); in show_sas_device_type()
638 sas_phy_protocol_attr(identify.initiator_port_protocols,
640 sas_phy_protocol_attr(identify.target_port_protocols,
642 sas_phy_simple_attr(identify.sas_address, sas_address, "0x%016llx\n",
644 sas_phy_simple_attr(identify.phy_identifier, phy_identifier, "%d\n", u8);
1204 if (!rphy->identify.device_type) in show_sas_rphy_device_type()
1207 rphy->identify.device_type, buf); in show_sas_rphy_device_type()
1262 sas_rphy_protocol_attr(identify.initiator_port_protocols,
[all …]
/linux-3.4.99/include/scsi/
Dscsi_transport_sas.h60 struct sas_identify identify; member
92 struct sas_identify identify; member
231 return rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE || in scsi_is_sas_expander_device()
232 rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE; in scsi_is_sas_expander_device()
/linux-3.4.99/drivers/net/ethernet/intel/
DKconfig40 to identify the adapter.
57 adapters. For more information on how to identify your adapter, go
81 identify your adapter, go to the Adapter & Driver ID Guide at:
98 adapters. For more information on how to identify your adapter, go
128 information on how to identify your adapter, go to the Adapter &
150 instead. For more information on how to identify your adapter, go
172 adapters. For more information on how to identify your adapter, go
209 information on how to identify your adapter, go to the Adapter &
/linux-3.4.99/arch/mips/dec/prom/
DMakefile6 lib-y += init.o memory.o cmdline.o identify.o console.o
/linux-3.4.99/arch/mips/fw/arc/
DMakefile5 lib-y += cmdline.o env.o file.o identify.o init.o \
/linux-3.4.99/drivers/block/mtip32xx/
Dmtip32xx.c1452 memset(port->identify, 0, sizeof(u16) * ATA_ID_WORDS); in mtip_get_identify()
1474 ata_swap_string(port->identify + 27, 40); /* model string*/ in mtip_get_identify()
1475 ata_swap_string(port->identify + 23, 8); /* firmware string*/ in mtip_get_identify()
1476 ata_swap_string(port->identify + 10, 20); /* serial# string*/ in mtip_get_identify()
1481 port->identify[i] = le16_to_cpu(port->identify[i]); in mtip_get_identify()
1491 port->identify, in mtip_get_identify()
1639 if (!(port->identify[82] & 0x1)) { in mtip_get_smart_attr()
1643 if (!(port->identify[85] & 0x1)) { in mtip_get_smart_attr()
1685 raw0 = port->identify[100]; in mtip_hw_get_capacity()
1686 raw1 = port->identify[101]; in mtip_hw_get_capacity()
[all …]
Dmtip32xx.h355 u16 *identify; member
/linux-3.4.99/Documentation/devicetree/bindings/arm/
Dprimecell.txt4 identify the peripheral type, vendor, and revision. This value can be used for
/linux-3.4.99/Documentation/hwmon/
Dltc415124 which can be safely used to identify the chip. You will have to instantiate
Dlineage-pem30 which can be safely used to identify the chip. You will have to instantiate
Dltc426125 which can be safely used to identify the chip. You will have to instantiate
/linux-3.4.99/drivers/pcmcia/
Di82365.c572 static int __init identify(unsigned int port, u_short sock) in identify() function
791 id = identify(i365_base, 0); in isa_probe()
792 if ((id == IS_I82365DF) && (identify(i365_base, 1) != id)) { in isa_probe()
797 if (identify(port, sock) == IS_I82365DF) { in isa_probe()
808 id = identify(port, sock); in isa_probe()
813 if ((ignore == i+j) || (identify(port, sock+j) < 0)) in isa_probe()
/linux-3.4.99/Documentation/networking/
Dixgbevf.txt30 For more information on how to identify your adapter, go to the Adapter &
/linux-3.4.99/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
Dpar_io.txt34 - gpio-controller : node to identify gpio controllers.
/linux-3.4.99/Documentation/misc-devices/
Disl2900330 The ISL29003 does not have an ID register which could be used to identify
/linux-3.4.99/drivers/hwmon/pmbus/
Dpmbus.c176 info->identify = pmbus_identify; in pmbus_probe()
/linux-3.4.99/drivers/eisa/
DKconfig10 Bus (VLB) card that identify itself as an EISA card (such as
/linux-3.4.99/drivers/scsi/mvsas/
Dmv_sas.c265 id->dev_type = phy->identify.device_type; in mvs_bytes_dmaed()
267 id->target_bits = phy->identify.target_port_protocols; in mvs_bytes_dmaed()
1128 phy->identify.target_port_protocols = SAS_PROTOCOL_STP; in mvs_update_phyinfo()
1153 phy->identify.device_type = in mvs_update_phyinfo()
1156 if (phy->identify.device_type == SAS_END_DEV) in mvs_update_phyinfo()
1157 phy->identify.target_port_protocols = in mvs_update_phyinfo()
1159 else if (phy->identify.device_type != NO_DEVICE) in mvs_update_phyinfo()
1160 phy->identify.target_port_protocols = in mvs_update_phyinfo()

123456