Searched refs:EC_MAX_MSG_BYTES (Results 1 – 2 of 2) sorted by relevance
58 EC_MAX_MSG_BYTES = 64 * 1024, enumerator
180 if ((u_cmd.outsize > EC_MAX_MSG_BYTES) || in ec_device_ioctl_xcmd()181 (u_cmd.insize > EC_MAX_MSG_BYTES)) in ec_device_ioctl_xcmd()