Searched defs:node_mgr (Results 1 – 3 of 3) sorted by relevance
123 struct node_mgr { struct141 struct mutex node_mgr_lock; /* For critical sections */ argument142 u32 fxn_addrs[NUMRMSFXNS]; /* RMS function addresses */143 struct msg_mgr *msg_mgr_obj;146 u32 num_chnls; /* Total number of channels */147 u32 chnl_offset; /* Offset of chnl ids rsvd for RMS */148 u32 chnl_buf_size; /* Buffer size for data to RMS */149 int proc_family; /* eg, 5000 */150 int proc_type; /* eg, 5510 */151 u32 dsp_word_size; /* Size of DSP word on host bytes */[all …]
76 struct node_mgr *node_mgr; member
1914 struct node_mgr *node_mgr; in dump_dsp_stack() local