Searched defs:app_info_block (Results 1 – 1 of 1) sorted by relevance
14 struct app_info_block { struct15 u32 nTxMsg; /* DPRAM msg sent to DSP with app_id */16 u32 nRxMsg; /* DPRAM msg rcv from dsp with app_id */17 u32 nTxMsgReject; /* DPRAM msg rejected due to DSP doorbell20 u32 nRxMsgMiss; /* DPRAM msg dropped due to overflow */21 struct fown_struct *fileobject;/* Application's file object */22 u16 app_id; /* Application id */23 int DspBCMsgFlag;24 int NumOfMsg; /* number of messages queued up */25 wait_queue_head_t wait_dpram_msg;[all …]