Lines Matching refs:host_scribble
564 #define SCDATA(SCpnt) ((struct aha152x_scdata *) (SCpnt)->host_scribble)
929 if (!SCpnt->host_scribble || SCSEM(SCpnt) || SCNEXT(SCpnt)) { in aha152x_internal_queue()
934 SCpnt->host_scribble = kmalloc(sizeof(struct aha152x_scdata), GFP_ATOMIC); in aha152x_internal_queue()
935 if(!SCpnt->host_scribble) { in aha152x_internal_queue()
1030 kfree(SCpnt->host_scribble); in aha152x_abort()
1031 SCpnt->host_scribble=NULL; in aha152x_abort()
1094 kfree(SCpnt->host_scribble); in aha152x_device_reset()
1095 SCpnt->host_scribble=NULL; in aha152x_device_reset()
1132 kfree(ptr->host_scribble); in free_hard_reset_SCs()
1133 ptr->host_scribble=NULL; in free_hard_reset_SCs()
1469 kfree(ptr->host_scribble); in busfree_run()
1470 ptr->host_scribble=NULL; in busfree_run()
2267 kfree(ptr->host_scribble); in rsti_run()
2268 ptr->host_scribble=NULL; in rsti_run()