| /linux/drivers/scsi/smartpqi/ |
| A D | smartpqi_sas_transport.c | 59 struct sas_identify *identify; in pqi_sas_port_add_phy() local 64 identify = &phy->identify; in pqi_sas_port_add_phy() 65 memset(identify, 0, sizeof(*identify)); in pqi_sas_port_add_phy() 66 identify->sas_address = pqi_sas_port->sas_address; in pqi_sas_port_add_phy() 67 identify->device_type = SAS_END_DEVICE; in pqi_sas_port_add_phy() 69 identify->target_port_protocols = SAS_PROTOCOL_ALL; in pqi_sas_port_add_phy() 91 struct sas_identify *identify; in pqi_sas_port_add_rphy() local 93 identify = &rphy->identify; in pqi_sas_port_add_rphy() 94 identify->sas_address = pqi_sas_port->sas_address; in pqi_sas_port_add_rphy() 98 identify->target_port_protocols = SAS_PROTOCOL_STP; in pqi_sas_port_add_rphy() [all …]
|
| /linux/drivers/scsi/libsas/ |
| A D | sas_internal.h | 168 rphy->identify.sas_address = SAS_ADDR(dev->sas_addr); in sas_fill_in_rphy() 169 rphy->identify.initiator_port_protocols = dev->iproto; in sas_fill_in_rphy() 170 rphy->identify.target_port_protocols = dev->tproto; in sas_fill_in_rphy() 176 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy() 179 rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE; in sas_fill_in_rphy() 185 rphy->identify.device_type = SAS_PHY_UNUSED; in sas_fill_in_rphy() 196 phy->identify.device_type = SAS_END_DEVICE; in sas_phy_set_target() 198 phy->identify.device_type = dev->dev_type; in sas_phy_set_target() 199 phy->identify.target_port_protocols = dev->tproto; in sas_phy_set_target() 201 phy->identify.device_type = SAS_PHY_UNUSED; in sas_phy_set_target() [all …]
|
| A D | sas_phy.c | 138 phy->phy->identify.initiator_port_protocols = in sas_register_phys() 140 phy->phy->identify.target_port_protocols = phy->tproto; in sas_register_phys() 141 phy->phy->identify.sas_address = SAS_ADDR(sas_ha->sas_addr); in sas_register_phys() 142 phy->phy->identify.phy_identifier = i; in sas_register_phys()
|
| A D | sas_host_smp.c | 47 resp_data[12] = rphy->identify.device_type << 4; in sas_host_smp_discover() 48 resp_data[14] = rphy->identify.initiator_port_protocols; in sas_host_smp_discover() 49 resp_data[15] = rphy->identify.target_port_protocols; in sas_host_smp_discover() 157 if (rphy->identify.target_port_protocols != SAS_PROTOCOL_SATA) in sas_report_phy_sata()
|
| /linux/drivers/scsi/mpt3sas/ |
| A D | mpt3sas_transport.c | 203 struct sas_identify *identify) in _transport_set_identify() argument 1033 &mpt3sas_phy->identify))) { in mpt3sas_transport_add_host_phy() 1039 phy->identify = mpt3sas_phy->identify; in mpt3sas_transport_add_host_phy() 1102 &mpt3sas_phy->identify))) { in mpt3sas_transport_add_expander_phy() 1108 phy->identify = mpt3sas_phy->identify; in mpt3sas_transport_add_expander_phy() 1347 (u64)phy->identify.sas_address, in _transport_get_expander_phy_error_log() 1427 phy->identify.sas_address, in _transport_get_linkerrors() 1643 (u64)phy->identify.sas_address, in _transport_expander_phy_control() 1716 phy->identify.sas_address, in _transport_phy_reset() 1775 phy->identify.sas_address, in _transport_phy_enable() [all …]
|
| /linux/drivers/nvme/host/ |
| A D | zns.c | 20 c.identify.opcode = nvme_admin_identify; in nvme_set_max_append() 21 c.identify.cns = NVME_ID_CNS_CS_CTRL; in nvme_set_max_append() 22 c.identify.csi = NVME_CSI_ZNS; in nvme_set_max_append() 71 c.identify.opcode = nvme_admin_identify; in nvme_query_zone_info() 72 c.identify.nsid = cpu_to_le32(ns->head->ns_id); in nvme_query_zone_info() 73 c.identify.cns = NVME_ID_CNS_CS_NS; in nvme_query_zone_info() 74 c.identify.csi = NVME_CSI_ZNS; in nvme_query_zone_info()
|
| /linux/drivers/message/fusion/ |
| A D | mptsas.c | 792 rphy->identify.sas_address); in mptsas_add_device_component_starget() 1448 struct sas_identify identify; in mptsas_add_end_device() local 1501 rphy->identify = identify; in mptsas_add_end_device() 1788 rphy->identify.sas_address) in mptsas_target_alloc() 1847 rphy->identify.sas_address) in mptsas_target_destroy() 3082 mptsas_parse_device_info(&phy->identify, &phy_info->identify); in mptsas_probe_one_phy() 3220 struct sas_identify identify; in mptsas_probe_one_phy() local 3242 identify.sas_address) { in mptsas_probe_one_phy() 3249 if (identify.sas_address == in mptsas_probe_one_phy() 3275 rphy->identify = identify; in mptsas_probe_one_phy() [all …]
|
| /linux/drivers/scsi/mpi3mr/ |
| A D | mpi3mr_transport.c | 529 phy->identify.sas_address, in mpi3mr_parent_present() 794 struct sas_identify *identify) in mpi3mr_set_identify() argument 838 identify->device_type = SAS_PHY_UNUSED; in mpi3mr_set_identify() 895 &mr_sas_phy->identify))) { in mpi3mr_add_host_phy() 901 phy->identify = mr_sas_phy->identify; in mpi3mr_add_host_phy() 932 mr_sas_phy->identify.sas_address, in mpi3mr_add_host_phy() 965 &mr_sas_phy->identify))) { in mpi3mr_add_expander_phy() 971 phy->identify = mr_sas_phy->identify; in mpi3mr_add_expander_phy() 1003 mr_sas_phy->identify.sas_address, in mpi3mr_add_expander_phy() 2727 rphy->identify.sas_address, rphy); in mpi3mr_transport_get_enclosure_identifier() [all …]
|
| /linux/drivers/scsi/ |
| A D | scsi_transport_sas.c | 332 return rdev->rphy.identify.sas_address; in sas_get_address() 547 if (!phy->identify.device_type) in show_sas_device_type() 1202 if (!rphy->identify.device_type) in show_sas_rphy_device_type() 1205 rphy->identify.device_type, buf); in show_sas_rphy_device_type() 1395 rphy->identify.device_type == SAS_END_DEVICE; in sas_end_dev_match() 1523 rdev->rphy.identify.device_type = type; in sas_expander_alloc() 1542 struct sas_identify *identify = &rphy->identify; in sas_rphy_add() local 1560 if (identify->device_type == SAS_END_DEVICE && in sas_rphy_add() 1561 (identify->target_port_protocols & in sas_rphy_add() 1568 if (identify->device_type == SAS_END_DEVICE && in sas_rphy_add() [all …]
|
| /linux/include/scsi/ |
| A D | scsi_transport_sas.h | 66 struct sas_identify identify; member 98 struct sas_identify identify; member 241 return rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE || in scsi_is_sas_expander_device() 242 rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE; in scsi_is_sas_expander_device()
|
| /linux/drivers/hwmon/pmbus/ |
| A D | tps53679.c | 250 info->identify = tps53679_identify; in tps53679_probe() 253 info->identify = tps53676_identify; in tps53679_probe() 258 info->identify = tps53679_identify; in tps53679_probe() 263 info->identify = tps53681_identify; in tps53679_probe()
|
| /linux/Documentation/devicetree/bindings/leds/ |
| A D | leds-powernv.txt | 12 - led-types : Supported LED types (attention/identify/fault) provided 22 led-types = "identify", "fault";
|
| /linux/drivers/net/ethernet/intel/ |
| A D | Kconfig | 37 to identify the adapter. 50 adapters. For more information on how to identify your adapter, go 70 identify your adapter, go to the Adapter & Driver ID Guide that 98 adapters. For more information on how to identify your adapter, go 134 information on how to identify your adapter, go to the Adapter & 153 adapters. For more information on how to identify your adapter, go 235 devices. For more information on how to identify your adapter, go 270 information on how to identify your adapter, go to the Adapter 298 devices. For more information on how to identify your adapter, go 351 Interface. For more information on how to identify your adapter, [all …]
|
| /linux/Documentation/filesystems/xfs/ |
| A D | xfs-maintainer-entry-profile.rst | 60 Reviewers should identify themselves with an ``R:`` entry in the kernel 68 The testing lead should identify themselves with an ``M:`` entry in 72 enough detail to identify the person to whom the report should be 75 The bug triagers should identify themselves with a ``B:`` entry in 86 The release manager should identify themselves with an ``M:`` entry in 99 The maintainer for a given LTS release should identify themselves with an
|
| /linux/drivers/block/mtip32xx/ |
| A D | mtip32xx.c | 1164 port->identify[i] = le16_to_cpu(port->identify[i]); in mtip_get_identify() 1169 if (port->identify[128] & 0x4) in mtip_get_identify() 1180 port->identify, in mtip_get_identify() 1328 if (!(port->identify[82] & 0x1)) { in mtip_get_smart_attr() 1332 if (!(port->identify[85] & 0x1)) { in mtip_get_smart_attr() 1374 raw0 = port->identify[100]; in mtip_hw_get_capacity() 1375 raw1 = port->identify[101]; in mtip_hw_get_capacity() 1376 raw2 = port->identify[102]; in mtip_hw_get_capacity() 1377 raw3 = port->identify[103]; in mtip_hw_get_capacity() 1412 port->identify[128], in mtip_dump_identify() [all …]
|
| /linux/arch/mips/dec/prom/ |
| A D | Makefile | 7 lib-y += init.o memory.o cmdline.o identify.o console.o
|
| /linux/arch/mips/fw/arc/ |
| A D | Makefile | 9 lib-y += cmdline.o env.o file.o identify.o init.o \
|
| /linux/arch/arm/boot/dts/aspeed/ |
| A D | aspeed-bmc-opp-vesnin.dts | 72 event-identify { 73 label = "identify";
|
| A D | aspeed-bmc-tyan-s8036.dts | 48 identify { 379 * Notes on led-identify and id-button: 383 * - The flip-flop's Q output drives led-identify which is 400 /*A2*/ "led-identify", /* in/out: BMC_CHASSIS_ID_LED_L */
|
| /linux/Documentation/ABI/obsolete/ |
| A D | sysfs-kernel-fadump_enabled | 7 Primarily used to identify whether the FADump is enabled in
|
| /linux/Documentation/networking/devlink/ |
| A D | devlink-flash.rst | 73 The ``driver`` attribute and ``fixed`` group identify the specific device 76 is fixed) - ``fixed`` versions should identify the design, not a single 79 ``running`` and ``stored`` firmware versions identify the firmware running
|
| /linux/Documentation/livepatch/ |
| A D | reliable-stacktrace.rst | 16 to identify which functions are live is to use a stacktrace. 116 trace, it is strongly recommended that architectures positively identify code 124 There are several ways an architecture may identify kernel code which is deemed 145 and it may not be possible to identify whether such unwinding will be reliable. 148 Architectures which cannot identify when it is reliable to unwind such cases 154 Architectures which can identify when it is reliable to unwind such cases (or 308 reliably identify when the LR or stack value should be used (e.g. using
|
| /linux/drivers/nvme/target/ |
| A D | passthru.c | 227 switch (req->cmd->identify.cns) { in nvmet_passthru_execute_cmd_work() 537 switch (req->cmd->identify.cns) { in nvmet_parse_passthru_admin_cmd() 539 switch (req->cmd->identify.csi) { in nvmet_parse_passthru_admin_cmd() 553 switch (req->cmd->identify.csi) { in nvmet_parse_passthru_admin_cmd()
|
| /linux/arch/arm/boot/dts/marvell/ |
| A D | armada-370-seagate-nas-2bay.dts | 11 * Here are some information allowing to identify the device:
|
| A D | armada-370-seagate-personal-cloud.dts | 11 * Here are some information allowing to identify the device:
|