Searched refs:MC_MAX_TCI_LEN (Results 1 – 2 of 2) sorted by relevance
172 #define MC_MAX_TCI_LEN 0x100000 /**< TCI/DCI must not exceed 1MiB */ macro
315 if (len > MC_MAX_TCI_LEN) { in mcOpenSession()316 LOG_E("TCI length is longer than %d", MC_MAX_TCI_LEN); in mcOpenSession()