Searched refs:Scb (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/
H A Dwd7000.c208 * Scb's are shared by all active adapters. So, if they all become busy,
469 } Scb; typedef in typeref:struct:scb
599 static Scb scbs[MAX_SCBS];
600 static Scb *scbfree; /* free list */
808 static inline Scb *alloc_scbs(struct Scsi_Host *host, int needed)
810 Scb *scb, *p = NULL;
861 static inline void free_scb(Scb * scb)
867 memset(scb, 0, sizeof(Scb));
895 static int mail_out(Adapter * host, Scb * scbptr)
1004 Scb *sc
[all...]

Completed in 79 milliseconds