Home
last modified time | relevance | path

Searched refs:lun0p (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/
A Dsym_hipd.h396 struct sym_lcb *lun0p; /* LCB of LUN #0 (usual case) */ member
568 #define sym_lp(tp, lun) (!lun) ? (tp)->lun0p : NULL
571 (!lun) ? (tp)->lun0p : (tp)->lunmp ? (tp)->lunmp[((u8)lun)] : NULL
A Dsym_hipd.c1883 if (tp->lun0p)
1884 tp->lun0p->to_clear = 0;
3291 (tp->lun0p && tp->lun0p->to_clear)) {
3430 if (tp->lun0p && tp->lun0p->to_clear)
5011 tp->lun0p = lp;
5113 tp->lun0p = NULL;

Completed in 14 milliseconds