Home
last modified time | relevance | path

Searched full:discovery (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/Linux-v5.15/Documentation/driver-api/rapidio/
Drapidio.rst107 an enumeration and/or discovery routine may be called automatically or
113 4. Enumeration and Discovery
120 discovery methods as statically linked components or loadable modules.
121 An enumeration/discovery method implementation and available input parameters
125 Depending on selected enumeration/discovery build configuration, there are
126 several methods to initiate an enumeration and/or discovery process:
128 (a) Statically linked enumeration and discovery process can be started
132 'rio-scan.scan' for existing basic enumeration/discovery method.
133 When automatic start of enumeration/discovery is used a user has to ensure
138 expires the discovery process is terminated without obtaining RapidIO network
[all …]
/Linux-v5.15/drivers/scsi/libfc/
Dfc_disc.c9 * Target Discovery
12 * also handles RSCN events and re-discovery if necessary.
49 * @disc: The discovery job to stop remote ports on
67 * @disc: The discovery object to which the RSCN applies
116 * (area, domain, fabric), then do a full discovery in fc_disc_recv_rscn_req()
202 * fc_disc_restart() - Restart discovery
203 * @disc: The discovery object to be restarted
212 FC_DISC_DBG(disc, "Restarting discovery\n"); in fc_disc_restart()
220 * match the value in the fc_rport_priv after discovery for all in fc_disc_restart()
229 * fc_disc_start() - Start discovery on a local port
[all …]
/Linux-v5.15/arch/x86/events/intel/
Duncore_discovery.h3 /* Generic device ID of a discovery table device */
5 /* Capability ID for a discovery table device */
9 /* Mask of the supported discovery entry type */
11 /* PMON discovery entry type ID */
15 /* Mask of the discovery table BAR offset */
17 /* Discovery table BAR base offset */
19 /* Discovery table BAR step */
21 /* Mask of the discovery table offset */
23 /* Global discovery table size */
Duncore_discovery.c3 * Support Intel uncore PerfMon discovery mechanism.
23 /* A discovery table device has the unique capability ID. */ in has_generic_discovery_table()
40 * continuous in the order in which the discovery table devices are in get_device_die_id()
227 /* Read Global Discovery State */ in parse_discovery_table()
230 pr_info("Invalid Global Discovery State: 0x%llx 0x%llx 0x%llx\n", in parse_discovery_table()
242 /* Parsing Unit Discovery State */ in parse_discovery_table()
275 * the discovery table devices. in intel_uncore_has_discovery_tables()
301 /* None of the discovery tables are available */ in intel_uncore_has_discovery_tables()
/Linux-v5.15/drivers/scsi/esas2r/
Desas2r_disc.c3 * esas2r device discovery routines
47 /* Miscellaneous internal discovery routines */
57 /* Internal discovery routines that process the states */
106 esas2r_hdebug("starting discovery..."); in esas2r_disc_initialize()
167 * now, interrupt processing may have queued up a discovery event. go in esas2r_disc_check_for_work()
169 * polled discovery would cause a deadlock. in esas2r_disc_check_for_work()
179 /* wait for the current discovery request to complete. */ in esas2r_disc_check_for_work()
264 * Polled discovery is still pending so continue the active in esas2r_disc_check_complete()
265 * discovery until it is done. At that point, we will stop in esas2r_disc_check_complete()
266 * polled discovery and transition to interrupt driven in esas2r_disc_check_complete()
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/net/
Dmarvell-orion-net.txt1 Marvell Orion/Discovery ethernet controller
4 The Marvell Discovery ethernet controller can be found on Marvell Orion SoCs
5 (Kirkwood, Dove, Orion5x, and Discovery Innovation) and as part of Marvell
6 Discovery system controller chips (mv64[345]60).
8 The Discovery ethernet controller is described with two levels of nodes. The
14 Note: The above separation is only true for Discovery system controllers.
/Linux-v5.15/drivers/rapidio/
DKconfig19 int "Discovery timeout duration (seconds)"
23 Amount of time a discovery node waits for a host to complete
67 There are different enumeration and discovery mechanisms offered
77 This option includes basic RapidIO fabric enumeration and discovery
Drio-scan.c3 * RapidIO enumeration and discovery support
312 * @do_enum: Enumeration/Discovery mode flag
317 * space in discovery mode. If the device has switch capabilities, then
826 * @do_enum: Enumeration/Discovery mode flag
952 * by this method) check if enumeration/discovery was performed for this in rio_enum_mport()
1046 * rio_disc_mport- Start discovery through a master port
1048 * @flags: discovery control flags
1050 * Starts the discovery process. If we have an active link,
1054 * peer discovery. Returns %0 if discovery succeeds or %-EBUSY
1081 pr_debug("RIO: discovery timeout on mport %d %s\n", in rio_disc_mport()
[all …]
/Linux-v5.15/include/scsi/
Dlibfc.h108 * struct fc_disc_port - temporary discovery port to hold rport identifiers
110 * @peers: Node for list management during discovery and RSCN processing
169 * struct fc_rport_priv - libfc remote port and discovery info
178 * @disc_id: The discovery identifier
242 * @MissDiscAdvCount: Number of missing FIP discovery advertisement
571 * Receive a request for the discovery layer.
578 * Start discovery for a local port.
587 * Stop discovery for a given lport. This will remove
595 * Stop discovery for a given lport. This will block
605 * struct fc_disc - Discovery context
[all …]
Dscsi_transport_iscsi.h391 /* index of iSCSI discovery session if the entry is
392 * discovered by iSCSI discovery session
395 /* indicates if discovery was done through iSNS discovery service
398 /* Firmware auto sendtarget discovery disable */
404 /* enables firmware to auto logout the discovery session on discovery
409 /* makes authentication for discovery session optional */
/Linux-v5.15/drivers/scsi/snic/
Dsnic_disc.c334 /* Handler for discovery */
362 SNIC_HOST_INFO(snic->shost, "tgt_disc: Discovery restart.\n"); in snic_handle_tgt_disc()
363 /* Start Discovery Again */ in snic_handle_tgt_disc()
388 SNIC_HOST_INFO(snic->shost, "Discovery Completed.\n"); in snic_handle_tgt_disc()
448 /* Discovery init fn */
463 /* Discovery, uninit fn */
472 SNIC_SCSI_DBG(snic->shost, "Terminating Discovery.\n"); in snic_disc_term()
478 * snic_disc_start: Discovery Start ...
487 SNIC_SCSI_DBG(snic->shost, "Discovery Start.\n"); in snic_disc_start()
511 SNIC_HOST_INFO(snic->shost, "Discovery Failed, err=%d.\n", ret); in snic_disc_start()
[all …]
/Linux-v5.15/Documentation/scsi/
DChangeLog.lpfc14 discovery lists.
216 * Moved discovery timeout handler to worker thread. There are
289 * Renamed discovery thread to lpfc_worker thread. Moved handling
310 discovery) to 32
361 on a per-target basis driven by the discovery engine.
372 * Fixed potential discovery bug, nlp list corrutpion fix potential
380 initial discovery, and IO not starting to disks). Backs out
388 * Fixed bug introduced when discovery thread implementation was
508 discovery state machine as well.
538 * Fixed discovery bug: plogi cmpl uses ndlp after its freed.
[all …]
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-fcoe14 'start' attribute to begin the kernel's discovery and login
33 discovery and login. The FCoE Controller is destroyed by
46 is started in 'Fabric' mode then FIP FCF discovery is
49 FIP VN2VN discovery and login is performed. A FCoE
Dsysfs-bus-rapidio128 set by the switch initialization routine during enumeration or discovery
192 (WO) Allows to trigger enumeration discovery process from user
193 space. To initiate an enumeration or discovery process on
199 initiate RapidIO enumeration/discovery on all available mports a
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_discovery.c27 #include "discovery.h"
179 DRM_ERROR("failed to read ip discovery binary\n"); in amdgpu_discovery_init()
186 DRM_ERROR("invalid ip discovery binary signature\n"); in amdgpu_discovery_init()
198 DRM_ERROR("invalid ip discovery binary checksum\n"); in amdgpu_discovery_init()
209 DRM_ERROR("invalid ip discovery data table signature\n"); in amdgpu_discovery_init()
216 DRM_ERROR("invalid ip discovery data table checksum\n"); in amdgpu_discovery_init()
345 DRM_ERROR("ip discovery uninitialized\n"); in amdgpu_discovery_get_ip_version()
424 DRM_ERROR("ip discovery uninitialized\n"); in amdgpu_discovery_get_gfx_info()
/Linux-v5.15/drivers/net/ethernet/marvell/
DKconfig21 tristate "Marvell Discovery (643XX) and Orion ethernet support"
28 Marvell Discovery PPC/MIPS chipset family (MV643XX) and
31 Some boards that use the Discovery chipset are the Momenco
72 (Dove, Orion, Discovery, Kirkwood).
/Linux-v5.15/net/bluetooth/
Dhci_request.c460 /* If discovery is active don't interfere with it */ in __hci_update_background_scan()
461 if (hdev->discovery.state != DISCOVERY_STOPPED) in __hci_update_background_scan()
465 * since these filters are meant for service discovery only. in __hci_update_background_scan()
467 * The Start Discovery and Start Service Discovery operations in __hci_update_background_scan()
1323 /* Pause discovery if not already stopped */ in hci_req_prepare_suspend()
1324 old_state = hdev->discovery.state; in hci_req_prepare_suspend()
1424 /* Unpause discovery */ in hci_req_prepare_suspend()
1806 /* If a discovery flag wasn't provided, simply use the global in create_instance_adv_data()
2987 if (req->hdev->discovery.limited) in bredr_inquiry()
3019 hdev->discovery.scan_start = 0; in le_scan_disable_work()
[all …]
/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_disc.h26 #define LPFC_DISC_FLOGI_TMO 10 /* Discovery FLOGI ratov */
47 /* structure used to queue event to the discovery tasklet */
198 #define NLP_NODEV_REMOVE 0x08000000 /* Defer removal till discovery ends */
205 * The Port Login (PLOGI) list and Address Discovery (ADISC) list are used
206 * when Link Up discovery or Registered State Change Notification (RSCN)
261 * Link Up discovery, since all nodes on the PLOGI list are UNREG_LOGIN'ed, we
267 * identically 0, then we are done. We have now completed discovery / RSCN
Dlpfc_hbadisc.c472 * engine is in FCF discovery process, the devloss timeout state shall
1020 /* Turn off discovery timer if its running */ in lpfc_port_link_failure()
1039 /* Stop delayed Nport discovery */ in lpfc_linkdown_port()
1214 * and discovery is synchronized. in lpfc_linkup()
1242 /* Since we don't do discovery right now, turn these off here */ in lpfc_mbx_cmpl_clear_la()
1271 /* Device Discovery completes */ in lpfc_mbx_cmpl_clear_la()
1273 "0225 Device Discovery completes\n"); in lpfc_mbx_cmpl_clear_la()
1309 /* don't perform discovery for SLI4 loopback diagnostic test */ in lpfc_mbx_cmpl_local_config_link()
1318 /* Need to wait for FAN - use discovery timer in lpfc_mbx_cmpl_local_config_link()
1326 /* Start discovery by sending a FLOGI. port_state is identically in lpfc_mbx_cmpl_local_config_link()
[all …]
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dp2p.c79 #define P2P_PAF_PROVDIS_REQ 7 /* Provision Discovery Request */
80 #define P2P_PAF_PROVDIS_RSP 8 /* Provision Discovery Response */
89 /* P2P Service Discovery related */
101 * struct brcmf_p2p_disc_st_le - set discovery state in firmware.
103 * @state: requested discovery state (see enum brcmf_p2p_disc_state).
114 * enum brcmf_p2p_disc_state - P2P discovery state values
116 * @WL_P2P_DISC_ST_SCAN: P2P discovery with wildcard SSID and P2P IE.
117 * @WL_P2P_DISC_ST_LISTEN: P2P discovery off-channel for specified time.
118 * @WL_P2P_DISC_ST_SEARCH: P2P discovery with P2P wildcard SSID and P2P IE.
351 brcmf_dbg(TRACE, "%s P2P Provision Discovery Request Frame\n", in brcmf_p2p_print_actframe()
[all …]
/Linux-v5.15/net/mac80211/
Dmesh.h22 * @MESH_PATH_RESOLVING: the discovery process is running for this mesh path
29 * already queued up, waiting for the discovery process to start.
34 * decide when to stop or cancel the mesh path discovery.
75 * @timer: mesh path discovery timer
83 * @discovery_timeout: timeout (lapse in jiffies) used for the last discovery
85 * @discovery_retries: number of discovery retries
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h503 struct discovery_state discovery; member
791 hdev->discovery.state = DISCOVERY_STOPPED; in discovery_init()
792 INIT_LIST_HEAD(&hdev->discovery.all); in discovery_init()
793 INIT_LIST_HEAD(&hdev->discovery.unknown); in discovery_init()
794 INIT_LIST_HEAD(&hdev->discovery.resolve); in discovery_init()
795 hdev->discovery.report_invalid_rssi = true; in discovery_init()
796 hdev->discovery.rssi = HCI_RSSI_INVALID; in discovery_init()
801 hdev->discovery.result_filtering = false; in hci_discovery_filter_clear()
802 hdev->discovery.report_invalid_rssi = true; in hci_discovery_filter_clear()
803 hdev->discovery.rssi = HCI_RSSI_INVALID; in hci_discovery_filter_clear()
[all …]
/Linux-v5.15/Documentation/driver-api/driver-model/
Doverview.rst26 of common callbacks, such as device discovery during bus probing, bus
56 statically allocated. This means only one allocation on device discovery.
107 This directory may be populated at each layer of discovery - the global layer,
/Linux-v5.15/drivers/scsi/libsas/
Dsas_discover.c21 /* ---------- Basic task processing for discovery purposes ---------- */
39 /* ---------- Domain device discovery ---------- */
418 /* ---------- Discovery and Revalidation ---------- */
446 pr_debug("DOING DISCOVERY on port %d, pid:%d\n", port->id, in sas_discover_domain()
486 pr_debug("DONE DISCOVERY on port %d, pid:%d, result:%d\n", port->id, in sas_discover_domain()
565 * sas_init_disc - initialize the discovery struct in the port
566 * @disc: port discovery structure
/Linux-v5.15/Documentation/arm/
Dmarvell.rst83 Discovery family
89 …chive.org/web/20120616194711/http://www.marvell.com/embedded-processors/discovery-innovation/asset…
90 …chive.org/web/20141005120451/http://www.marvell.com/embedded-processors/discovery-innovation/asset…
91 …chive.org/web/20111110081125/http://www.marvell.com/embedded-processors/discovery-innovation/asset…
94 …chive.org/web/20140801121623/http://www.marvell.com/embedded-processors/discovery-innovation/asset…
95 …chive.org/web/20141005120458/http://www.marvell.com/embedded-processors/discovery-innovation/asset…
96 …chive.org/web/20111110081125/http://www.marvell.com/embedded-processors/discovery-innovation/asset…
100 …chive.org/web/20140722064429/http://www.marvell.com/embedded-processors/discovery-innovation/asset…
101 …chive.org/web/20140722064425/http://www.marvell.com/embedded-processors/discovery-innovation/asset…
102 …chive.org/web/20111110081125/http://www.marvell.com/embedded-processors/discovery-innovation/asset…

12345678910>>...17