Searched full:diagnostics (Results 1 – 25 of 192) sorted by relevance
12345678
/Linux-v6.6/drivers/s390/scsi/ |
D | zfcp_diag.c | 5 * Functions to handle diagnostics. 23 * zfcp_diag_adapter_setup() - Setup storage for adapter diagnostics. 24 * @adapter: the adapter to setup diagnostics for. 26 * Creates the data-structures to store the diagnostics for an adapter. This 27 * overwrites whatever was stored before at &zfcp_adapter->diagnostics! 32 * &zfcp_adapter->diagnostics remains unchanged 63 adapter->diagnostics = diag; in zfcp_diag_adapter_setup() 68 * zfcp_diag_adapter_free() - Frees all adapter diagnostics allocations. 71 * Frees all data-structures in the given adapter that store diagnostics 72 * information. Can savely be called with partially setup diagnostics. [all …]
|
D | zfcp_diag.h | 5 * Definitions for handling diagnostics in the zfcp device driver. 41 * struct zfcp_diag_adapter - central storage for all diagnostics concerning an
|
D | zfcp_sysfs.c | 352 rc = scnprintf(buf, 20 + 2, "%lu\n", adapter->diagnostics->max_age); in zfcp_sysfs_adapter_diag_max_age_show() 374 adapter->diagnostics->max_age = max_age; in zfcp_sysfs_adapter_diag_max_age_store() 832 diag_hdr = &adapter->diagnostics->config_data.header; in zfcp_sysfs_adapter_diag_b2b_credit_show() 842 adapter->diagnostics->config_data in zfcp_sysfs_adapter_diag_b2b_credit_show() 882 diag_hdr = &adapter->diagnostics->port_data.header; \ 892 adapter->diagnostics->port_data.data._qtcb_member); \ 929 .name = "diagnostics",
|
/Linux-v6.6/Documentation/trace/coresight/ |
D | coresight-tpda.rst | 4 The trace performance monitoring and diagnostics aggregator(TPDA) 13 TPDA - The trace performance monitoring and diagnostics aggregator or 15 performance monitoring and diagnostics network specification.
|
D | coresight-tpdm.rst | 4 Trace performance monitoring and diagnostics monitor(TPDM) 12 TPDM - The trace performance monitoring and diagnostics monitor or TPDM in
|
/Linux-v6.6/arch/sparc/kernel/ |
D | sbus.c | 41 #define IOMMU_TAGCMP (0x4408UL - 0x2400UL) /* TLB tag compare diagnostics */ 42 #define IOMMU_LRUDIAG (0x4500UL - 0x2400UL) /* IOMMU LRU queue diagnostics */ 43 #define IOMMU_TAGDIAG (0x4580UL - 0x2400UL) /* TLB tag diagnostics */ 44 #define IOMMU_DRAMDIAG (0x4600UL - 0x2400UL) /* TLB data RAM diagnostics */ 54 #define STRBUF_ERRDIAG (0x5400UL - 0x2800UL) /* error status diagnostics */ 55 #define STRBUF_PTAGDIAG (0x5800UL - 0x2800UL) /* Page tag diagnostics */ 56 #define STRBUF_LTAGDIAG (0x5900UL - 0x2800UL) /* Line tag diagnostics */ 632 /* Clear out the tags using diagnostics. */ in sbus_iommu_init()
|
/Linux-v6.6/drivers/hid/ |
D | hid-elo.c | 25 #define ELO_DIAG 0x64 /* Diagnostics command */ 149 /* send Diagnostics command */ in elo_work() 153 dev_err(&dev->dev, "send Diagnostics Command failed, error %d\n", in elo_work() 161 dev_err(&dev->dev, "get Diagnostics Command response failed, error %d\n", in elo_work()
|
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/cirrus/ |
D | cs89x0.rst | 384 adapter and its network connection. Use the diagnostics 'Self Test' option to 386 assigned. You can use the diagnostics 'Network Test' to test the ability of the 393 The Setup Utility's diagnostics are designed to run in a 394 DOS-only operating system environment. DO NOT run the diagnostics 398 To run the diagnostics tests on the CS8900/20 adapter: 405 4. Select 'Diagnostics' (ALT-G) from the main menu. 486 and select 'Diagnostics -> Network Test -> Responder' from the main 537 resource in conflict. Run the diagnostics again to check for further IO 543 diagnostics self-test to ensure the new configuration is free of conflicts
|
/Linux-v6.6/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 79 bool "Decode registers during diagnostics" 84 contents in diagnostics. This make it much easier to understand debug
|
D | Kconfig.aic7xxx | 84 bool "Decode registers during diagnostics" 89 contents in diagnostics. This make it much easier to understand debug
|
/Linux-v6.6/Documentation/devicetree/bindings/sound/ |
D | adi,adau1977.yaml | 7 title: Analog Devices ADAU1977/ADAU1978/ADAU1979 Quad ADC with Diagnostics 14 Analog Devices ADAU1977 and similar quad ADC with Diagnostics
|
/Linux-v6.6/Documentation/networking/devlink/ |
D | devlink-health.rst | 34 * Diagnostics procedures 82 * Run diagnostics
|
/Linux-v6.6/arch/powerpc/platforms/powernv/ |
D | Kconfig | 27 recovery diagnostics on OpenPower machines
|
/Linux-v6.6/arch/sparc/include/uapi/asm/ |
D | asi.h | 45 #define ASI_M_TLBDIAG 0x05 /* MMU TLB only Diagnostics */ 46 #define ASI_M_DIAGS 0x06 /* Reference MMU Diagnostics */ 47 #define ASI_M_IODIAG 0x07 /* MMU I/O TLB only Diagnostics */ 104 #define ASI_M_DCDR 0x39 /* Data Cache Diagnostics Register rw, ss */
|
/Linux-v6.6/lib/xz/ |
D | Kconfig | 68 data and writes diagnostics to the system log.
|
/Linux-v6.6/drivers/hwtracing/coresight/ |
D | Kconfig | 218 tristate "CoreSight Trace, Profiling & Diagnostics Monitor driver" 230 tristate "CoreSight Trace, Profiling & Diagnostics Aggregator driver"
|
/Linux-v6.6/tools/memory-model/Documentation/ |
D | access-marking.txt | 42 and disable KCSAN diagnostics. 74 Data-Racy Reads for Approximate Diagnostics 76 Approximate diagnostics include lockdep reports, monitoring/statistics 92 KCSAN diagnostics, use both data_race() and READ_ONCE(), for example,
|
/Linux-v6.6/arch/powerpc/include/uapi/asm/ |
D | opal-prd.h | 3 * OPAL Runtime Diagnostics interface driver
|
/Linux-v6.6/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
D | pcie_priv.h | 60 /* diagnostics stats */
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | dev-touch.rst | 20 side-channel for diagnostics or tuning. In other systems, the ASIC is a simple
|
/Linux-v6.6/Documentation/mhi/ |
D | mhi.rst | 18 diagnostics over at least one of those logical channels. Also, the MHI 84 diagnostics messages, and so on). Each channel is associated with a single
|
D | topology.rst | 47 modem control messages, and diagnostics messages over MHI. The MHI core will
|
/Linux-v6.6/Documentation/devicetree/bindings/arm/ |
D | qcom,coresight-tpdm.yaml | 8 title: Trace, Profiling and Diagnostics Monitor - TPDM
|
/Linux-v6.6/tools/testing/selftests/rcutorture/bin/ |
D | kvm-find-errors.sh | 4 # Invoke a text editor on all console.log files for all runs with diagnostics,
|
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/intel/ |
D | igbvf.rst | 47 diagnostics, as well as displaying statistical information. The latest ethtool
|
12345678