Searched refs:identify (Results 1 - 25 of 69) sorted by relevance

123

/linux-master/arch/mips/dec/prom/
H A DMakefile7 lib-y += init.o memory.o cmdline.o identify.o console.o
/linux-master/arch/mips/fw/arc/
H A DMakefile9 lib-y += cmdline.o env.o file.o identify.o init.o \
/linux-master/drivers/scsi/libsas/
H A Dsas_internal.h154 rphy->identify.sas_address = SAS_ADDR(dev->sas_addr);
155 rphy->identify.initiator_port_protocols = dev->iproto;
156 rphy->identify.target_port_protocols = dev->tproto;
162 rphy->identify.device_type = SAS_END_DEVICE;
165 rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE;
168 rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE;
171 rphy->identify.device_type = SAS_PHY_UNUSED;
182 phy->identify.device_type = SAS_END_DEVICE;
184 phy->identify.device_type = dev->dev_type;
185 phy->identify
[all...]
H A Dsas_phy.c138 phy->phy->identify.initiator_port_protocols =
140 phy->phy->identify.target_port_protocols = phy->tproto;
141 phy->phy->identify.sas_address = SAS_ADDR(sas_ha->sas_addr);
142 phy->phy->identify.phy_identifier = i;
H A Dsas_host_smp.c47 resp_data[12] = rphy->identify.device_type << 4;
48 resp_data[14] = rphy->identify.initiator_port_protocols;
49 resp_data[15] = rphy->identify.target_port_protocols;
157 if (rphy->identify.target_port_protocols != SAS_PROTOCOL_SATA)
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c59 struct sas_identify *identify; local
64 identify = &phy->identify;
65 memset(identify, 0, sizeof(*identify));
66 identify->sas_address = pqi_sas_port->sas_address;
67 identify->device_type = SAS_END_DEVICE;
68 identify->initiator_port_protocols = SAS_PROTOCOL_ALL;
69 identify->target_port_protocols = SAS_PROTOCOL_ALL;
91 struct sas_identify *identify; local
[all...]
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c121 if (rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE ||
122 rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE) {
132 } else if (rphy->identify.device_type == SAS_END_DEVICE) {
192 * _transport_set_identify - set identify for phys and end devices
195 * @identify: sas identify info
197 * Populates sas identify info.
203 struct sas_identify *identify)
230 memset(identify, 0, sizeof(struct sas_identify));
234 identify
202 _transport_set_identify(struct MPT3SAS_ADAPTER *ioc, u16 handle, struct sas_identify *identify) argument
[all...]
/linux-master/drivers/nvme/host/
H A Dzns.c20 c.identify.opcode = nvme_admin_identify;
21 c.identify.cns = NVME_ID_CNS_CS_CTRL;
22 c.identify.csi = NVME_CSI_ZNS;
71 c.identify.opcode = nvme_admin_identify;
72 c.identify.nsid = cpu_to_le32(ns->head->ns_id);
73 c.identify.cns = NVME_ID_CNS_CS_NS;
74 c.identify.csi = NVME_CSI_ZNS;
H A Dcore.c1401 c.identify.opcode = nvme_admin_identify;
1402 c.identify.cns = NVME_ID_CNS_CTRL;
1482 c.identify.opcode = nvme_admin_identify;
1483 c.identify.nsid = cpu_to_le32(info->nsid);
1484 c.identify.cns = NVME_ID_CNS_NS_DESC_LIST;
1530 c.identify.opcode = nvme_admin_identify;
1531 c.identify.nsid = cpu_to_le32(nsid);
1532 c.identify.cns = NVME_ID_CNS_NS;
1591 .identify.opcode = nvme_admin_identify,
1592 .identify
[all...]
/linux-master/drivers/message/fusion/
H A Dmptsas.c110 static void mptsas_parse_device_info(struct sas_identify *identify,
414 if (port_info->phy_info[i].identify.handle == handle) {
446 if (port_info->phy_info[i].identify.sas_address ==
629 if (rphy->identify.sas_address == sas_address) {
792 rphy->identify.sas_address);
1448 struct sas_identify identify; local
1492 mptsas_parse_device_info(&identify, &phy_info->attached);
1501 rphy->identify = identify;
1788 rphy->identify
3004 mptsas_parse_device_info(struct sas_identify *identify, struct mptsas_devinfo *device_info) argument
3223 struct sas_identify identify; local
[all...]
H A Dmptsas.h167 struct mptsas_devinfo identify; /* point to phy device info */ member in struct:mptsas_phyinfo
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c494 * address and hba port are used to identify the exact expander
526 phy->identify.sas_address,
772 * mpi3mr_set_identify - set identify for phys and end devices
775 * @identify: SAS transport layer's identify info
777 * Populates sas identify info for a specific device.
782 struct sas_identify *identify)
807 memset(identify, 0, sizeof(struct sas_identify));
812 identify->sas_address = le64_to_cpu(sasinf->sas_address);
815 identify
781 mpi3mr_set_identify(struct mpi3mr_ioc *mrioc, u16 handle, struct sas_identify *identify) argument
[all...]
/linux-master/include/scsi/
H A Dscsi_transport_sas.h66 struct sas_identify identify; member in struct:sas_phy
98 struct sas_identify identify; member in struct:sas_rphy
239 return rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE ||
240 rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE;
/linux-master/drivers/hwmon/pmbus/
H A Dtps53679.c250 info->identify = tps53679_identify;
253 info->identify = tps53676_identify;
258 info->identify = tps53679_identify;
263 info->identify = tps53681_identify;
H A Dmpq8785.c56 .identify = mpq8785_identify,
H A Dpxe1610.c87 .identify = pxe1610_identify,
H A Dxdpe12284.c147 .identify = xdpe122_identify,
/linux-master/drivers/scsi/
H A Dscsi_transport_sas.c166 BUG_ON(rphy->identify.device_type != SAS_END_DEVICE);
332 return rdev->rphy.identify.sas_address;
524 if (!phy->identify.device_type)
526 return get_sas_device_type_names(phy->identify.device_type, buf);
609 sas_phy_protocol_attr(identify.initiator_port_protocols,
611 sas_phy_protocol_attr(identify.target_port_protocols,
613 sas_phy_simple_attr(identify.sas_address, sas_address, "0x%016llx\n",
615 sas_phy_simple_attr(identify.phy_identifier, phy_identifier, "%d\n", u8);
1179 if (!rphy->identify.device_type)
1182 rphy->identify
1519 struct sas_identify *identify = &rphy->identify; local
[all...]
/linux-master/include/linux/pds/
H A Dpds_core_if.h106 * @version: Version of device identify
139 * struct pds_core_dev_identify_cmd - Driver/device identify command
141 * @ver: Highest version of identify supported by driver
153 * struct pds_core_dev_identify_comp - Device identify command completion
155 * @ver: Version of identify returned by device
456 struct pds_core_dev_identify_cmd identify; member in union:pds_core_dev_cmd
474 struct pds_core_dev_identify_comp identify; member in union:pds_core_dev_comp
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.h326 * identify field is valid.
366 * Pointer to the beginning of the identify data memory as used
369 u16 *identify; member in struct:mtip_port
371 * Pointer to the beginning of the identify data memory as used
H A Dmtip32xx.c1051 * ATA identify data contains strings in byte-swapped 16-bit words.
1079 *timeout = ((*(dd->port->identify + 90) * 2) * 60000);
1081 *timeout = ((*(dd->port->identify + 89) * 2) * 60000);
1103 * identify information is still read from the drive and placed
1104 * into the identify data buffer (@e port->identify) in the
1106 * When the identify buffer contains valid identify information @e
1110 * @user_buffer A user space buffer where the identify data should be
1132 /* Set the identify informatio
[all...]
/linux-master/drivers/nvme/target/
H A Dpassthru.c227 switch (req->cmd->identify.cns) {
537 switch (req->cmd->identify.cns) {
543 switch (req->cmd->identify.csi) {
555 switch (req->cmd->identify.csi) {
H A Dadmin-cmd.c497 if (le32_to_cpu(req->cmd->identify.nsid) == NVME_NSID_ALL) {
585 u32 min_nsid = le32_to_cpu(req->cmd->identify.nsid);
683 switch (req->cmd->identify.cns) {
697 switch (req->cmd->identify.csi) {
710 switch (req->cmd->identify.csi) {
724 pr_debug("unhandled identify cns %d on qid %d\n",
725 req->cmd->identify.cns, req->sq->qid);
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Ddev.c242 .identify.opcode = PDS_CORE_CMD_IDENTIFY,
243 .identify.ver = PDS_CORE_IDENTITY_VERSION_1,
302 dev_err(pdsc->dev, "Cannot identify device: %pe\n",
/linux-master/drivers/pcmcia/
H A Di82365.c572 static int __init identify(unsigned int port, u_short sock) function
629 } /* identify */
791 id = identify(i365_base, 0);
792 if ((id == IS_I82365DF) && (identify(i365_base, 1) != id)) {
797 if (identify(port, sock) == IS_I82365DF) {
808 id = identify(port, sock);
813 if ((ignore == i+j) || (identify(port, sock+j) < 0))

Completed in 263 milliseconds

123