aha152x_scdata
struct aha152x_scdata *sc = SCDATA(cmd);
struct aha152x_scdata *sc;
#define SCDATA(SCpnt) ((struct aha152x_scdata *) (SCpnt)->host_scribble)
SCpnt->host_scribble = kmalloc(sizeof(struct aha152x_scdata), GFP_ATOMIC);