Searched defs:identify (Results 1 - 13 of 13) sorted by relevance

/drivers/message/fusion/
H A Dmptsas.h166 struct mptsas_devinfo identify; /* point to phy device info */ member in struct:mptsas_phyinfo
H A Dmptsas.c110 static void mptsas_parse_device_info(struct sas_identify *identify,
389 if (port_info->phy_info[i].identify.handle == handle) {
419 if (port_info->phy_info[i].identify.sas_address ==
600 if (rphy->identify.sas_address == sas_address) {
766 rphy->identify.sas_address);
1423 struct sas_identify identify; local
1467 mptsas_parse_device_info(&identify, &phy_info->attached);
1476 rphy->identify = identify;
1763 rphy->identify
2982 mptsas_parse_device_info(struct sas_identify *identify, struct mptsas_devinfo *device_info) argument
3201 struct sas_identify identify; local
[all...]
/drivers/block/mtip32xx/
H A Dmtip32xx.h281 * identify field is valid.
323 * Pointer to the beginning of the identify data memory as used
326 u16 *identify; member in struct:mtip_port
328 * Pointer to the beginning of the identify data memory as used
/drivers/pcmcia/
H A Di82365.c573 static int __init identify(unsigned int port, u_short sock) function
630 } /* identify */
792 id = identify(i365_base, 0);
793 if ((id == IS_I82365DF) && (identify(i365_base, 1) != id)) {
798 if (identify(port, sock) == IS_I82365DF) {
809 id = identify(port, sock);
814 if ((ignore == i+j) || (identify(port, sock+j) < 0))
/drivers/scsi/mpt2sas/
H A Dmpt2sas_transport.c125 * _transport_set_identify - set identify for phys and end devices
128 * @identify: sas identify info
130 * Populates sas identify info.
136 struct sas_identify *identify)
166 memset(identify, 0, sizeof(*identify));
170 identify->sas_address = le64_to_cpu(sas_device_pg0.SASAddress);
175 identify->device_type = SAS_PHY_UNUSED;
178 identify
135 _transport_set_identify(struct MPT2SAS_ADAPTER *ioc, u16 handle, struct sas_identify *identify) argument
[all...]
H A Dmpt2sas_base.h450 * @identify: phy identification
460 struct sas_identify identify; member in struct:_sas_phy
/drivers/hwmon/pmbus/
H A Dpmbus.h347 * The identify function determines supported PMBus functionality.
351 int (*identify)(struct i2c_client *client, member in struct:pmbus_driver_info
/drivers/scsi/mvsas/
H A Dmv_sas.h221 struct sas_identify identify; member in struct:mvs_phy
/drivers/scsi/
H A Dscsi_transport_sas.c163 BUG_ON(rphy->identify.device_type != SAS_END_DEVICE);
553 if (!phy->identify.device_type)
555 return get_sas_device_type_names(phy->identify.device_type, buf);
637 sas_phy_protocol_attr(identify.initiator_port_protocols,
639 sas_phy_protocol_attr(identify.target_port_protocols,
641 sas_phy_simple_attr(identify.sas_address, sas_address, "0x%016llx\n",
643 sas_phy_simple_attr(identify.phy_identifier, phy_identifier, "%d\n", u8);
1164 if (!rphy->identify.device_type)
1167 rphy->identify.device_type, buf);
1222 sas_rphy_protocol_attr(identify
1520 struct sas_identify *identify = &rphy->identify; local
[all...]
/drivers/scsi/pm8001/
H A Dpm8001_sas.h193 struct sas_identify identify; member in struct:pm8001_phy
/drivers/scsi/aic7xxx/
H A Daic79xx.h145 * The identify message only supports 64 luns in non-packetized transfers.
679 uint8_t identify; /* Identify message */ member in struct:target_cmd
H A Daic7xxx.h119 * The identify message only supports 64 luns in SPI3.
625 uint8_t identify; /* Identify message */ member in struct:target_cmd
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h2774 s32 (*identify)(struct ixgbe_hw *); member in struct:ixgbe_phy_operations

Completed in 271 milliseconds