HomeSort by: relevance | last modified time | path
    Searched refs:NCR_NLUN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ncr53c9xvar.h 71 #define NCR_NLUN 8
185 struct ncr53c9x_linfo *lun[NCR_NLUN]; /* For speedy lookups */
190 (((l) < NCR_NLUN) && (((t)->lun[(l)]) != NULL)) \
ncr53c9x.c 1116 if (lun < NCR_NLUN)
1272 if (lun < NCR_NLUN)
2304 if (li->lun < NCR_NLUN)
2972 if (li->lun < NCR_NLUN)

Completed in 13 milliseconds