/Linux-v4.19/drivers/scsi/smartpqi/ |
D | smartpqi_sas_transport.c | 64 struct sas_identify *identify; in pqi_sas_port_add_phy() local 69 identify = &phy->identify; in pqi_sas_port_add_phy() 70 memset(identify, 0, sizeof(*identify)); in pqi_sas_port_add_phy() 71 identify->sas_address = pqi_sas_port->sas_address; in pqi_sas_port_add_phy() 72 identify->device_type = SAS_END_DEVICE; in pqi_sas_port_add_phy() 73 identify->initiator_port_protocols = SAS_PROTOCOL_STP; in pqi_sas_port_add_phy() 74 identify->target_port_protocols = SAS_PROTOCOL_STP; in pqi_sas_port_add_phy() 96 struct sas_identify *identify; in pqi_sas_port_add_rphy() local 98 identify = &rphy->identify; in pqi_sas_port_add_rphy() 99 identify->sas_address = pqi_sas_port->sas_address; in pqi_sas_port_add_rphy() [all …]
|
/Linux-v4.19/drivers/scsi/libsas/ |
D | sas_internal.h | 133 rphy->identify.sas_address = SAS_ADDR(dev->sas_addr); in sas_fill_in_rphy() 134 rphy->identify.initiator_port_protocols = dev->iproto; in sas_fill_in_rphy() 135 rphy->identify.target_port_protocols = dev->tproto; in sas_fill_in_rphy() 141 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy() 144 rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE; in sas_fill_in_rphy() 147 rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE; in sas_fill_in_rphy() 150 rphy->identify.device_type = SAS_PHY_UNUSED; in sas_fill_in_rphy() 161 phy->identify.device_type = SAS_END_DEVICE; in sas_phy_set_target() 163 phy->identify.device_type = dev->dev_type; in sas_phy_set_target() 164 phy->identify.target_port_protocols = dev->tproto; in sas_phy_set_target() [all …]
|
D | sas_phy.c | 156 phy->phy->identify.initiator_port_protocols = in sas_register_phys() 158 phy->phy->identify.target_port_protocols = phy->tproto; in sas_register_phys() 159 phy->phy->identify.sas_address = SAS_ADDR(sas_ha->sas_addr); in sas_register_phys() 160 phy->phy->identify.phy_identifier = i; in sas_register_phys()
|
D | sas_host_smp.c | 50 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()
|
/Linux-v4.19/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 141 struct sas_identify *identify) in _transport_set_identify() argument 171 memset(identify, 0, sizeof(struct sas_identify)); in _transport_set_identify() 175 identify->sas_address = le64_to_cpu(sas_device_pg0.SASAddress); in _transport_set_identify() 178 identify->phy_identifier = sas_device_pg0.PhyNum; in _transport_set_identify() 183 identify->device_type = SAS_PHY_UNUSED; in _transport_set_identify() 186 identify->device_type = SAS_END_DEVICE; in _transport_set_identify() 189 identify->device_type = SAS_EDGE_EXPANDER_DEVICE; in _transport_set_identify() 192 identify->device_type = SAS_FANOUT_EXPANDER_DEVICE; in _transport_set_identify() 198 identify->initiator_port_protocols |= SAS_PROTOCOL_SSP; in _transport_set_identify() 200 identify->initiator_port_protocols |= SAS_PROTOCOL_STP; in _transport_set_identify() [all …]
|
/Linux-v4.19/drivers/message/fusion/ |
D | mptsas.c | 110 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() 1420 struct sas_identify identify; in mptsas_add_end_device() local 1464 mptsas_parse_device_info(&identify, &phy_info->attached); in mptsas_add_end_device() 1473 rphy->identify = identify; in mptsas_add_end_device() 1760 rphy->identify.sas_address) in mptsas_target_alloc() 1819 rphy->identify.sas_address) in mptsas_target_destroy() [all …]
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_transport_sas.c | 166 BUG_ON(rphy->identify.device_type != SAS_END_DEVICE); in sas_bitfield_name_search() 331 return rdev->rphy.identify.sas_address; in sas_get_address() 523 if (!phy->identify.device_type) in show_sas_device_type() 525 return get_sas_device_type_names(phy->identify.device_type, buf); in show_sas_device_type() 608 sas_phy_protocol_attr(identify.initiator_port_protocols, 610 sas_phy_protocol_attr(identify.target_port_protocols, 612 sas_phy_simple_attr(identify.sas_address, sas_address, "0x%016llx\n", 614 sas_phy_simple_attr(identify.phy_identifier, phy_identifier, "%d\n", u8); 1174 if (!rphy->identify.device_type) in show_sas_rphy_device_type() 1177 rphy->identify.device_type, buf); in show_sas_rphy_device_type() [all …]
|
/Linux-v4.19/drivers/net/ethernet/intel/ |
D | Kconfig | 33 to identify the adapter. 46 adapters. For more information on how to identify your adapter, go 66 identify your adapter, go to the Adapter & Driver ID Guide that 91 adapters. For more information on how to identify your adapter, go 127 information on how to identify your adapter, go to the Adapter & 144 instead. For more information on how to identify your adapter, go 162 adapters. For more information on how to identify your adapter, go 202 Intel(R) ixgbe driver. For more information on how to identify your 220 devices. For more information on how to identify your adapter, go 245 information on how to identify your adapter, go to the Adapter [all …]
|
/Linux-v4.19/include/scsi/ |
D | scsi_transport_sas.h | 65 struct sas_identify identify; member 97 struct sas_identify identify; member 238 return rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE || in scsi_is_sas_expander_device() 239 rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE; in scsi_is_sas_expander_device()
|
/Linux-v4.19/Documentation/devicetree/bindings/leds/ |
D | leds-powernv.txt | 12 - led-types : Supported LED types (attention/identify/fault) provided 22 led-types = "identify", "fault";
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | cdns,cdns-pcie-ep.txt | 4 - compatible: Should contain "cdns,cdns-pcie-ep" to identify the IP used. 14 - phy-names: List of names to identify the PHY.
|
D | cdns,cdns-pcie-host.txt | 7 - compatible: Should contain "cdns,cdns-pcie-host" to identify the IP used. 29 - phy-names: List of names to identify the PHY.
|
D | plda,xpressrich3-axi.txt | 9 - compatible: should contain "plda,xpressrich3-axi" to identify the IP used.
|
/Linux-v4.19/drivers/block/mtip32xx/ |
D | mtip32xx.c | 1131 *timeout = ((*(dd->port->identify + 90) * 2) * 60000); in mtip_set_timeout() 1133 *timeout = ((*(dd->port->identify + 89) * 2) * 60000); in mtip_set_timeout() 1188 memset(port->identify, 0, sizeof(u16) * ATA_ID_WORDS); in mtip_get_identify() 1209 ata_swap_string(port->identify + 27, 40); /* model string*/ in mtip_get_identify() 1210 ata_swap_string(port->identify + 23, 8); /* firmware string*/ in mtip_get_identify() 1211 ata_swap_string(port->identify + 10, 20); /* serial# string*/ in mtip_get_identify() 1216 port->identify[i] = le16_to_cpu(port->identify[i]); in mtip_get_identify() 1221 if (port->identify[128] & 0x4) in mtip_get_identify() 1228 if (port->identify[69] & (1 << 14) && port->identify[69] & (1 << 5)) in mtip_get_identify() 1240 port->identify, in mtip_get_identify() [all …]
|
/Linux-v4.19/arch/mips/dec/prom/ |
D | Makefile | 6 lib-y += init.o memory.o cmdline.o identify.o console.o
|
/Linux-v4.19/arch/mips/fw/arc/ |
D | Makefile | 6 lib-y += cmdline.o env.o file.o identify.o init.o \
|
/Linux-v4.19/Documentation/devicetree/bindings/misc/ |
D | nvidia,tegra186-misc.txt | 4 used to identify a given chip and various strapping options.
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | armada-370-seagate-nas-2bay.dts | 11 * Here are some information allowing to identify the device:
|
D | armada-370-seagate-personal-cloud.dts | 11 * Here are some information allowing to identify the device:
|
D | armada-370-seagate-personal-cloud-2bay.dts | 11 * Here are some information allowing to identify the device:
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-sun | 13 So reading the sysfs file, we can identify a physical position
|
D | sysfs-platform-dfl-port | 15 returns uuid which could be used to identify which PR bitstream
|
/Linux-v4.19/Documentation/devicetree/bindings/serial/ |
D | cdns,uart.txt | 11 - clock-names: Tuple to identify input clocks, must contain "uart_clk" and "pclk"
|
/Linux-v4.19/drivers/nvme/target/ |
D | discovery.c | 211 switch (cmd->identify.cns) { in nvmet_parse_discovery_cmd() 218 cmd->identify.cns); in nvmet_parse_discovery_cmd()
|
/Linux-v4.19/drivers/hwmon/pmbus/ |
D | tps53679.c | 77 .identify = tps53679_identify,
|