/openbmc/linux/Documentation/driver-api/rapidio/ |
H A D | rapidio.rst | 107 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 …]
|
/openbmc/linux/drivers/scsi/libfc/ |
H A D | fc_disc.c | 9 * 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 113 * (area, domain, fabric), then do a full discovery in fc_disc_recv_rscn_req() 199 * fc_disc_restart() - Restart discovery 200 * @disc: The discovery object to be restarted 209 FC_DISC_DBG(disc, "Restarting discovery\n"); in fc_disc_restart() 217 * match the value in the fc_rport_priv after discovery for all in fc_disc_restart() 226 * fc_disc_start() - Start discovery on a local port [all …]
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore_discovery.h | 3 /* 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 /* Global discovery table size */
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | esas2r_disc.c | 3 * 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 …]
|
/openbmc/u-boot/arch/arm/mach-stm32/stm32f4/ |
H A D | Kconfig | 4 bool "STM32F429 Discovery board" 10 bool "STM32F469 Discovery board" 12 source "board/st/stm32f429-discovery/Kconfig" 14 source "board/st/stm32f469-discovery/Kconfig"
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | marvell-orion-net.txt | 1 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.
|
/openbmc/docs/designs/management-console/ |
H A D | service-discovery.md | 1 # Service processor discovery through Avahi 11 [1] https://www.engineersgarage.com/Articles/IoT-Service-Discovery-Protocols [2] 30 Currently in openBMC, Avahi is being used as service discovery. Avahi is a 31 system which facilitates service discovery on a local network via the 52 As part of avahi discovery response, the client receives the following: 60 ### How to do discovery through avahi
|
/openbmc/u-boot/board/st/stm32f429-discovery/ |
H A D | MAINTAINERS | 1 STM32F429-DISCOVERY BOARD 4 F: board/st/stm32f429-discovery/ 5 F: include/configs/stm32f429-discovery.h
|
H A D | Kconfig | 5 default "stm32f429-discovery" 17 default "stm32f429-discovery"
|
/openbmc/u-boot/board/st/stm32f469-discovery/ |
H A D | MAINTAINERS | 1 STM32F469-DISCOVERY BOARD 4 F: board/st/stm32f469-discovery/ 5 F: include/configs/stm32f469-discovery.h
|
H A D | Kconfig | 5 default "stm32f469-discovery" 17 default "stm32f469-discovery"
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | storage_controller.hpp | 11 Discovery, enumerator 26 {NVMeControllerType::Discovery, "Discovery"},
|
H A D | external_account_provider.hpp | 37 Discovery, enumerator 70 {OAuth2Mode::Discovery, "Discovery"},
|
H A D | account_service.hpp | 57 Discovery, enumerator 124 {OAuth2Mode::Discovery, "Discovery"},
|
/openbmc/linux/drivers/rapidio/ |
H A D | Kconfig | 19 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
|
H A D | rio-scan.c | 3 * RapidIO enumeration and discovery support 312 * @do_enum: Enumeration/Discovery mode flag 317 * space in discovery mode. If the device has switch capabilities, then 830 * @do_enum: Enumeration/Discovery mode flag 956 * by this method) check if enumeration/discovery was performed for this in rio_enum_mport() 1050 * rio_disc_mport- Start discovery through a master port 1052 * @flags: discovery control flags 1054 * Starts the discovery process. If we have an active link, 1058 * peer discovery. Returns %0 if discovery succeeds or %-EBUSY 1085 pr_debug("RIO: discovery timeout on mport %d %s\n", in rio_disc_mport() [all …]
|
/openbmc/linux/drivers/scsi/snic/ |
H A D | snic_disc.c | 323 /* Handler for discovery */ 351 SNIC_HOST_INFO(snic->shost, "tgt_disc: Discovery restart.\n"); in snic_handle_tgt_disc() 352 /* Start Discovery Again */ in snic_handle_tgt_disc() 377 SNIC_HOST_INFO(snic->shost, "Discovery Completed.\n"); in snic_handle_tgt_disc() 437 /* Discovery init fn */ 452 /* Discovery, uninit fn */ 461 SNIC_SCSI_DBG(snic->shost, "Terminating Discovery.\n"); in snic_disc_term() 467 * snic_disc_start: Discovery Start ... 476 SNIC_SCSI_DBG(snic->shost, "Discovery Start.\n"); in snic_disc_start() 500 SNIC_HOST_INFO(snic->shost, "Discovery Failed, err=%d.\n", ret); in snic_disc_start() [all …]
|
/openbmc/linux/include/scsi/ |
H A D | libfc.h | 108 * 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 580 * Receive a request for the discovery layer. 587 * Start discovery for a local port. 596 * Stop discovery for a given lport. This will remove 604 * Stop discovery for a given lport. This will block 614 * struct fc_disc - Discovery context [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/ |
H A D | gssdp_1.6.3.bb | 1 SUMMARY = "Resource discovery and announcement over SSDP" 2 DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP \ 3 (Simpe Service Discovery Protocol)."
|
/openbmc/smbios-mdr/src/ |
H A D | speed_select.cpp | 373 * @return Whether discovery was successfully finished. 381 // Persistent list - only populated after complete/successful discovery in discoverCPUsAndConfigs() 387 // next discovery attempt. in discoverCPUsAndConfigs() 393 // PECI contention, SST discovery could take a long time. This lets us in discoverCPUsAndConfigs() 502 * Attempt discovery process, and if it fails, wait for 10 seconds to try again. 516 DEBUG_PRINT << "Starting discovery\n"; in discoverOrWait() 524 // In case of repeated failure to finish discovery, turn off this in discoverOrWait() 529 std::cerr << "Aborting SST discovery\n"; in discoverOrWait() 533 std::cerr << "Retrying SST discovery later\n"; in discoverOrWait() 536 DEBUG_PRINT << "Finished discovery attempt: " << finished << '\n'; in discoverOrWait() [all …]
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 14 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 …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/ |
H A D | init | 28 DISCOVERY= 34 DISCOVERY= 50 if [ "$DISCOVERY" = "yes" ];then
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-fcoe | 14 '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
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/ |
H A D | README.md | 4 mcptd and aids in the discovery of MCTP enabled devices by application layer 6 layer protocols will rely on the discovery of 11 complete the PLDM discovery flow with the MCTP endpoint. Also mctpd discovers
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | Kconfig | 21 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 74 (Dove, Orion, Discovery, Kirkwood).
|