MAX_IOP_PAYLOAD_SIZE
#define MAX_I2C_SIZE (MAX_IOP_PAYLOAD_SIZE - 4)
u8 data[MAX_IOP_PAYLOAD_SIZE];
if (data_len > MAX_IOP_PAYLOAD_SIZE)