38 #ifndef OPENAPI_COS_STATS_H_INCLUDED
39 #define OPENAPI_COS_STATS_H_INCLUDED
48 #define OPEN_COS_ALL_QUEUES 0xffffffff
65 open_error_t openapiCosQueueNumQueuesGet(openapiClientHandle_t *client_handle, uint32_t intIfNum, uint32_t *count);
open_error_t openapiCosQueueUcTxPacketsGet(openapiClientHandle_t *client_handle, uint32_t intIfNum, uint32_t qIndex, open_buffdesc *data, uint32_t *count)
Get the number of UC packets tx for an interface and CoS queue.
open_error_t openapiCosQueueCpuTxPacketsGet(openapiClientHandle_t *client_handle, uint32_t qIndex, open_buffdesc *data, uint32_t *count)
Get the number of CPU packets tx for a given CoS queue.
open_error_t
OPEN uses these enumerators to indicate the error codes.
open_error_t openapiCosQueueMcTxPacketsGet(openapiClientHandle_t *client_handle, uint32_t intIfNum, uint32_t qIndex, open_buffdesc *data, uint32_t *count)
Get the number of MC packets tx for an interface and CoS queue.
open_error_t openapiCosQueueCpuDropPacketsGet(openapiClientHandle_t *client_handle, uint32_t qIndex, open_buffdesc *data, uint32_t *count)
Get the number of CPU packets dropped for a given CoS queue.