Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A DBusLogic.c1274 adapter->ext_lun = true; in blogic_rdconfig()
1463 adapter->ext_lun = true; in blogic_rdconfig()
1546 adapter->maxlun = (adapter->ext_lun ? 32 : 8); in blogic_rdconfig()
1989 if (adapter->ext_lun) { in blogic_initadapter()
3030 if (adapter->ext_lun) { in blogic_qcmd_lck()
H A DBusLogic.h1002 bool ext_lun:1; member