Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
D3w-9xxx.h344 #define TW_FW_SRL_LUNS_SUPPORTED 28 macro
470 #define TW_MAX_LUNS(srl) (srl < TW_FW_SRL_LUNS_SUPPORTED ? 1 : 16)
D3w-9xxx.c1762 if ((SCpnt->device->lun != 0) && (tw_dev->tw_compat_info.working_srl < TW_FW_SRL_LUNS_SUPPORTED)) { in twa_scsi_queue_lck()