Home
last modified time | relevance | path

Searched full:identify (Results 1 – 25 of 1399) sorted by relevance

12345678910>>...56

/linux-6.8/drivers/scsi/smartpqi/
Dsmartpqi_sas_transport.c59 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-6.8/drivers/scsi/libsas/
Dsas_internal.h154 rphy->identify.sas_address = SAS_ADDR(dev->sas_addr); in sas_fill_in_rphy()
155 rphy->identify.initiator_port_protocols = dev->iproto; in sas_fill_in_rphy()
156 rphy->identify.target_port_protocols = dev->tproto; in sas_fill_in_rphy()
162 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy()
165 rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE; in sas_fill_in_rphy()
168 rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE; in sas_fill_in_rphy()
171 rphy->identify.device_type = SAS_PHY_UNUSED; in sas_fill_in_rphy()
182 phy->identify.device_type = SAS_END_DEVICE; in sas_phy_set_target()
184 phy->identify.device_type = dev->dev_type; in sas_phy_set_target()
185 phy->identify.target_port_protocols = dev->tproto; in sas_phy_set_target()
[all …]
Dsas_phy.c138 phy->phy->identify.initiator_port_protocols = in sas_register_phys()
140 phy->phy->identify.target_port_protocols = phy->tproto; in sas_register_phys()
141 phy->phy->identify.sas_address = SAS_ADDR(sas_ha->sas_addr); in sas_register_phys()
142 phy->phy->identify.phy_identifier = i; in sas_register_phys()
/linux-6.8/drivers/net/ethernet/intel/
DKconfig34 to identify the adapter.
47 adapters. For more information on how to identify your adapter, go
67 identify your adapter, go to the Adapter & Driver ID Guide that
95 adapters. For more information on how to identify your adapter, go
131 information on how to identify your adapter, go to the Adapter &
150 adapters. For more information on how to identify your adapter, go
202 Intel(R) ixgbe driver. For more information on how to identify your
231 devices. For more information on how to identify your adapter, go
264 information on how to identify your adapter, go to the Adapter
291 devices. For more information on how to identify your adapter, go
[all …]
/linux-6.8/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c121 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()
192 * _transport_set_identify - set identify for phys and end devices
195 * @identify: sas identify info
197 * Populates sas identify info.
203 struct sas_identify *identify) in _transport_set_identify() argument
230 memset(identify, 0, sizeof(struct sas_identify)); in _transport_set_identify()
234 identify->sas_address = le64_to_cpu(sas_device_pg0.SASAddress); in _transport_set_identify()
237 identify->phy_identifier = sas_device_pg0.PhyNum; in _transport_set_identify()
[all …]
/linux-6.8/drivers/nvme/host/
Dzns.c30 c.identify.opcode = nvme_admin_identify; in nvme_set_max_append()
31 c.identify.cns = NVME_ID_CNS_CS_CTRL; in nvme_set_max_append()
32 c.identify.csi = NVME_CSI_ZNS; in nvme_set_max_append()
81 c.identify.opcode = nvme_admin_identify; in nvme_update_zone_info()
82 c.identify.nsid = cpu_to_le32(ns->head->ns_id); in nvme_update_zone_info()
83 c.identify.cns = NVME_ID_CNS_CS_NS; in nvme_update_zone_info()
84 c.identify.csi = NVME_CSI_ZNS; in nvme_update_zone_info()
/linux-6.8/include/uapi/linux/
Dlsm.h44 * ID tokens to identify Linux Security Modules (LSMs)
46 * These token values are used to uniquely identify specific LSMs
67 * LSM_ATTR_XXX definitions identify different LSM attributes
85 * LSM_FLAG_XXX definitions identify special handling instructions
/linux-6.8/include/linux/iio/
Dmachine.h13 * @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-6.8/drivers/message/fusion/
Dmptsas.c110 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()
1448 struct sas_identify identify; in mptsas_add_end_device() local
1492 mptsas_parse_device_info(&identify, &phy_info->attached); in mptsas_add_end_device()
1501 rphy->identify = identify; in mptsas_add_end_device()
1788 rphy->identify.sas_address) in mptsas_target_alloc()
1847 rphy->identify.sas_address) in mptsas_target_destroy()
[all …]
/linux-6.8/drivers/misc/sgi-gru/
Dgrukservices.h160 * 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-6.8/drivers/scsi/mpi3mr/
Dmpi3mr_transport.c494 * address and hba port are used to identify the exact expander
526 phy->identify.sas_address, in mpi3mr_parent_present()
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) in mpi3mr_set_identify() argument
807 memset(identify, 0, sizeof(struct sas_identify)); in mpi3mr_set_identify()
812 identify->sas_address = le64_to_cpu(sasinf->sas_address); in mpi3mr_set_identify()
815 identify->phy_identifier = sasinf->phy_num; in mpi3mr_set_identify()
820 identify->device_type = SAS_PHY_UNUSED; in mpi3mr_set_identify()
[all …]
/linux-6.8/Documentation/filesystems/xfs/
Dxfs-maintainer-entry-profile.rst60 Reviewers should identify themselves with an ``R:`` entry in the kernel
68 The testing lead should identify themselves with an ``M:`` entry in
72 enough detail to identify the person to whom the report should be
75 The bug triagers should identify themselves with a ``B:`` entry in
86 The release manager should identify themselves with an ``M:`` entry in
99 The maintainer for a given LTS release should identify themselves with an
/linux-6.8/drivers/scsi/
Dscsi_transport_sas.c166 BUG_ON(rphy->identify.device_type != SAS_END_DEVICE); in sas_bitfield_name_search()
332 return rdev->rphy.identify.sas_address; in sas_get_address()
524 if (!phy->identify.device_type) in show_sas_device_type()
526 return get_sas_device_type_names(phy->identify.device_type, buf); in show_sas_device_type()
609 sas_phy_protocol_attr(identify.initiator_port_protocols,
611 sas_phy_protocol_attr(identify.target_port_protocols,
613 sas_phy_simple_attr(identify.sas_address, sas_address, "0x%016llx\n",
615 sas_phy_simple_attr(identify.phy_identifier, phy_identifier, "%d\n", u8);
1179 if (!rphy->identify.device_type) in show_sas_rphy_device_type()
1182 rphy->identify.device_type, buf); in show_sas_rphy_device_type()
[all …]
/linux-6.8/include/uapi/drm/
Dqaic_accel.h66 * @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-6.8/Documentation/livepatch/
Dreliable-stacktrace.rst16 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-6.8/include/linux/pds/
Dpds_core_if.h106 * @version: Version of device identify
107 * @type: Identify type (0 for now)
139 * struct pds_core_dev_identify_cmd - Driver/device identify command
141 * @ver: Highest version of identify supported by driver
153 * struct pds_core_dev_identify_comp - Device identify command completion
155 * @ver: Version of identify returned by device
456 struct pds_core_dev_identify_cmd identify; member
474 struct pds_core_dev_identify_comp identify; member
/linux-6.8/drivers/platform/x86/
Dbarco-p50-gpio.c4 * Support for EC-connected GPIOs for identify
77 [P50_GPIO_LINE_LED] = "identify-led",
78 [P50_GPIO_LINE_BTN] = "identify-button",
92 { .name = "identify" }
116 .name = "identify",
435 MODULE_DESCRIPTION("Barco P50 identify GPIOs driver");
/linux-6.8/arch/arm64/kernel/vdso/
Dsigreturn.S38 * 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-6.8/include/uapi/scsi/
Dscsi_bsg_ufs.h101 * @index: Index to further identify data B-2
102 * @selector: Index to further identify data B-3
124 * @index: Index to further identify data B-2
125 * @selector: Index to further identify data B-3
/linux-6.8/drivers/block/mtip32xx/
Dmtip32xx.h326 * identify field is valid.
358 * Pointer to the DMA region for RX Fis, Identify, RLE10, and SMART
362 * DMA address of region for RX Fis, Identify, RLE10, and SMART
366 * Pointer to the beginning of the identify data memory as used
369 u16 *identify; member
371 * Pointer to the beginning of the identify data memory as used
/linux-6.8/drivers/hwmon/pmbus/
Dmp2975.c495 * Identify multiphase for rail 2 - could be from 0 to data->max_phases[1]. in mp2975_identify_multiphase_rail2()
538 /* Identify multiphase for rail 1 - could be from 1 to data->max_phases[0]. */ in mp2975_identify_multiphase()
574 /* Identify VID mode and step selection. */ in mp2975_identify_vid()
603 /* Identify VID mode for rail 1. */ in mp2975_identify_rails_vid()
610 /* Identify VID mode for rail 2, if connected. */ in mp2975_identify_rails_vid()
630 /* Identify VID mode for rail 1. */ in mp2973_identify_rails_vid()
638 /* Identify VID mode for rail 2, if connected. */ in mp2973_identify_rails_vid()
942 /* Identify multiphase configuration for rail 2. */ in mp2975_probe()
956 /* Identify multiphase configuration. */ in mp2975_probe()
962 /* Identify VID setting per rail. */ in mp2975_probe()
[all …]
/linux-6.8/Documentation/devicetree/bindings/leds/
Dleds-powernv.txt12 - led-types : Supported LED types (attention/identify/fault) provided
22 led-types = "identify", "fault";
/linux-6.8/include/scsi/
Dscsi_transport_sas.h66 struct sas_identify identify; member
98 struct sas_identify identify; member
239 return rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE || in scsi_is_sas_expander_device()
240 rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE; in scsi_is_sas_expander_device()
/linux-6.8/drivers/net/ethernet/pensando/ionic/
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
269 * @type: Identify type (0 for now)
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
[all …]
/linux-6.8/include/linux/
DmISDNdsp.h27 int hfc_id; /* unique id to identify the chip (or -1) */
32 int pcm_id; /* unique id to identify the pcm bus (or -1) */

12345678910>>...56