| /linux/drivers/scsi/smartpqi/ |
| H A D | smartpqi_sas_transport.c | 59 struct sas_identify *identify; in pqi_sas_port_add_phy() local 64 identify = &phy->identify; in pqi_sas_port_add_phy() 65 memset(identify, 0, sizeof(*identify)); in pqi_sas_port_add_phy() 66 identify->sas_address = pqi_sas_port->sas_address; in pqi_sas_port_add_phy() 67 identify->device_type = SAS_END_DEVICE; in pqi_sas_port_add_phy() 68 identify->initiator_port_protocols = SAS_PROTOCOL_ALL; in pqi_sas_port_add_phy() 69 identify->target_port_protocols = SAS_PROTOCOL_ALL; in pqi_sas_port_add_phy() 91 struct sas_identify *identify; in pqi_sas_port_add_rphy() local 93 identify = &rphy->identify; in pqi_sas_port_add_rphy() 94 identify->sas_address = pqi_sas_port->sas_address; in pqi_sas_port_add_rphy() [all …]
|
| /linux/drivers/scsi/libsas/ |
| H A D | sas_internal.h | 155 rphy->identify.sas_address = SAS_ADDR(dev->sas_addr); in sas_fill_in_rphy() 156 rphy->identify.initiator_port_protocols = dev->iproto; in sas_fill_in_rphy() 157 rphy->identify.target_port_protocols = dev->tproto; in sas_fill_in_rphy() 163 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy() 166 rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE; in sas_fill_in_rphy() 169 rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE; in sas_fill_in_rphy() 172 rphy->identify.device_type = SAS_PHY_UNUSED; in sas_fill_in_rphy() 183 phy->identify.device_type = SAS_END_DEVICE; in sas_phy_set_target() 185 phy->identify.device_type = dev->dev_type; in sas_phy_set_target() 186 phy->identify.target_port_protocols = dev->tproto; in sas_phy_set_target() [all …]
|
| H A D | sas_phy.c | 141 phy->phy->identify.initiator_port_protocols = in sas_register_phys() 143 phy->phy->identify.target_port_protocols = phy->tproto; in sas_register_phys() 144 phy->phy->identify.sas_address = SAS_ADDR(sas_ha->sas_addr); in sas_register_phys() 145 phy->phy->identify.phy_identifier = i; in sas_register_phys()
|
| /linux/drivers/net/ethernet/intel/ |
| H A D | Kconfig | 37 to identify the adapter. 50 adapters. For more information on how to identify your adapter, go 70 identify your adapter, go to the Adapter & Driver ID Guide that 98 adapters. For more information on how to identify your adapter, go 134 information on how to identify your adapter, go to the Adapter & 156 adapters. For more information on how to identify your adapter, go 208 Intel(R) ixgbe driver. For more information on how to identify your 239 devices. For more information on how to identify your adapter, go 277 information on how to identify your adapter, go to the Adapter 309 devices. For more information on how to identify your adapter, go [all …]
|
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_transport.c | 121 if (rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE || in _transport_get_port_id_by_rphy() 122 rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE) { in _transport_get_port_id_by_rphy() 132 } else if (rphy->identify.device_type == SAS_END_DEVICE) { in _transport_get_port_id_by_rphy() 195 * _transport_set_identify - set identify for phys and end devices 198 * @identify: sas identify info 200 * Populates sas identify info. 206 struct sas_identify *identify) in _transport_set_identify() argument 233 memset(identify, 0, sizeof(struct sas_identify)); in _transport_set_identify() 237 identify->sas_address = le64_to_cpu(sas_device_pg0.SASAddress); in _transport_set_identify() 240 identify->phy_identifier = sas_device_pg0.PhyNum; in _transport_set_identify() [all …]
|
| /linux/drivers/nvme/host/ |
| H A D | zns.c | 20 c.identify.opcode = nvme_admin_identify; in nvme_set_max_append() 21 c.identify.cns = NVME_ID_CNS_CS_CTRL; in nvme_set_max_append() 22 c.identify.csi = NVME_CSI_ZNS; in nvme_set_max_append() 71 c.identify.opcode = nvme_admin_identify; in nvme_query_zone_info() 72 c.identify.nsid = cpu_to_le32(ns->head->ns_id); in nvme_query_zone_info() 73 c.identify.cns = NVME_ID_CNS_CS_NS; in nvme_query_zone_info() 74 c.identify.csi = NVME_CSI_ZNS; in nvme_query_zone_info()
|
| /linux/include/uapi/linux/ |
| H A D | lsm.h | 44 * ID tokens to identify Linux Security Modules (LSMs) 46 * These token values are used to uniquely identify specific LSMs 70 * LSM_ATTR_XXX definitions identify different LSM attributes 88 * LSM_FLAG_XXX definitions identify special handling instructions
|
| /linux/include/linux/iio/ |
| H A D | machine.h | 13 * @adc_channel_label: Label used to identify the channel on the provider. 16 * @consumer_dev_name: Name to uniquely identify the consumer device. 17 * @consumer_channel: Unique name used to identify the channel on the
|
| /linux/drivers/message/fusion/ |
| H A D | mptsas.c | 110 static void mptsas_parse_device_info(struct sas_identify *identify, 414 if (port_info->phy_info[i].identify.handle == handle) { in mptsas_find_portinfo_by_handle() 446 if (port_info->phy_info[i].identify.sas_address == in mptsas_find_portinfo_by_sas_address() 629 if (rphy->identify.sas_address == sas_address) { in mptsas_add_device_component() 792 rphy->identify.sas_address); in mptsas_add_device_component_starget() 1447 struct sas_identify identify; in mptsas_add_end_device() local 1491 mptsas_parse_device_info(&identify, &phy_info->attached); in mptsas_add_end_device() 1500 rphy->identify = identify; in mptsas_add_end_device() 1787 rphy->identify.sas_address) in mptsas_target_alloc() 1846 rphy->identify.sas_address) in mptsas_target_destroy() [all …]
|
| /linux/drivers/misc/sgi-gru/ |
| H A D | grukservices.h | 160 * handle to identify resource 170 * han - handle to identify resources 178 * han - handle to identify resources 186 * han - handle to identify resources 197 * han - handle to identify resources
|
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_transport.c | 499 * address and hba port are used to identify the exact expander 531 phy->identify.sas_address, in mpi3mr_parent_present() 786 * mpi3mr_set_identify - set identify for phys and end devices 789 * @identify: SAS transport layer's identify info 791 * Populates sas identify info for a specific device. 796 struct sas_identify *identify) in mpi3mr_set_identify() argument 827 memset(identify, 0, sizeof(struct sas_identify)); in mpi3mr_set_identify() 832 identify->sas_address = le64_to_cpu(sasinf->sas_address); in mpi3mr_set_identify() 835 identify->phy_identifier = sasinf->phy_num; in mpi3mr_set_identify() 840 identify->device_type = SAS_PHY_UNUSED; in mpi3mr_set_identify() [all …]
|
| /linux/Documentation/livepatch/ |
| H A D | reliable-stacktrace.rst | 16 to identify which functions are live is to use a stacktrace. 116 trace, it is strongly recommended that architectures positively identify code 124 There are several ways an architecture may identify kernel code which is deemed 145 and it may not be possible to identify whether such unwinding will be reliable. 148 Architectures which cannot identify when it is reliable to unwind such cases 154 Architectures which can identify when it is reliable to unwind such cases (or 308 reliably identify when the LR or stack value should be used (e.g. using
|
| /linux/include/uapi/drm/ |
| H A D | qaic_accel.h | 66 * @hdr: In. Header to identify this transaction. 77 * @hdr: In. Header to identify this transaction. 94 * @hdr: In. Header to identify this transaction. 110 * @hdr: Out. Header to identify this transaction. 124 * @hdr: In. Header to identify this transaction. 136 * @hdr: In. Header to identify this transaction. 144 * @hdr: Out. Header to identify this transaction.
|
| /linux/arch/arm64/kernel/vdso/ |
| H A D | sigreturn.S | 38 * unwinders (e.g. libstdc++) to implement _Unwind_GetIPInfo() and identify 59 * identify the calling function. 65 * GDB, libgcc and libunwind rely on being able to identify the sigreturn
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | leds-powernv.txt | 12 - led-types : Supported LED types (attention/identify/fault) provided 22 led-types = "identify", "fault";
|
| /linux/include/scsi/ |
| H A D | scsi_transport_sas.h | 66 struct sas_identify identify; member 98 struct sas_identify identify; member 241 return rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE || in scsi_is_sas_expander_device() 242 rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE;
|
| /linux/include/linux/device-id/ |
| H A D | usb.h | 34 * This is also used to identify individual product versions, for 64 * construct these entries. Each entry you provide will either identify 65 * one or more specific products, or will identify a class of products
|
| /linux/drivers/block/mtip32xx/ |
| H A D | mtip32xx.h | 327 * identify field is valid. 359 * Pointer to the DMA region for RX Fis, Identify, RLE10, and SMART 363 * DMA address of region for RX Fis, Identify, RLE10, and SMART 367 * Pointer to the beginning of the identify data memory as used 370 u16 *identify; member 372 * Pointer to the beginning of the identify data memory as used
|
| H A D | mtip32xx.c | 37 /* DMA region containing RX Fis, Identify, RLE10, and SMART buffers */ 1051 * ATA identify data contains strings in byte-swapped 16-bit words. 1079 *timeout = ((*(dd->port->identify + 90) * 2) * 60000); in mtip_set_timeout() 1081 *timeout = ((*(dd->port->identify + 89) * 2) * 60000); in mtip_set_timeout() 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 information as invalid. */ in mtip_get_identify() 1135 /* Clear the identify information. */ in mtip_get_identify() [all …]
|
| /linux/drivers/hwmon/pmbus/ |
| H A D | mp2975.c | 563 * Identify multiphase for rail 2 - could be from 0 to data->max_phases[1]. in mp2975_identify_multiphase_rail2() 606 /* Identify multiphase for rail 1 - could be from 1 to data->max_phases[0]. */ in mp2975_identify_multiphase() 642 /* Identify VID mode and step selection. */ in mp2975_identify_vid() 671 /* Identify VID mode for rail 1. */ in mp2975_identify_rails_vid() 678 /* Identify VID mode for rail 2, if connected. */ in mp2975_identify_rails_vid() 698 /* Identify VID mode for rail 1. */ in mp2973_identify_rails_vid() 706 /* Identify VID mode for rail 2, if connected. */ in mp2973_identify_rails_vid() 1016 /* Identify multiphase configuration for rail 2. */ in mp2975_probe() 1030 /* Identify multiphase configuration. */ in mp2975_probe() 1036 /* Identify VID setting per rail. */ in mp2975_probe() [all …]
|
| /linux/sound/soc/sof/ |
| H A D | ipc4-telemetry.h | 38 /* Identify the version of the header */ 58 /* Identify the version of this block */
|
| /linux/Documentation/networking/devlink/ |
| H A D | devlink-flash.rst | 73 The ``driver`` attribute and ``fixed`` group identify the specific device 76 is fixed) - ``fixed`` versions should identify the design, not a single 79 ``running`` and ``stored`` firmware versions identify the firmware running
|
| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | libsas.rst | 92 - 当 LLDD 接收到 IDENTIFY 帧或 FIS 帧时,应在通知 SAS 层 95 LLDD 这样做。理想情况下,应将 SAS 地址从 IDENTIFY 帧中 100 - 当接收到 IDENTIFY 或 FIS 帧时,将该帧复制到此处。正确的 302 - 在接收到 IDENTIFY/FIS 帧时。
|
| /linux/tools/power/cpupower/bench/ |
| H A D | README-BENCH | 7 - Identify worst case performance loss when doing dynamic frequency 9 - Identify average reaction time of a governor to CPU load changes 12 - Identify cpufreq related performance regressions between kernels
|
| /linux/include/linux/irqchip/ |
| H A D | irq-bcm2836.h | 12 * The low 2 bits identify the CPU that the GPU IRQ goes to, and the 13 * next 2 bits identify the CPU that the GPU FIQ goes to.
|