Home
last modified time | relevance | path

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

123

/drivers/scsi/libsas/
Dsas_internal.h130 rphy->identify.sas_address = SAS_ADDR(dev->sas_addr); in sas_fill_in_rphy()
131 rphy->identify.initiator_port_protocols = dev->iproto; in sas_fill_in_rphy()
132 rphy->identify.target_port_protocols = dev->tproto; in sas_fill_in_rphy()
138 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy()
141 rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE; in sas_fill_in_rphy()
144 rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE; in sas_fill_in_rphy()
147 rphy->identify.device_type = SAS_PHY_UNUSED; in sas_fill_in_rphy()
158 phy->identify.device_type = SAS_END_DEVICE; in sas_phy_set_target()
160 phy->identify.device_type = dev->dev_type; in sas_phy_set_target()
161 phy->identify.target_port_protocols = dev->tproto; in sas_phy_set_target()
[all …]
Dsas_phy.c166 phy->phy->identify.initiator_port_protocols = in sas_register_phys()
168 phy->phy->identify.target_port_protocols = phy->tproto; in sas_register_phys()
169 phy->phy->identify.sas_address = SAS_ADDR(sas_ha->sas_addr); in sas_register_phys()
170 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_expander.c273 phy->phy->identify.sas_address = SAS_ADDR(phy->attached_sas_addr); in sas_set_ex_phy()
274 phy->phy->identify.device_type = dr->attached_dev_type; in sas_set_ex_phy()
275 phy->phy->identify.initiator_port_protocols = phy->attached_iproto; in sas_set_ex_phy()
276 phy->phy->identify.target_port_protocols = phy->attached_tproto; in sas_set_ex_phy()
278 phy->phy->identify.target_port_protocols = SAS_PROTOCOL_SATA; in sas_set_ex_phy()
279 phy->phy->identify.phy_identifier = phy_id; in sas_set_ex_phy()
2150 type = rphy->identify.device_type; in sas_smp_handler()
Dsas_discover.c141 rphy->identify.phy_identifier = phy->phy->identify.phy_identifier; in sas_get_port_device()
/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c140 struct sas_identify *identify) in _transport_set_identify() argument
170 memset(identify, 0, sizeof(struct sas_identify)); in _transport_set_identify()
174 identify->sas_address = le64_to_cpu(sas_device_pg0.SASAddress); in _transport_set_identify()
177 identify->phy_identifier = sas_device_pg0.PhyNum; in _transport_set_identify()
182 identify->device_type = SAS_PHY_UNUSED; in _transport_set_identify()
185 identify->device_type = SAS_END_DEVICE; in _transport_set_identify()
188 identify->device_type = SAS_EDGE_EXPANDER_DEVICE; in _transport_set_identify()
191 identify->device_type = SAS_FANOUT_EXPANDER_DEVICE; in _transport_set_identify()
197 identify->initiator_port_protocols |= SAS_PROTOCOL_SSP; in _transport_set_identify()
199 identify->initiator_port_protocols |= SAS_PROTOCOL_STP; in _transport_set_identify()
[all …]
/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c136 struct sas_identify *identify) in _transport_set_identify() argument
166 memset(identify, 0, sizeof(struct sas_identify)); in _transport_set_identify()
170 identify->sas_address = le64_to_cpu(sas_device_pg0.SASAddress); in _transport_set_identify()
173 identify->phy_identifier = sas_device_pg0.PhyNum; in _transport_set_identify()
178 identify->device_type = SAS_PHY_UNUSED; in _transport_set_identify()
181 identify->device_type = SAS_END_DEVICE; in _transport_set_identify()
184 identify->device_type = SAS_EDGE_EXPANDER_DEVICE; in _transport_set_identify()
187 identify->device_type = SAS_FANOUT_EXPANDER_DEVICE; in _transport_set_identify()
193 identify->initiator_port_protocols |= SAS_PROTOCOL_SSP; in _transport_set_identify()
195 identify->initiator_port_protocols |= SAS_PROTOCOL_STP; in _transport_set_identify()
[all …]
/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
/drivers/scsi/
Dscsi_transport_sas.c164 BUG_ON(rphy->identify.device_type != SAS_END_DEVICE); in sas_bitfield_name_search()
554 if (!phy->identify.device_type) in show_sas_device_type()
556 return get_sas_device_type_names(phy->identify.device_type, buf); in show_sas_device_type()
639 sas_phy_protocol_attr(identify.initiator_port_protocols,
641 sas_phy_protocol_attr(identify.target_port_protocols,
643 sas_phy_simple_attr(identify.sas_address, sas_address, "0x%016llx\n",
645 sas_phy_simple_attr(identify.phy_identifier, phy_identifier, "%d\n", u8);
1205 if (!rphy->identify.device_type) in show_sas_rphy_device_type()
1208 rphy->identify.device_type, buf); in show_sas_rphy_device_type()
1263 sas_rphy_protocol_attr(identify.initiator_port_protocols,
[all …]
/drivers/gpu/drm/nouveau/core/subdev/therm/
Dic.c97 i2c->identify(i2c, NV_I2C_DEFAULT(0), "monitoring device", in nouveau_therm_ic_ctor()
109 i2c->identify(i2c, NV_I2C_DEFAULT(0), "monitoring device", in nouveau_therm_ic_ctor()
118 i2c->identify(i2c, NV_I2C_DEFAULT(0), "monitoring device", in nouveau_therm_ic_ctor()
/drivers/net/ethernet/intel/
DKconfig35 to identify the adapter.
52 adapters. For more information on how to identify your adapter, go
77 identify your adapter, go to the Adapter & Driver ID Guide at:
97 adapters. For more information on how to identify your adapter, go
138 information on how to identify your adapter, go to the Adapter &
160 instead. For more information on how to identify your adapter, go
183 adapters. For more information on how to identify your adapter, go
228 information on how to identify your adapter, go to the Adapter &
/drivers/block/mtip32xx/
Dmtip32xx.c1533 memset(port->identify, 0, sizeof(u16) * ATA_ID_WORDS); in mtip_get_identify()
1555 ata_swap_string(port->identify + 27, 40); /* model string*/ in mtip_get_identify()
1556 ata_swap_string(port->identify + 23, 8); /* firmware string*/ in mtip_get_identify()
1557 ata_swap_string(port->identify + 10, 20); /* serial# string*/ in mtip_get_identify()
1562 port->identify[i] = le16_to_cpu(port->identify[i]); in mtip_get_identify()
1568 if (port->identify[69] & (1 << 14) && port->identify[69] & (1 << 5)) in mtip_get_identify()
1580 port->identify, in mtip_get_identify()
1728 if (!(port->identify[82] & 0x1)) { in mtip_get_smart_attr()
1732 if (!(port->identify[85] & 0x1)) { in mtip_get_smart_attr()
1850 raw0 = port->identify[100]; in mtip_hw_get_capacity()
[all …]
Dmtip32xx.h403 u16 *identify; member
/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()
/drivers/android/
DKconfig19 Android process, using Binder to identify, invoke and pass arguments
/drivers/hwmon/pmbus/
Dpmbus.c176 info->identify = pmbus_identify; in pmbus_probe()
Dpmbus.h366 int (*identify)(struct i2c_client *client, member
/drivers/eisa/
DKconfig10 Bus (VLB) card that identify itself as an EISA card (such as
/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()
1134 phy->identify.target_port_protocols = SAS_PROTOCOL_STP; in mvs_update_phyinfo()
1159 phy->identify.device_type = in mvs_update_phyinfo()
1162 if (phy->identify.device_type == SAS_END_DEVICE) in mvs_update_phyinfo()
1163 phy->identify.target_port_protocols = in mvs_update_phyinfo()
1165 else if (phy->identify.device_type != SAS_PHY_UNUSED) in mvs_update_phyinfo()
1166 phy->identify.target_port_protocols = in mvs_update_phyinfo()
/drivers/gpu/drm/nouveau/core/include/subdev/
Di2c.h66 int (*identify)(struct nouveau_i2c *, int index, member
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82598.c127 phy->ops.identify(hw); in ixgbe_init_phy_ops_82598()
1111 hw->phy.ops.identify(hw); in ixgbe_get_supported_physical_layer_82598()
1323 .identify = &ixgbe_identify_phy_generic,
Dixgbe_x540.c206 hw->phy.ops.identify(hw); in ixgbe_get_supported_physical_layer_X540()
872 .identify = &ixgbe_identify_phy_generic,
/drivers/gpu/drm/nouveau/dispnv04/
Dtvnv04.c58 return i2c->identify(i2c, i2c_index, "TV encoder", in nv04_tv_identify()
/drivers/staging/wlags49_h2/
DREADME.wlags49266 access points such as the AP-1000 or AP-500, you need to identify the
474 This section explains how to identify the version of this software once it
480 * To quickly identify the version of the source, type:
485 * To identify the revision of the HCF library contained in the driver,
490 To identify a compiled wlags49 driver, go to the directory where the driver

123