Data Fields
queue_t_ Struct Reference

Generic queue. More...

#include <cpsw_queue.h>

Data Fields

uint32_t count
 
node_tpHead
 
node_tpTail
 
uint32_t magic
 

Detailed Description

Generic queue.

Field Documentation

uint32_t queue_t_::count

The current number of entries in the queue

uint32_t queue_t_::magic

Magic number used to check Q initialization

node_t* queue_t_::pHead

The top of the queue

node_t* queue_t_::pTail

The end of the queue


The documentation for this struct was generated from the following file:

Copyright 2020, Texas Instruments Incorporated