Lines Matching defs:MB_CommPWork
108 typedef struct MB_CommPWork struct
110 MB_CommCommonWork common;
113 MBUserInfo childUser[MB_MAX_CHILD] ATTRIBUTE_ALIGN(4);
114 …_MAX_CHILD]; // Child device version information (in quantity equal to the number of child devices)
115 … childggid[MB_MAX_CHILD]; // Child device GGID (in quantity equal to the number of child devices)
116 MBCommPStateCallback parent_callback; // Parent state callback function pointer
117 int p_comm_state[MB_MAX_CHILD]; // Holds the state of each of the children
118 u8 file_num; // Number of registered files
119 u8 cur_fileid; // File number of the current file to send
120 …id_of_child[MB_MAX_CHILD]; // File number that a child requested (-1 when there is no request)
121 u8 child_num; // Number of entry children
122 u16 child_entry_bmp; // Child entry control bitmap
123 MbRequestPieceBuf req_data_buf; // Buffer for receiving child partition requests
124 u16 req2child[MB_MAX_CHILD]; // The request to send to the child
125 MBUserInfo childUserBuf; // Child information buffer for passing to the application
129 {
162 MB_CommPWork; argument