Lines Matching refs:host_scribble
571 #define SCDATA(SCpnt) ((struct aha152x_scdata *) (SCpnt)->host_scribble)
940 if (!SCpnt->host_scribble || SCSEM(SCpnt) || SCNEXT(SCpnt)) {
945 SCpnt->host_scribble = kmalloc(sizeof(struct aha152x_scdata), GFP_ATOMIC);
946 if(!SCpnt->host_scribble) {
1046 kfree(SCpnt->host_scribble);
1047 SCpnt->host_scribble=NULL;
1110 kfree(SCpnt->host_scribble);
1111 SCpnt->host_scribble=NULL;
1149 kfree(ptr->host_scribble);
1150 ptr->host_scribble=NULL;
1484 kfree(ptr->host_scribble);
1485 ptr->host_scribble=NULL;
2302 kfree(ptr->host_scribble);
2303 ptr->host_scribble=NULL;