include/misc/ocxl-config.h
Source file repositories/reference/linux-study-clean/include/misc/ocxl-config.h
File Facts
- System
- Linux kernel
- Corpus path
include/misc/ocxl-config.h- Extension
.h- Size
- 1945 bytes
- Lines
- 47
- Domain
- Repository Root And Misc
- Bucket
- include
- Inferred role
- Repository Root And Misc: implementation source
- Status
- source implementation candidate
Why This File Exists
Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.
- Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: GPL-2.0+
// Copyright 2017 IBM Corp.
#ifndef _OCXL_CONFIG_H_
#define _OCXL_CONFIG_H_
/*
* This file lists the various constants used to read the
* configuration space of an opencapi adapter.
*
* It follows the specification for opencapi 3.0
*/
#define OCXL_EXT_CAP_ID_DVSEC 0x23
#define OCXL_DVSEC_VENDOR_OFFSET 0x4
#define OCXL_DVSEC_ID_OFFSET 0x8
#define OCXL_DVSEC_TL_ID 0xF000
#define OCXL_DVSEC_TL_BACKOFF_TIMERS 0x10
#define OCXL_DVSEC_TL_RECV_CAP 0x18
#define OCXL_DVSEC_TL_SEND_CAP 0x20
#define OCXL_DVSEC_TL_RECV_RATE 0x30
#define OCXL_DVSEC_TL_SEND_RATE 0x50
#define OCXL_DVSEC_FUNC_ID 0xF001
#define OCXL_DVSEC_FUNC_OFF_INDEX 0x08
#define OCXL_DVSEC_FUNC_OFF_ACTAG 0x0C
#define OCXL_DVSEC_AFU_INFO_ID 0xF003
#define OCXL_DVSEC_AFU_INFO_AFU_IDX 0x0A
#define OCXL_DVSEC_AFU_INFO_OFF 0x0C
#define OCXL_DVSEC_AFU_INFO_DATA 0x10
#define OCXL_DVSEC_AFU_CTRL_ID 0xF004
#define OCXL_DVSEC_AFU_CTRL_AFU_IDX 0x0A
#define OCXL_DVSEC_AFU_CTRL_TERM_PASID 0x0C
#define OCXL_DVSEC_AFU_CTRL_ENABLE 0x0F
#define OCXL_DVSEC_AFU_CTRL_PASID_SUP 0x10
#define OCXL_DVSEC_AFU_CTRL_PASID_EN 0x11
#define OCXL_DVSEC_AFU_CTRL_PASID_BASE 0x14
#define OCXL_DVSEC_AFU_CTRL_ACTAG_SUP 0x18
#define OCXL_DVSEC_AFU_CTRL_ACTAG_EN 0x1A
#define OCXL_DVSEC_AFU_CTRL_ACTAG_BASE 0x1C
#define OCXL_DVSEC_VENDOR_ID 0xF0F0
#define OCXL_DVSEC_VENDOR_CFG_VERS 0x0C
#define OCXL_DVSEC_VENDOR_TLX_VERS 0x10
#define OCXL_DVSEC_VENDOR_DLX_VERS 0x20
#define OCXL_DVSEC_VENDOR_RESET_RELOAD 0x38
#endif /* _OCXL_CONFIG_H_ */
Annotation
- Atlas domain: Repository Root And Misc / include.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.