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

123

/linux-master/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.sh22 if [[ -z $(ip netns identify $$) ]]; then
/linux-master/drivers/hwmon/pmbus/
H A Dpmbus.c186 info->identify = pmbus_identify;
H A Dmax16601.c251 .identify = max16601_identify,
H A Dpmbus.h456 * The identify function determines supported PMBus functionality.
460 int (*identify)(struct i2c_client *client, member in struct:pmbus_driver_info
/linux-master/drivers/scsi/mvsas/
H A Dmv_sas.c249 id->dev_type = phy->identify.device_type;
251 id->target_bits = phy->identify.target_port_protocols;
1013 phy->identify.target_port_protocols = SAS_PROTOCOL_STP;
1038 phy->identify.device_type =
1041 if (phy->identify.device_type == SAS_END_DEVICE)
1042 phy->identify.target_port_protocols =
1044 else if (phy->identify.device_type != SAS_PHY_UNUSED)
1045 phy->identify.target_port_protocols =
H A Dmv_sas.h206 struct sas_identify identify; member in struct:mvs_phy
/linux-master/drivers/scsi/libsas/
H A Dsas_discover.c133 rphy->identify.phy_identifier = phy->phy->identify.phy_identifier;
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/net/ethernet/pensando/ionic/
H A Dionic_dev.c357 .identify.opcode = IONIC_CMD_IDENTIFY,
358 .identify.ver = ver,
H A Dionic_if.h207 * struct ionic_dev_identify_cmd - Driver/device identify command
209 * @ver: Highest version of identify supported by driver
218 * struct ionic_dev_identify_comp - Driver/device identify command completion
220 * @ver: Version of identify returned by device
268 * @version: Version of device identify
316 * struct ionic_lif_identify_cmd - LIF identify command
319 * @ver: Version of identify returned by device
329 * struct ionic_lif_identify_comp - LIF identify command completion
331 * @ver: Version of identify returned by device
483 * @eth: Ethernet identify structur
2895 struct ionic_dev_identify_cmd identify; member in union:ionic_dev_cmd
2934 struct ionic_dev_identify_comp identify; member in union:ionic_dev_cmd_comp
[all...]
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c1369 phy->identify.device_type = id->dev_type;
1371 if (phy->identify.device_type == SAS_END_DEVICE)
1372 phy->identify.target_port_protocols =
1374 else if (phy->identify.device_type != SAS_PHY_UNUSED)
1375 phy->identify.target_port_protocols =
1448 dev_dbg(dev, "abnormal: ID_TIMEOUT phy%d identify timeout\n",
H A Dhisi_sas_v2_hw.c1550 if (phy->identify.device_type == SAS_END_DEVICE) {
2695 phy->identify.device_type = id->dev_type;
2697 if (phy->identify.device_type == SAS_END_DEVICE)
2698 phy->identify.target_port_protocols =
2700 else if (phy->identify.device_type != SAS_PHY_UNUSED) {
2701 phy->identify.target_port_protocols =
2908 dev_warn(dev, "phy%d identify timeout\n",
3277 phy->identify.device_type = SAS_SATA_DEV;
3279 phy->identify.target_port_protocols = SAS_PROTOCOL_SATA;
H A Dhisi_sas.h176 struct sas_identify identify; member in struct:hisi_sas_phy
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);
/linux-master/drivers/nvme/target/
H A Ddiscovery.c257 if (req->cmd->identify.cns != NVME_ID_CNS_CTRL) {
H A Dzns.c105 if (le32_to_cpu(req->cmd->identify.nsid) == NVME_NSID_ALL) {
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl340 parse_headers.pl - parse a C file, in order to identify functions, structs,
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nsp.c858 struct nfp_nsp_command_buf_arg identify = { local
867 return nfp_nsp_command_buf(state, &identify);
/linux-master/drivers/net/ethernet/intel/ixgbe/
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,
H A Dixgbe_x540.c893 .identify = &ixgbe_identify_phy_generic,
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c7658 struct bmic_identify_controller *identify; local
7660 identify = kmalloc(sizeof(*identify), GFP_KERNEL);
7661 if (!identify)
7664 rc = pqi_identify_controller(ctrl_info, identify);
7668 if (get_unaligned_le32(&identify->extra_controller_flags) &
7671 identify->firmware_version_long,
7672 sizeof(identify->firmware_version_long));
7675 identify->firmware_version_short,
7676 sizeof(identify
[all...]
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_hwi.c2988 * when HBA driver received the identify done event or initiate FIS received
3004 id->dev_type = phy->identify.device_type;
3006 id->target_bits = phy->identify.target_port_protocols;
3158 phy->identify.device_type = deviceType;
3160 if (phy->identify.device_type == SAS_END_DEVICE)
3161 phy->identify.target_port_protocols = SAS_PROTOCOL_SSP;
3162 else if (phy->identify.device_type != SAS_PHY_UNUSED)
3163 phy->identify.target_port_protocols = SAS_PROTOCOL_SMP;
3215 phy->identify.target_port_protocols = SAS_PROTOCOL_SATA;
3216 phy->identify
[all...]
H A Dpm80xx_hwi.c3179 phy->identify.device_type = deviceType;
3181 if (phy->identify.device_type == SAS_END_DEVICE)
3182 phy->identify.target_port_protocols = SAS_PROTOCOL_SSP;
3183 else if (phy->identify.device_type != SAS_PHY_UNUSED)
3184 phy->identify.target_port_protocols = SAS_PROTOCOL_SMP;
3240 phy->identify.target_port_protocols = SAS_PROTOCOL_SATA;
3241 phy->identify.device_type = SAS_SATA_DEV;
3270 phy->identify.device_type = 0;
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.h119 * The identify message only supports 64 luns in SPI3.
622 uint8_t identify; /* Identify message */ member in struct:target_cmd
/linux-master/scripts/
H A Dsphinx-pre-install436 printf("Couldn't identify release number\n");
921 die "Warning: couldn't identify $python_cmd version!";

Completed in 350 milliseconds

123