Searched refs:sendSize (Results 1 – 2 of 2) sorted by relevance
334 BOOL MB_SetParentCommSize(u16 sendSize);350 BOOL MB_SetParentCommParam(u16 sendSize, u16 maxChildren);
1135 static BOOL MBi_IsCommSizeValid(u16 sendSize, u16 recvSize, u16 entry_num) in MBi_IsCommSizeValid() argument1142 if (sendSize > MB_COMM_P_SENDLEN_MAX || sendSize < MB_COMM_P_SENDLEN_MIN) in MBi_IsCommSizeValid()1159 usec = 330 + 4 * (sendSize + 38) + entry_num * (112 + 4 * (recvSize + 32)); in MBi_IsCommSizeValid()1173 BOOL MB_SetParentCommParam(u16 sendSize, u16 maxChildren) in MB_SetParentCommParam() argument1187 if (FALSE == MBi_IsCommSizeValid(sendSize, MB_COMM_P_RECVLEN_DEFAULT, maxChildren)) in MB_SetParentCommParam()1199 p_mbi_param->p_sendlen = sendSize; in MB_SetParentCommParam()1208 BOOL MB_SetParentCommSize(u16 sendSize) in MB_SetParentCommSize() argument1214 ret = MB_SetParentCommParam(sendSize, p_mbi_param->parentParam.maxEntry); in MB_SetParentCommSize()