Searched refs:identify (Results 1 - 25 of 69) sorted by last modified time

123

/linux-master/drivers/nvme/host/
H A Dcore.c1380 c.identify.opcode = nvme_admin_identify;
1381 c.identify.cns = NVME_ID_CNS_CTRL;
1461 c.identify.opcode = nvme_admin_identify;
1462 c.identify.nsid = cpu_to_le32(info->nsid);
1463 c.identify.cns = NVME_ID_CNS_NS_DESC_LIST;
1509 c.identify.opcode = nvme_admin_identify;
1510 c.identify.nsid = cpu_to_le32(nsid);
1511 c.identify.cns = NVME_ID_CNS_NS;
1570 .identify.opcode = nvme_admin_identify,
1571 .identify
[all...]
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;
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c1056 if (phy->identify.device_type == SAS_END_DEVICE) {
1578 phy->identify.device_type = SAS_SATA_DEV;
1580 phy->identify.target_port_protocols = SAS_PROTOCOL_SATA;
1597 phy->identify.device_type = id->dev_type;
1599 if (phy->identify.device_type == SAS_END_DEVICE)
1600 phy->identify.target_port_protocols =
1602 else if (phy->identify.device_type != SAS_PHY_UNUSED)
1603 phy->identify.target_port_protocols =
1847 dev_warn(dev, "phy%d identify timeout\n", phy_no);
H A Dhisi_sas_main.c646 id->dev_type = phy->identify.device_type;
648 id->target_bits = phy->identify.target_port_protocols;
917 if (phy->identify.target_port_protocols == SAS_PROTOCOL_SSP)
/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/scsi/libsas/
H A Dsas_expander.c253 phy->phy->identify.sas_address = SAS_ADDR(phy->attached_sas_addr);
254 phy->phy->identify.device_type = dr->attached_dev_type;
255 phy->phy->identify.initiator_port_protocols = phy->attached_iproto;
256 phy->phy->identify.target_port_protocols = phy->attached_tproto;
258 phy->phy->identify.target_port_protocols = SAS_PROTOCOL_SATA;
259 phy->phy->identify.phy_identifier = phy_id;
770 rphy->identify.phy_identifier = phy_id;
2121 switch (rphy->identify.device_type) {
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h553 * @rphy: device's sas_rphy address used to identify this device structure in
770 * @identify: phy identification
781 struct sas_identify identify; member in struct:_sas_phy
1254 * @blocking_handles: bitmask used to identify which devices need blocking
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c1035 * This is executed post controller reset to identify any
4342 rphy->identify.sas_address, rphy);
4424 rphy->identify.sas_address, rphy);
4492 rphy->identify.sas_address, rphy);
4573 rphy->identify.sas_address, rphy);
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/drivers/hwmon/pmbus/
H A Dpmbus_core.c2648 if (info->identify) {
2649 ret = (*info->identify)(client, info);
2664 dev_err(dev, "Failed to identify chip capabilities\n");
H A Dmpq8785.c56 .identify = mpq8785_identify,
/linux-master/scripts/
H A Dsphinx-pre-install436 printf("Couldn't identify release number\n");
921 die "Warning: couldn't identify $python_cmd version!";
/linux-master/include/linux/
H A Dnvme.h1789 struct nvme_identify identify; member in union:nvme_command::__anon2321
/linux-master/drivers/nvme/target/
H A Dzns.c105 if (le32_to_cpu(req->cmd->identify.nsid) == NVME_NSID_ALL) {
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 Ddiscovery.c257 if (req->cmd->identify.cns != NVME_ID_CNS_CTRL) {
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/pensando/ionic/
H A Dionic_dev.c357 .identify.opcode = IONIC_CMD_IDENTIFY,
358 .identify.ver = ver,
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c3257 ret_val = phy->ops.identify(hw);
4037 .identify = &ixgbe_identify_phy_generic,
4046 .identify = &ixgbe_identify_phy_x550em,
4055 .identify = ixgbe_identify_phy_x550em,
4066 .identify = &ixgbe_identify_phy_x550em,
4077 .identify = ixgbe_identify_phy_fw,
H A Dixgbe_x540.c893 .identify = &ixgbe_identify_phy_generic,
H A Dixgbe_type.h3498 int (*identify)(struct ixgbe_hw *); member in struct:ixgbe_phy_operations
H A Dixgbe_common.c280 hw->phy.ops.identify(hw);
474 hw->phy.ops.identify(hw);
3249 * Contains the logic to identify if we need to verify link for the
H A Dixgbe_82599.c292 ret_val = phy->ops.identify(hw);
2235 .identify = &ixgbe_identify_phy_82599,
H A Dixgbe_82598.c73 /* Call PHY identify routine to get the phy type */
104 phy->ops.identify(hw);
121 /* Call SFP+ identify routine to get the SFP+ module type */
1174 .identify = &ixgbe_identify_phy_generic,
/linux-master/drivers/block/mtip32xx/
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...]

Completed in 425 milliseconds

123