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