~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/misc/ocxl-config.h

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/misc/ocxl-config.h (Version linux-6.11-rc3) and /include/misc/ocxl-config.h (Version linux-5.3.18)


  1 // SPDX-License-Identifier: GPL-2.0+                1 // SPDX-License-Identifier: GPL-2.0+
  2 // Copyright 2017 IBM Corp.                         2 // Copyright 2017 IBM Corp.
  3 #ifndef _OCXL_CONFIG_H_                             3 #ifndef _OCXL_CONFIG_H_
  4 #define _OCXL_CONFIG_H_                             4 #define _OCXL_CONFIG_H_
  5                                                     5 
  6 /*                                                  6 /*
  7  * This file lists the various constants used       7  * This file lists the various constants used to read the
  8  * configuration space of an opencapi adapter.      8  * configuration space of an opencapi adapter.
  9  *                                                  9  *
 10  * It follows the specification for opencapi 3     10  * It follows the specification for opencapi 3.0
 11  */                                                11  */
 12                                                    12 
 13 #define OCXL_EXT_CAP_ID_DVSEC                      13 #define OCXL_EXT_CAP_ID_DVSEC                 0x23
 14                                                    14 
 15 #define OCXL_DVSEC_VENDOR_OFFSET                   15 #define OCXL_DVSEC_VENDOR_OFFSET              0x4
 16 #define OCXL_DVSEC_ID_OFFSET                       16 #define OCXL_DVSEC_ID_OFFSET                  0x8
 17 #define OCXL_DVSEC_TL_ID                           17 #define OCXL_DVSEC_TL_ID                      0xF000
 18 #define   OCXL_DVSEC_TL_BACKOFF_TIMERS             18 #define   OCXL_DVSEC_TL_BACKOFF_TIMERS          0x10
 19 #define   OCXL_DVSEC_TL_RECV_CAP                   19 #define   OCXL_DVSEC_TL_RECV_CAP                0x18
 20 #define   OCXL_DVSEC_TL_SEND_CAP                   20 #define   OCXL_DVSEC_TL_SEND_CAP                0x20
 21 #define   OCXL_DVSEC_TL_RECV_RATE                  21 #define   OCXL_DVSEC_TL_RECV_RATE               0x30
 22 #define   OCXL_DVSEC_TL_SEND_RATE                  22 #define   OCXL_DVSEC_TL_SEND_RATE               0x50
 23 #define OCXL_DVSEC_FUNC_ID                         23 #define OCXL_DVSEC_FUNC_ID                    0xF001
 24 #define   OCXL_DVSEC_FUNC_OFF_INDEX                24 #define   OCXL_DVSEC_FUNC_OFF_INDEX             0x08
 25 #define   OCXL_DVSEC_FUNC_OFF_ACTAG                25 #define   OCXL_DVSEC_FUNC_OFF_ACTAG             0x0C
 26 #define OCXL_DVSEC_AFU_INFO_ID                     26 #define OCXL_DVSEC_AFU_INFO_ID                0xF003
 27 #define   OCXL_DVSEC_AFU_INFO_AFU_IDX              27 #define   OCXL_DVSEC_AFU_INFO_AFU_IDX           0x0A
 28 #define   OCXL_DVSEC_AFU_INFO_OFF                  28 #define   OCXL_DVSEC_AFU_INFO_OFF               0x0C
 29 #define   OCXL_DVSEC_AFU_INFO_DATA                 29 #define   OCXL_DVSEC_AFU_INFO_DATA              0x10
 30 #define OCXL_DVSEC_AFU_CTRL_ID                     30 #define OCXL_DVSEC_AFU_CTRL_ID                0xF004
 31 #define   OCXL_DVSEC_AFU_CTRL_AFU_IDX              31 #define   OCXL_DVSEC_AFU_CTRL_AFU_IDX           0x0A
 32 #define   OCXL_DVSEC_AFU_CTRL_TERM_PASID           32 #define   OCXL_DVSEC_AFU_CTRL_TERM_PASID        0x0C
 33 #define   OCXL_DVSEC_AFU_CTRL_ENABLE               33 #define   OCXL_DVSEC_AFU_CTRL_ENABLE            0x0F
 34 #define   OCXL_DVSEC_AFU_CTRL_PASID_SUP            34 #define   OCXL_DVSEC_AFU_CTRL_PASID_SUP         0x10
 35 #define   OCXL_DVSEC_AFU_CTRL_PASID_EN             35 #define   OCXL_DVSEC_AFU_CTRL_PASID_EN          0x11
 36 #define   OCXL_DVSEC_AFU_CTRL_PASID_BASE           36 #define   OCXL_DVSEC_AFU_CTRL_PASID_BASE        0x14
 37 #define   OCXL_DVSEC_AFU_CTRL_ACTAG_SUP            37 #define   OCXL_DVSEC_AFU_CTRL_ACTAG_SUP         0x18
 38 #define   OCXL_DVSEC_AFU_CTRL_ACTAG_EN             38 #define   OCXL_DVSEC_AFU_CTRL_ACTAG_EN          0x1A
 39 #define   OCXL_DVSEC_AFU_CTRL_ACTAG_BASE           39 #define   OCXL_DVSEC_AFU_CTRL_ACTAG_BASE        0x1C
 40 #define OCXL_DVSEC_VENDOR_ID                       40 #define OCXL_DVSEC_VENDOR_ID                  0xF0F0
 41 #define   OCXL_DVSEC_VENDOR_CFG_VERS               41 #define   OCXL_DVSEC_VENDOR_CFG_VERS            0x0C
 42 #define   OCXL_DVSEC_VENDOR_TLX_VERS               42 #define   OCXL_DVSEC_VENDOR_TLX_VERS            0x10
 43 #define   OCXL_DVSEC_VENDOR_DLX_VERS               43 #define   OCXL_DVSEC_VENDOR_DLX_VERS            0x20
 44 #define   OCXL_DVSEC_VENDOR_RESET_RELOAD       << 
 45                                                    44 
 46 #endif /* _OCXL_CONFIG_H_ */                       45 #endif /* _OCXL_CONFIG_H_ */
 47                                                    46 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php