![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IxQMgrQInlinedReadWriteInfo Struct ReferenceInternal structure to facilitate inlining functions in IxQMgr.h.
More...
|
Data Fields | |
UINT32 | qOflowStatBitMask |
overflow status mask | |
UINT32 | qWriteCount |
queue write count | |
volatile UINT32 * | qAccRegAddr |
access register | |
volatile UINT32 * | qUOStatRegAddr |
status register | |
volatile UINT32 * | qConfigRegAddr |
config register | |
UINT32 | qEntrySizeInWords |
queue entry size in words | |
UINT32 | qSizeInEntries |
queue size in entries | |
UINT32 | qUflowStatBitMask |
underflow status mask | |
UINT32 | qReadCount |
queue read count |
Definition at line 979 of file IxQMgr.h.
|
access register
Definition at line 986 of file IxQMgr.h. Referenced by ixQMgrQBurstRead(), ixQMgrQBurstWrite(), ixQMgrQRead(), and ixQMgrQWrite(). |
|
config register
Definition at line 988 of file IxQMgr.h. Referenced by ixQMgrQRead(), and ixQMgrQWrite(). |
|
queue entry size in words
Definition at line 989 of file IxQMgr.h. Referenced by ixQMgrQBurstRead(), ixQMgrQBurstWrite(), ixQMgrQRead(), and ixQMgrQWrite(). |
|
overflow status mask
Definition at line 982 of file IxQMgr.h. Referenced by ixQMgrQBurstWrite(), and ixQMgrQWrite(). |
|
queue read count
Definition at line 994 of file IxQMgr.h. Referenced by ixQMgrQBurstRead(), and ixQMgrQRead(). |
|
queue size in entries
Definition at line 990 of file IxQMgr.h. Referenced by ixQMgrQBurstWrite(), ixQMgrQRead(), and ixQMgrQWrite(). |
|
underflow status mask
Definition at line 993 of file IxQMgr.h. Referenced by ixQMgrQBurstRead(), and ixQMgrQRead(). |
|
status register
Definition at line 987 of file IxQMgr.h. Referenced by ixQMgrQBurstRead(), ixQMgrQBurstWrite(), ixQMgrQRead(), and ixQMgrQWrite(). |
|
queue write count
Definition at line 983 of file IxQMgr.h. Referenced by ixQMgrQBurstWrite(), and ixQMgrQWrite(). |