1 // SPDX-License-Identifier: GPL-2.0+ 1 2 // Copyright 2017 IBM Corp. 3 #ifndef _OCXL_CONFIG_H_ 4 #define _OCXL_CONFIG_H_ 5 6 /* 7 * This file lists the various constants used 8 * configuration space of an opencapi adapter. 9 * 10 * It follows the specification for opencapi 3 11 */ 12 13 #define OCXL_EXT_CAP_ID_DVSEC 14 15 #define OCXL_DVSEC_VENDOR_OFFSET 16 #define OCXL_DVSEC_ID_OFFSET 17 #define OCXL_DVSEC_TL_ID 18 #define OCXL_DVSEC_TL_BACKOFF_TIMERS 19 #define OCXL_DVSEC_TL_RECV_CAP 20 #define OCXL_DVSEC_TL_SEND_CAP 21 #define OCXL_DVSEC_TL_RECV_RATE 22 #define OCXL_DVSEC_TL_SEND_RATE 23 #define OCXL_DVSEC_FUNC_ID 24 #define OCXL_DVSEC_FUNC_OFF_INDEX 25 #define OCXL_DVSEC_FUNC_OFF_ACTAG 26 #define OCXL_DVSEC_AFU_INFO_ID 27 #define OCXL_DVSEC_AFU_INFO_AFU_IDX 28 #define OCXL_DVSEC_AFU_INFO_OFF 29 #define OCXL_DVSEC_AFU_INFO_DATA 30 #define OCXL_DVSEC_AFU_CTRL_ID 31 #define OCXL_DVSEC_AFU_CTRL_AFU_IDX 32 #define OCXL_DVSEC_AFU_CTRL_TERM_PASID 33 #define OCXL_DVSEC_AFU_CTRL_ENABLE 34 #define OCXL_DVSEC_AFU_CTRL_PASID_SUP 35 #define OCXL_DVSEC_AFU_CTRL_PASID_EN 36 #define OCXL_DVSEC_AFU_CTRL_PASID_BASE 37 #define OCXL_DVSEC_AFU_CTRL_ACTAG_SUP 38 #define OCXL_DVSEC_AFU_CTRL_ACTAG_EN 39 #define OCXL_DVSEC_AFU_CTRL_ACTAG_BASE 40 #define OCXL_DVSEC_VENDOR_ID 41 #define OCXL_DVSEC_VENDOR_CFG_VERS 42 #define OCXL_DVSEC_VENDOR_TLX_VERS 43 #define OCXL_DVSEC_VENDOR_DLX_VERS 44 #define OCXL_DVSEC_VENDOR_RESET_RELOAD 45 46 #endif /* _OCXL_CONFIG_H_ */ 47
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.