MAX_IRQ_MSG_SIZE
sg_init_one(sg, buf, MAX_IRQ_MSG_SIZE);
void *msg = kzalloc(MAX_IRQ_MSG_SIZE, GFP_KERNEL);