Lines Matching refs:u16
110 typedef void (*MBCallbackFunc) (u16 type, void *arg);
129 u16 sendBuf[MB_MAX_SEND_BUFFER_SIZE / sizeof(u16)] ATTRIBUTE_ALIGN(32);
138 u16 p_sendlen;
139 u16 p_recvlen;
150 u16 sendBufSize; // Size of send buffer
151 u16 recvBufSize; // Size of MP receive buffer
155 u16 mode; // MB_MODE_***
156 u16 endReq;
158 u16 mpStarted; // Flag indicating that MP has started
159 u16 child_bitmap; // Child connection state
162 …u16 contSend; // Flag indicating execution of continuous transmission (1: Con…
168 u16 currentTgid; // TGID of the connected parent (checked with BeaconRecv.Ind)
171 u16 userGameInfo[((WM_SIZE_USER_GAMEINFO + 32) & ~(32 - 1)) /
172 sizeof(u16)] ATTRIBUTE_ALIGN(32);
183 u16 found_parent_count;
189 u16 my_aid;
215 void MBi_SetMaxScanTime(u16 time);
227 u16 MBi_GetTgid(void);
235 u16 MBi_GetAid(void);
241 void MBi_CommParentCallback(u16 type, void *arg);
242 void MBi_CommChildCallback(u16 type, void *arg);