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