Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dncr53c9xvar.h65 #define NCR_NLUN 8 macro
177 struct ncr53c9x_linfo *lun[NCR_NLUN]; /* For speedy lookups */
181 #define TINFO_LUN(t, l) ((((l) < NCR_NLUN) && (((t)->lun[(l)]) != NULL)) ? \
Dncr53c9x.c774 if (lun < NCR_NLUN) in ncr53c9x_scsi_probe()
795 if (lun < NCR_NLUN) in ncr53c9x_scsi_free()
974 if (lun < NCR_NLUN) in ncr53c9x_sched()