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

123

/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_82599.c292 ret_val = phy->ops.identify(hw);
2235 .identify = &ixgbe_identify_phy_82599,
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_type.h3498 int (*identify)(struct ixgbe_hw *); member in struct:ixgbe_phy_operations
/linux-master/drivers/scsi/
H A Dhpsa.c9606 struct sas_identify *identify; local
9611 identify = &phy->identify;
9612 memset(identify, 0, sizeof(*identify));
9613 identify->sas_address = hpsa_sas_port->sas_address;
9614 identify->device_type = SAS_END_DEVICE;
9615 identify->initiator_port_protocols = SAS_PROTOCOL_STP;
9616 identify->target_port_protocols = SAS_PROTOCOL_STP;
9639 struct sas_identify *identify; local
[all...]
/linux-master/drivers/scsi/hisi_sas/
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/scsi/aic7xxx/
H A Daic79xx.h145 * The identify message only supports 64 luns in non-packetized transfers.
676 uint8_t identify; /* Identify message */ member in struct:target_cmd
H A Daic7xxx_core.c2421 * means the next time we send the initial identify messages for
3133 * identify message, or did, but we didn't find an SCB
4081 * Resend the identify for this CCB as the target
7801 lun = (cmd->identify & MSG_IDENTIFY_LUNMASK);
7882 if ((cmd->identify & MSG_IDENTIFY_DISCFLAG) == 0) {
H A Daic79xx_core.c1913 * agreement. Since we have not sent an identify
1954 * as we have not sent an identify message.
3079 * the identify message was never sent,
3309 * identify message, or did, but we didn't find an SCB
3808 * means the next time we send the initial identify messages for
5603 * Resend the identify for this CCB as the target
10624 lun = (cmd->identify & MSG_IDENTIFY_LUNMASK);
10704 if ((cmd->identify & MSG_IDENTIFY_DISCFLAG) == 0) {
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_sas.c671 dev->rphy->identify.phy_identifier;
H A Dpm8001_sas.h240 struct sas_identify identify; member in struct:pm8001_phy
/linux-master/drivers/scsi/libsas/
H A Dsas_ata.c717 rphy->identify.phy_identifier = phy_id;
H A Dsas_scsi_host.c811 BUG_ON(dev->rphy->identify.device_type != SAS_END_DEVICE);
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr.h528 * @identify: Phy identification
539 struct sas_identify identify; member in struct:mpi3mr_sas_phy
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);
/linux-master/drivers/nvme/host/
H A Dioctl.c38 * for a subset of identify commands that contain information required
44 switch (c->identify.cns) {
/linux-master/include/linux/
H A Dnvme.h1789 struct nvme_identify identify; member in union:nvme_command::__anon2321
/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/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");

Completed in 683 milliseconds

123