Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dncr53c9xvar.h71 #define NCR_NLUN 8 macro
185 struct ncr53c9x_linfo *lun[NCR_NLUN]; /* For speedy lookups */
190 (((l) < NCR_NLUN) && (((t)->lun[(l)]) != NULL)) \
H A Dncr53c9x.c1116 if (lun < NCR_NLUN) in ncr53c9x_sched()
1272 if (lun < NCR_NLUN) in ncr53c9x_done()
2304 if (li->lun < NCR_NLUN) in ncr53c9x_intr()
2972 if (li->lun < NCR_NLUN) in ncr53c9x_watch()