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

/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h409 struct sym_lcb *lun0p; /* LCB of LUN #0 (usual case) */ member in struct:sym_tcb
581 #define sym_lp(tp, lun) (!lun) ? (tp)->lun0p : NULL
584 (!lun) ? (tp)->lun0p : (tp)->lunmp ? (tp)->lunmp[(lun)] : NULL

Completed in 2712 milliseconds