|
void STDCALL | DqMMTimerCB (void *dwUser) |
|
void STDCALL | DqSendThread (void *lpvParam) |
|
uint16 | WrapDqCtr (int counter) |
|
void STDCALL | DqRecvThread (void *lpvParam) |
|
void STDCALL | DqWriterThread (void *lpvParam) |
|
void STDCALL | DqReaderThread (void *lpvParam) |
|
int | DqConvertAndCalibrate (uint16 model, uint16 option, uint32 flags, uint32 clsize, uint32 *cl, uint32 size, char *in_data, char *out_data) |
|
double | raw2dbl (uint32 raw, pDQCVINFO cvInfo, pDQDEVCFG pdvc) |
|
uint32 | dbl2raw (double val, pDQCVINFO cvInfo, pDQDEVCFG pdvc, uint32 *bytes) |
|
int | MissingAcbQueueCreate (pDQACB pAcb, int size) |
|
int | MissingAcbQueueDestroy (pDQACB pAcb) |
|
int | MissingAcbQueueAdd (pDQACB pAcb, uint32 rqid) |
|
int | MissingAcbQueueRemove (pDQACB pAcb, uint32 *rqid) |
|
uint32 | MissingAcbQueueGetCount (pDQACB pAcb) |
|
int | MissingMsgQueueCreate (pDQMSGQ pMsg, int size) |
|
int | MissingMsgQueueDestroy (pDQMSGQ pMsg) |
|
int | MissingMsgQueueAdd (pDQMSGQ pMsg, uint32 rqid) |
|
int | MissingMsgQueueRemove (pDQMSGQ pMsg, uint32 *rqid) |
|
uint32 | MissingMsgQueueGetCount (pDQMSGQ pMsg) |
|
int | AcbRdFifoRcvCB (struct _DQCQENTRY *entry, int iom) |
|
int | AcbWrFifoRcvCB (struct _DQCQENTRY *entry, int iom) |
|
int | AcbWrFifoSndCB (struct _DQCQENTRY *entry, int iom) |
|
int | GetEventsFromIomStatus (uint32 *status) |
|
int | GetEventsFromLayerStatus (uint32 *status) |
|
int | HeartBeatRcvCB (struct _DQCQENTRY *entry, int hd) |
|
int | DmapSndCB (struct _DQCQENTRY *entry, int iom) |
|
int | DmapRcvCB (struct _DQCQENTRY *entry, int iom) |
|