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