| /freebsd/sys/dev/isci/scil/ |
| H A D | scif_sas_smp_remote_device.c | 164 * continue the smp discover process. 232 //decode discover response in scif_sas_smp_remote_device_decode_smp_response() 240 //decode discover response as a polling result for a remote device in scif_sas_smp_remote_device_decode_smp_response() 250 //decode discover response in scif_sas_smp_remote_device_decode_smp_response() 284 //decode discover response as a polling result for a remote device in scif_sas_smp_remote_device_decode_smp_response() 329 * and then continue the smp discover process. 408 * @brief This method decodes a smp Discover response to this smp device 409 * and then continue the smp discover process. This is only ever 410 * called for the very first discover stage during a given domain 413 * @param[in] fw_device The framework device that the DISCOVER command [all …]
|
| H A D | scif_domain.h | 94 * on which to discover devices. 109 * @brief This method will attempt to discover the supplied domain. 124 * on which to discover devices. 135 * @return Indicate if the discover operation started successfully. 136 * @retval SCI_SUCCESS This value is returned if the discover operation 171 * @param[in] domain The handle to the domain whose discover activity is to 174 * @return The suggested timeout value for domain discover in milli-seconds.
|
| H A D | scif_sas_domain.c | 111 "Domain:0x%x State:0x%x DISCOVER timeout!\n", in scif_sas_domain_operation_timeout_handler() 253 // The status of the discover operation takes priority. in scif_domain_discover() 427 //if there is smp device on this domain that is in the middle of discover in scic_cb_port_bc_change_primitive_recieved() 791 //kick off the smp discover process if this expander is direct attached. in scif_sas_domain_remote_device_start_complete() 794 //mark this device, the discover process of this device will start after in scif_sas_domain_remote_device_start_complete() 795 //its containing smp device finish discover. in scif_sas_domain_remote_device_start_complete() 810 * least one smp device in discover or target reset activity, this 963 //config route table activity has higher priority than discover activity. in scif_sas_domain_find_device_has_scheduled_activity() 991 * is_discover_scheduled and start the smp discover process on them. 993 * @param[in] fw_domain The framework domain that to start smp discover process. [all …]
|
| H A D | scif_sas_smp_phy.h | 111 * This field records the attached sas address, retrieved from a DISCOVER 117 * This field records the attached device type, retrieved from a DISCOVER 123 * This field records the routing attribute, retrieved from a DISCOVER 130 * DISCOVER response. 136 * route table activity on a smp phy within one DISCOVER process.
|
| H A D | scif_sas_design.h | 314 smp request for expander device discover process, or stp request for NCQ 333 its SMP discover activities. The discover procedure includes a initial discover 338 @image latex Discover Process.eps "SMP Discover Activity Diagram" width=10cm 339 @image html Discover Process.jpg "SMP Discover Activity Diagram"
|
| H A D | scif_sas_smp_io_request.c | 278 * @brief construct a smp Discover command to the fw_device. 280 * @param[in] fw_device the framework smp device that DISCOVER command targets 282 * @param[in] phy_identifier The phy index the DISCOVER command targets to. 303 smp_discover.request.discover.phy_identifier = phy_identifier; in scif_sas_smp_request_construct_discover() 308 "SMP DISCOVER - Device:0x%x PhyId:0x%x\n", in scif_sas_smp_request_construct_discover() 322 * @param[in] fw_device the framework smp device that DISCOVER command targets 324 * @param[in] phy_identifier The phy index the DISCOVER command targets to. 362 * @param[in] phy_identifier The phy index the DISCOVER command targets to.
|
| H A D | scif_sas_smp_remote_device.h | 127 * This field indicates a smp device is either in the middle of normal discover 134 * DISCOVER request. 146 * since a DISCOVER process starts. 172 * to be started (not yet). The scheduled activity could be Discover or Config 179 * sending Discover request after Phy Control during Target Reset.
|
| H A D | scif_sas_smp_phy.c | 131 * @brief This routine save a smp phy information based on discover response. 136 * @param[in] discover_response The smp DISCOVER response for this_smp_phy. 162 //the attached expander finish its discover on attached_phy. in scif_sas_smp_phy_save_information() 171 * @param[in] discover_response The smp DISCOVER response for this_smp_phy.
|
| H A D | scif_sas_domain_state_handlers.c | 63 * - The discover method must be synchronized with the 111 * when a user attempts to discover a domain. 114 * on which the user is attempting to perform a discover 117 * @return This method returns an indication of whether the discover operation 119 * @retval SCI_SUCCESS This value is returned when the discover operation 466 // a smp Phy Control or Discover request sent to parent device of in scif_sas_domain_ready_start_high_priority_io_handler() 987 * a task on a domain in DISCOVER state, only hard reset is allowed. 1017 //If the domain is in the middle of smp DISCOVER process, in scif_sas_domain_discovering_start_task_handler() 1085 * when a user attempts to discover a domain and a discovery 1089 * on which the user is attempting to perform an discover [all …]
|
| H A D | intel_sas.h | 393 * @brief This structure depicts the contents of the SAS SMP DISCOVER 528 SMP_REQUEST_PHY_IDENTIFIER_T discover; member 661 * @brief This structure depicts the discover response where the 693 * @brief This structure defines the SMP phy discover response format. 903 SMP_RESPONSE_DISCOVER_T discover; member
|
| H A D | scif_sas_remote_device.c | 550 //from discover response. in scif_sas_remote_device_save_report_phy_sata_information() 670 //if the domain is in the DISCOVER state, we should resume the DISCOVER. in scif_sas_remote_device_target_reset_complete() 683 //Tell driver to kick off Discover process. If the domain is already in scif_sas_remote_device_target_reset_complete() 692 //Tell driver to kick off Discover process. If the domain is already in scif_sas_remote_device_target_reset_complete()
|
| H A D | sci_base_domain.h | 122 * discover what remote devices are contained in it. In this state no 207 * to discover a domain.
|
| /freebsd/contrib/ofed/libibnetdisc/man/ |
| H A D | ibnd_discover_fabric.3 | 15 Discover the fabric connected to the port specified by ibmad_port, using a timeout specified. The … 45 .B Discover the entire fabric connected to device "mthca0", port 1. 54 .B Discover only a single node and those nodes connected to it.
|
| /freebsd/stand/efi/include/ |
| H A D | efi_nii.h | 68 // and Boot Server discover packets. 75 // Information to be placed into the PXE DHCP and Discover packets.
|
| H A D | efipxebc.h | 150 // Discover() definitions 410 EFI_PXE_BASE_CODE_DISCOVER Discover; member
|
| /freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
| H A D | itddefs.h | 42 …_UP_STREAM 1 /**< status indicates discover upstream */ 43 …OWN_STREAM 2 /**< status indicates discover downstream */
|
| /freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
| H A D | ttdsmp.c | 203 tdSMPFrameHeader.smpFunction = SMP_DISCOVER; /* discover */ in ttdsaDiscoverRespSend() 209 //agSMPFrame->frameHeader.smpFunction = SMP_DISCOVER; /* discover */ in ttdsaDiscoverRespSend() 224 /* temp, hardcode smp discover response */ in ttdsaDiscoverRespSend() 433 TI_DBG1(("ttdsaSMPReqReceived: DISCOVER\n")); in ttdsaSMPReqReceived()
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | Partitions.rst | 78 In order to allow a program to discover the names of its loadable partitions 97 The program may discover the location of the partition index using the
|
| /freebsd/contrib/ntp/html/ |
| H A D | assoc.html | 32 …preempted by a "better" server, as described on the <a href="discover.html">Automatic S… 34 …n NTP: broadcast/multicast, manycast and pool described on the <a href="discover.html">Automatic S… 55 …, multicast mode can be used. Additional information is on the <a href="discover.html">Automatic N… 58 …s should one or another fail. Additional information is on the <a href="discover.html">Automatic S…
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_win32util.c | 53 character device. But we can discover we are at the end of an 56 For now we terminate the program if we discover that situation.
|
| /freebsd/contrib/ntp/html/scripts/ |
| H A D | config.txt | 3 <li class='inline'><a href='discover.html'>Automatic Server Discovery Schemes</a></li>\
|
| H A D | hand.txt | 7 <li class='inline'><a href='discover.html'>Automatic Server Discovery Schemes Timekeeping</a></li>\
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | drti.c | 123 dbg_printf(1, "couldn't discover module name or address\n"); in dtrace_dof_init() 129 dbg_printf(1, "couldn't discover link map ID\n"); in dtrace_dof_init()
|
| /freebsd/release/packages/ucl/ |
| H A D | nvme-tools-all.ucl | 23 and configure NVMe devices connected to the local system, and to discover
|
| /freebsd/sbin/nvmecontrol/ |
| H A D | Makefile | 9 SRCS+= discover.c
|