TwiceAsNice  2019-02-18
Functions
CommandQueue_private.h File Reference
This graph shows which files directly or indirectly include this file:

Functions

int CQInit (int iom, int length)
 
int CQDestroy (pDQCQHEAD pCQH)
 
pDQCQE CQEntryAlloc (int iom, uint32 rqId)
 
int CQEntryFree (int iom, pDQCQE entry)
 
pDQCQE CQEntryGetFirst (int iom)
 
pDQCQE CQEntryGetNext (int iom, pDQCQE entry)
 
pDQCQHEAD CQGetHead (int iom)
 
pDQCQE CQEntryFind (int iom, uint32 rqId)
 
int CQCreateHeartbeat (int iom)
 
pDQCQE CQGetHeartbeat (int iom)
 

Function Documentation

◆ CQCreateHeartbeat()

int CQCreateHeartbeat ( int  iom)

◆ CQDestroy()

int CQDestroy ( pDQCQHEAD  pCQH)

◆ CQEntryAlloc()

pDQCQE CQEntryAlloc ( int  iom,
uint32  rqId 
)

◆ CQEntryFind()

pDQCQE CQEntryFind ( int  iom,
uint32  rqId 
)

◆ CQEntryFree()

int CQEntryFree ( int  iom,
pDQCQE  entry 
)

◆ CQEntryGetFirst()

pDQCQE CQEntryGetFirst ( int  iom)

◆ CQEntryGetNext()

pDQCQE CQEntryGetNext ( int  iom,
pDQCQE  entry 
)

◆ CQGetHead()

pDQCQHEAD CQGetHead ( int  iom)

◆ CQGetHeartbeat()

pDQCQE CQGetHeartbeat ( int  iom)

◆ CQInit()

int CQInit ( int  iom,
int  length 
)