Home | History | Annotate | Download | only in ic

Lines Matching refs:lun

85  * lun width capabilities of this inner layer. It's up to each
141 * Lun ENABLE/DISABLE
148 * If an error occurs in either enabling or disabling the described lun
224 * is the whole point of this API. After a LUN is (or LUNS are)
226 * channel and lun that have been enabled cause an interrupt which
250 * claim to be, and the lun on that target.
342 #define FLATLUN_TO_L0LUN(lptr, lun) \
343 (lptr)[1] = lun & 0xff; \
344 if (sizeof (lun) == 1) { \
347 uint16_t nl = lun; \