Home
last modified time | relevance | path

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

12345678910>>...21

/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_internal.h123 rphy->identify.sas_address = SAS_ADDR(dev->sas_addr); in sas_fill_in_rphy()
124 rphy->identify.initiator_port_protocols = dev->iproto; in sas_fill_in_rphy()
125 rphy->identify.target_port_protocols = dev->tproto; in sas_fill_in_rphy()
131 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy()
134 rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE; in sas_fill_in_rphy()
137 rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE; in sas_fill_in_rphy()
140 rphy->identify.device_type = SAS_PHY_UNUSED; in sas_fill_in_rphy()
151 phy->identify.device_type = SAS_END_DEVICE; in sas_phy_set_target()
153 phy->identify.device_type = dev->dev_type; in sas_phy_set_target()
154 phy->identify.target_port_protocols = dev->tproto; in sas_phy_set_target()
[all …]
H 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()
H 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()
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H 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()
68 identify->initiator_port_protocols = SAS_PROTOCOL_STP; in pqi_sas_port_add_phy()
69 identify->target_port_protocols = SAS_PROTOCOL_STP; 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()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c141 struct sas_identify *identify) in _transport_set_identify() argument
168 memset(identify, 0, sizeof(struct sas_identify)); in _transport_set_identify()
172 identify->sas_address = le64_to_cpu(sas_device_pg0.SASAddress); in _transport_set_identify()
175 identify->phy_identifier = sas_device_pg0.PhyNum; in _transport_set_identify()
180 identify->device_type = SAS_PHY_UNUSED; in _transport_set_identify()
183 identify->device_type = SAS_END_DEVICE; in _transport_set_identify()
186 identify->device_type = SAS_EDGE_EXPANDER_DEVICE; in _transport_set_identify()
189 identify->device_type = SAS_FANOUT_EXPANDER_DEVICE; in _transport_set_identify()
195 identify->initiator_port_protocols |= SAS_PROTOCOL_SSP; in _transport_set_identify()
197 identify->initiator_port_protocols |= SAS_PROTOCOL_STP; in _transport_set_identify()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/imagemagick/
H A Dimagemagick_7.0.10.bb50 identify import magick-script mogrify montage stream"
58 ALTERNATIVE_TARGET[identify] = "${bindir}/identify.im7"
66 convert.1 display.1 identify.1 import.1 magick-script.1 mogrify.1 montage.1 stream.1"
80 ALTERNATIVE_LINK_NAME[identify.1] = "${mandir}/man1/identify.1"
81 ALTERNATIVE_TARGET[identify.1] = "${mandir}/man1/identify.im7.1"
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A 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()
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 …]
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H 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()
77 c.identify.opcode = nvme_admin_identify; in nvme_update_zone_info()
78 c.identify.nsid = cpu_to_le32(ns->head->ns_id); in nvme_update_zone_info()
79 c.identify.cns = NVME_ID_CNS_CS_NS; in nvme_update_zone_info()
80 c.identify.csi = NVME_CSI_ZNS; in nvme_update_zone_info()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_sas.c166 BUG_ON(rphy->identify.device_type != SAS_END_DEVICE); in sas_bitfield_name_search()
326 return rdev->rphy.identify.sas_address; in sas_get_address()
518 if (!phy->identify.device_type) in show_sas_device_type()
520 return get_sas_device_type_names(phy->identify.device_type, buf); in show_sas_device_type()
603 sas_phy_protocol_attr(identify.initiator_port_protocols,
605 sas_phy_protocol_attr(identify.target_port_protocols,
607 sas_phy_simple_attr(identify.sas_address, sas_address, "0x%016llx\n",
609 sas_phy_simple_attr(identify.phy_identifier, phy_identifier, "%d\n", u8);
1173 if (!rphy->identify.device_type) in show_sas_rphy_device_type()
1176 rphy->identify.device_type, buf); in show_sas_rphy_device_type()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/
H 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
219 Intel(R) ixgbe driver. For more information on how to identify your
246 devices. For more information on how to identify your adapter, go
279 information on how to identify your adapter, go to the Adapter
[all …]
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_transport_sas.h65 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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-powernv.txt12 - led-types : Supported LED types (attention/identify/fault) provided
22 led-types = "identify", "fault";
/OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/
H A Dtps53679.c207 info->identify = tps53679_identify; in tps53679_probe()
212 info->identify = tps53679_identify; in tps53679_probe()
217 info->identify = tps53681_identify; in tps53679_probe()
/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.c1091 *timeout = ((*(dd->port->identify + 90) * 2) * 60000); in mtip_set_timeout()
1093 *timeout = ((*(dd->port->identify + 89) * 2) * 60000); in mtip_set_timeout()
1148 memset(port->identify, 0, sizeof(u16) * ATA_ID_WORDS); in mtip_get_identify()
1169 ata_swap_string(port->identify + 27, 40); /* model string*/ in mtip_get_identify()
1170 ata_swap_string(port->identify + 23, 8); /* firmware string*/ in mtip_get_identify()
1171 ata_swap_string(port->identify + 10, 20); /* serial# string*/ in mtip_get_identify()
1176 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()
[all …]
/OK3568_Linux_fs/u-boot/drivers/led/
H A DKconfig111 CONFIG_LED_STATUS_BIT is passed into the __led_* functions to identify
146 identify which LED is being acted on. As such, the chosen value must
181 identify which LED is being acted on. As such, the chosen value must
216 identify which LED is being acted on. As such, the chosen value must
251 identify which LED is being acted on. As such, the chosen value must
286 identify which LED is being acted on. As such, the chosen value must
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dpassthru.c163 switch (req->cmd->identify.cns) { in nvmet_passthru_execute_cmd_work()
462 switch (req->cmd->identify.cns) { in nvmet_parse_passthru_admin_cmd()
468 switch (req->cmd->identify.csi) { in nvmet_parse_passthru_admin_cmd()
480 switch (req->cmd->identify.csi) { in nvmet_parse_passthru_admin_cmd()
H A Dadmin-cmd.c475 if (le32_to_cpu(req->cmd->identify.nsid) == NVME_NSID_ALL) { in nvmet_execute_identify_ns()
488 req->ns = nvmet_find_namespace(ctrl, req->cmd->identify.nsid); in nvmet_execute_identify_ns()
559 u32 min_nsid = le32_to_cpu(req->cmd->identify.nsid); in nvmet_execute_identify_nslist()
613 ns = nvmet_find_namespace(req->sq->ctrl, req->cmd->identify.nsid); in nvmet_execute_identify_desclist()
649 switch (req->cmd->identify.cns) { in nvmet_execute_identify()
661 req->cmd->identify.cns, req->sq->qid); in nvmet_execute_identify()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/licenses/
H A DDMTF15 // identify any or all such third party patent right, owners or
20 // identify any such third party patent rights, or for such party's
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/cim-schema/files/
H A DLICENSE15 // identify any or all such third party patent right, owners or
20 // identify any such third party patent rights, or for such party's
/OK3568_Linux_fs/u-boot/cmd/
H A Dpcmcia.c198 static int identify (volatile uchar *p) in identify() function
308 found = identify (ident); in check_ide_device()
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H 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
/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.c459 c.identify.opcode = nvme_admin_identify; in nvme_identify()
460 c.identify.nsid = cpu_to_le32(nsid); in nvme_identify()
461 c.identify.prp1 = cpu_to_le64(dma_addr); in nvme_identify()
465 c.identify.prp2 = 0; in nvme_identify()
468 c.identify.prp2 = cpu_to_le64(dma_addr); in nvme_identify()
471 c.identify.cns = cpu_to_le32(cns); in nvme_identify()
/OK3568_Linux_fs/kernel/arch/mips/dec/prom/
H A DMakefile7 lib-y += init.o memory.o cmdline.o identify.o console.o
/OK3568_Linux_fs/buildroot/package/file/
H A DConfig.in4 Program to identify a file's format by scanning binary data
/OK3568_Linux_fs/kernel/arch/mips/fw/arc/
H A DMakefile9 lib-y += cmdline.o env.o file.o identify.o init.o \

12345678910>>...21