/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* bos720 src/bos/kernel/sys/cdli_entuser.vnic.h 1.4 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* Restricted Materials of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 2014 */ /* 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 */ /* @(#)63 1.4 src/bos/kernel/sys/cdli_entuser.vnic.h, vnic, bos720, 1441A_720 10/3/14 13:54:17 */ #ifndef _H_CDLI_ENTUSER_VNIC #define _H_CDLI_ENTUSER_VNIC typedef union { struct{ ndd_genstats_t ent_ndd_stats; ent_genstats_t ent_gen_stats; }; uint8_t reserved[8192]; } vnic_all_stats_t; #define HKWD_VNIC_OTHER 0x1015 /* Traces data on all other paths. */ #define HKWD_VNIC_TX 0x1016 /* Traces data on the transmit path. */ #define HKWD_VNIC_RX 0x1017 /* Traces data on the receive path. */ #endif /* _H_CDLI_ENTUSER_VNIC */