Home
last modified time | relevance | path

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

12345678910>>...15

/linux/drivers/scsi/smartpqi/
A Dsmartpqi_sas_transport.c59 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()
97 identify->target_port_protocols = SAS_PROTOCOL_STP; in pqi_sas_port_add_rphy()
[all …]
/linux/drivers/scsi/libsas/
A Dsas_internal.h120 rphy->identify.sas_address = SAS_ADDR(dev->sas_addr); in sas_fill_in_rphy()
121 rphy->identify.initiator_port_protocols = dev->iproto; in sas_fill_in_rphy()
122 rphy->identify.target_port_protocols = dev->tproto; in sas_fill_in_rphy()
128 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy()
131 rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE; in sas_fill_in_rphy()
137 rphy->identify.device_type = SAS_PHY_UNUSED; in sas_fill_in_rphy()
148 phy->identify.device_type = SAS_END_DEVICE; in sas_phy_set_target()
150 phy->identify.device_type = dev->dev_type; in sas_phy_set_target()
151 phy->identify.target_port_protocols = dev->tproto; in sas_phy_set_target()
153 phy->identify.device_type = SAS_PHY_UNUSED; in sas_phy_set_target()
[all …]
A Dsas_phy.c138 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 Dsas_host_smp.c47 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 Dmpt3sas_transport.c203 struct sas_identify *identify) in _transport_set_identify() argument
1025 &mpt3sas_phy->identify))) { in mpt3sas_transport_add_host_phy()
1031 phy->identify = mpt3sas_phy->identify; in mpt3sas_transport_add_host_phy()
1094 &mpt3sas_phy->identify))) { in mpt3sas_transport_add_expander_phy()
1100 phy->identify = mpt3sas_phy->identify; in mpt3sas_transport_add_expander_phy()
1339 (u64)phy->identify.sas_address, in _transport_get_expander_phy_error_log()
1419 phy->identify.sas_address, in _transport_get_linkerrors()
1635 (u64)phy->identify.sas_address, in _transport_expander_phy_control()
1708 phy->identify.sas_address, in _transport_phy_reset()
1767 phy->identify.sas_address, in _transport_phy_enable()
[all …]
/linux/drivers/message/fusion/
A Dmptsas.c792 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()
3083 mptsas_parse_device_info(&phy->identify, &phy_info->identify); in mptsas_probe_one_phy()
3221 struct sas_identify identify; in mptsas_probe_one_phy() local
3243 identify.sas_address) { in mptsas_probe_one_phy()
3250 if (identify.sas_address == in mptsas_probe_one_phy()
3276 rphy->identify = identify; in mptsas_probe_one_phy()
[all …]
/linux/drivers/nvme/host/
A Dzns.c31 c.identify.opcode = nvme_admin_identify; in nvme_set_max_append()
32 c.identify.cns = NVME_ID_CNS_CS_CTRL; in nvme_set_max_append()
33 c.identify.csi = NVME_CSI_ZNS; in nvme_set_max_append()
82 c.identify.opcode = nvme_admin_identify; in nvme_update_zone_info()
83 c.identify.nsid = cpu_to_le32(ns->head->ns_id); in nvme_update_zone_info()
84 c.identify.cns = NVME_ID_CNS_CS_NS; in nvme_update_zone_info()
85 c.identify.csi = NVME_CSI_ZNS; in nvme_update_zone_info()
/linux/drivers/scsi/
A Dscsi_transport_sas.c327 return rdev->rphy.identify.sas_address; in sas_get_address()
519 if (!phy->identify.device_type) in show_sas_device_type()
1169 if (!rphy->identify.device_type) in show_sas_rphy_device_type()
1172 rphy->identify.device_type, buf); in show_sas_rphy_device_type()
1362 rphy->identify.device_type == SAS_END_DEVICE; in sas_end_dev_match()
1490 rdev->rphy.identify.device_type = type; in sas_expander_alloc()
1509 struct sas_identify *identify = &rphy->identify; in sas_rphy_add() local
1527 if (identify->device_type == SAS_END_DEVICE && in sas_rphy_add()
1528 (identify->target_port_protocols & in sas_rphy_add()
1535 if (identify->device_type == SAS_END_DEVICE && in sas_rphy_add()
[all …]
/linux/include/scsi/
A Dscsi_transport_sas.h66 struct sas_identify identify; member
98 struct sas_identify identify; member
239 return rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE || in scsi_is_sas_expander_device()
240 rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE; in scsi_is_sas_expander_device()
/linux/drivers/net/ethernet/intel/
A DKconfig34 to identify the adapter.
47 adapters. For more information on how to identify your adapter, go
67 identify your adapter, go to the Adapter & Driver ID Guide that
95 adapters. For more information on how to identify your adapter, go
131 information on how to identify your adapter, go to the Adapter &
148 instead. For more information on how to identify your adapter, go
167 adapters. For more information on how to identify your adapter, go
247 devices. For more information on how to identify your adapter, go
280 information on how to identify your adapter, go to the Adapter
337 Interface. For more information on how to identify your adapter,
[all …]
/linux/drivers/hwmon/pmbus/
A Dtps53679.c250 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 Dleds-powernv.txt12 - led-types : Supported LED types (attention/identify/fault) provided
22 led-types = "identify", "fault";
/linux/drivers/block/mtip32xx/
A Dmtip32xx.c1176 port->identify[i] = le16_to_cpu(port->identify[i]); in mtip_get_identify()
1181 if (port->identify[128] & 0x4) in mtip_get_identify()
1192 port->identify, in mtip_get_identify()
1340 if (!(port->identify[82] & 0x1)) { in mtip_get_smart_attr()
1386 raw0 = port->identify[100]; in mtip_hw_get_capacity()
1387 raw1 = port->identify[101]; in mtip_hw_get_capacity()
1388 raw2 = port->identify[102]; in mtip_hw_get_capacity()
1389 raw3 = port->identify[103]; in mtip_hw_get_capacity()
1424 port->identify[128], in mtip_dump_identify()
2192 dd->port->identify && in show_device_status()
[all …]
/linux/drivers/nvme/target/
A Dadmin-cmd.c495 if (le32_to_cpu(req->cmd->identify.nsid) == NVME_NSID_ALL) { in nvmet_execute_identify_ns()
579 u32 min_nsid = le32_to_cpu(req->cmd->identify.nsid); in nvmet_execute_identify_nslist()
667 switch (req->cmd->identify.csi) { in nvmet_handle_identify_desclist()
687 switch (req->cmd->identify.cns) { in nvmet_execute_identify()
689 switch (req->cmd->identify.csi) { in nvmet_execute_identify()
698 switch (req->cmd->identify.csi) { in nvmet_execute_identify()
707 switch (req->cmd->identify.csi) { in nvmet_execute_identify()
714 switch (req->cmd->identify.csi) { in nvmet_execute_identify()
723 switch (req->cmd->identify.csi) { in nvmet_execute_identify()
A Dpassthru.c172 switch (req->cmd->identify.cns) { in nvmet_passthru_execute_cmd_work()
474 switch (req->cmd->identify.cns) { in nvmet_parse_passthru_admin_cmd()
480 switch (req->cmd->identify.csi) { in nvmet_parse_passthru_admin_cmd()
492 switch (req->cmd->identify.csi) { in nvmet_parse_passthru_admin_cmd()
/linux/Documentation/networking/devlink/
A Ddevlink-flash.rst73 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
A Dice.rst36 identify what commands are supported. Historical versions of the
72 required to uniquely identify the package.
77 referred to as the DDP Track ID. Can be used to uniquely identify
/linux/Documentation/livepatch/
A Dreliable-stacktrace.rst16 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/arch/mips/dec/prom/
A DMakefile7 lib-y += init.o memory.o cmdline.o identify.o console.o
/linux/arch/arm/boot/dts/
A Daspeed-bmc-tyan-s7106.dts47 identify {
385 * Notes on led-identify and id-button:
389 * - The flip-flop's Q output drives led-identify which is
406 /*A2*/ "led-identify", /* in/out: BMC_IDLED_ON_N */
A Darmada-370-seagate-nas-2bay.dts11 * Here are some information allowing to identify the device:
A Darmada-370-seagate-personal-cloud.dts11 * Here are some information allowing to identify the device:
/linux/arch/mips/fw/arc/
A DMakefile9 lib-y += cmdline.o env.o file.o identify.o init.o \
/linux/Documentation/ABI/obsolete/
A Dsysfs-kernel-fadump_enabled7 Primarily used to identify whether the FADump is enabled in
/linux/Documentation/devicetree/bindings/misc/
A Dnvidia,tegra186-misc.txt4 that can be used to identify a given chip and various strapping options.

Completed in 52 milliseconds

12345678910>>...15