/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* bos72F src/bos/kernel/sys/cdli_entuser.vrtent.h 1.1 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* Restricted Materials of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 2017 */ /* All Rights Reserved */ /* */ /* US Government Users Restricted Rights - Use, duplication or */ /* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* */ /* IBM_PROLOG_END_TAG */ /* @(#)37 1.1 src/bos/kernel/sys/cdli_entuser.vrtent.h, vrtent, bos72F, f2017_14A9 3/21/17 18:01:51 */ #ifndef _H_CDLI_ENTUSER_VRTENT #define _H_CDLI_ENTUSER_VRTENT typedef union { struct{ ndd_genstats_t ent_ndd_stats; ent_genstats_t ent_gen_stats; }; uint8_t reserved[8192]; } vrtent_all_stats_t; #define HKWD_VRTENT_OTHER 0x107b /* Traces data on all other paths. */ #define HKWD_VRTENT_TX 0x107c /* Traces data on the transmit path. */ #define HKWD_VRTENT_RX 0x107d /* Traces data on the receive path. */ #endif /* _H_CDLI_ENTUSER_VRTENT */