Searched defs:NCR_UNLOCK_NCB (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsym53c8xx_comm.h439 #define NCR_UNLOCK_NCB(np, flags) spin_unlock_irqrestore(&np->smp_lock, flags) macro
453 #define NCR_UNLOCK_NCB(np, flags) do { restore_flags(flags); } while (0) macro
H A Dsym53c8xx.c640 #define NCR_UNLOCK_NCB(np, flags) spin_unlock_irqrestore(&np->smp_lock, flags) macro
654 #define NCR_UNLOCK_NCB(np, flags) do { restore_flags(flags); } while (0) macro
[all...]

Completed in 98 milliseconds