Searched defs:app_info_block (Results 1 – 1 of 1) sorted by relevance
17 struct app_info_block { struct18 u32 nTxMsg; // DPRAM msg sent to DSP with app_id19 u32 nRxMsg; // DPRAM msg rcv from dsp with app_id20 u32 nTxMsgReject; // DPRAM msg rejected due to DSP doorbell set21 u32 nRxMsgMiss; // DPRAM msg dropped due to overflow22 struct fown_struct *fileobject;// Application's file object23 u16 app_id; // Application id24 int DspBCMsgFlag;25 int NumOfMsg; // number of messages queued up26 wait_queue_head_t wait_dpram_msg;[all …]