Lines Matching refs:host_scribble
553 #define SCDATA(SCpnt) ((struct aha152x_scdata *) (SCpnt)->host_scribble)
922 if (!SCpnt->host_scribble || SCSEM(SCpnt) || SCNEXT(SCpnt)) { in aha152x_internal_queue()
927 SCpnt->host_scribble = kmalloc(sizeof(struct aha152x_scdata), GFP_ATOMIC); in aha152x_internal_queue()
928 if(!SCpnt->host_scribble) { in aha152x_internal_queue()
1021 kfree(SCpnt->host_scribble); in aha152x_abort()
1022 SCpnt->host_scribble=NULL; in aha152x_abort()
1085 kfree(SCpnt->host_scribble); in aha152x_device_reset()
1086 SCpnt->host_scribble=NULL; in aha152x_device_reset()
1124 kfree(ptr->host_scribble); in free_hard_reset_SCs()
1125 ptr->host_scribble=NULL; in free_hard_reset_SCs()
1457 kfree(ptr->host_scribble); in busfree_run()
1458 ptr->host_scribble=NULL; in busfree_run()
2257 kfree(ptr->host_scribble); in rsti_run()
2258 ptr->host_scribble=NULL; in rsti_run()