Lines Matching refs:host_scribble
553 #define SCDATA(SCpnt) ((struct aha152x_scdata *) (SCpnt)->host_scribble)
921 if (!SCpnt->host_scribble || SCSEM(SCpnt) || SCNEXT(SCpnt)) {
926 SCpnt->host_scribble = kmalloc(sizeof(struct aha152x_scdata), GFP_ATOMIC);
927 if(!SCpnt->host_scribble) {
1020 kfree(SCpnt->host_scribble);
1021 SCpnt->host_scribble=NULL;
1084 kfree(SCpnt->host_scribble);
1085 SCpnt->host_scribble=NULL;
1123 kfree(ptr->host_scribble);
1124 ptr->host_scribble=NULL;
1454 kfree(ptr->host_scribble);
1455 ptr->host_scribble=NULL;
2254 kfree(ptr->host_scribble);
2255 ptr->host_scribble=NULL;