4 * @author Intel Corporation
7 * @brief This file contains the internal functions for config
11 * IXP400 SW Release version 2.0
13 * -- Copyright Notice --
16 * Copyright 2001-2005, Intel Corporation.
17 * All rights reserved.
20 * SPDX-License-Identifier: BSD-3-Clause
22 * -- End of Copyright Notice --
25 #ifndef IXQMGRQCFG_P_H
26 #define IXQMGRQCFG_P_H
29 * User defined header files
44 unsigned int qSizeInWords;
45 unsigned int qEntrySizeInWords;
48 unsigned int numEntries;
52 } qStats[IX_QMGR_MAX_NUM_QUEUES];
57 * Initialize the QCfg subcomponent
60 ixQMgrQCfgInit (void);
63 * Uninitialize the QCfg subcomponent
66 ixQMgrQCfgUninit (void);
69 * Get the Q size in words
72 ixQMgrQSizeInWordsGet (IxQMgrQId qId);
75 * Get the Q entry size in words
77 IxQMgrQEntrySizeInWords
78 ixQMgrQEntrySizeInWordsGet (IxQMgrQId qId);
81 * Get the generic cfg stats
84 ixQMgrQCfgStatsGet (void);
87 * Get queue specific stats
90 ixQMgrQCfgQStatsGet (IxQMgrQId qId);
93 * Check is the queue configured
96 ixQMgrQIsConfigured(IxQMgrQId qId);
98 #endif /* IX_QMGRQCFG_P_H */