Home
last modified time | relevance | path

Searched refs:TW_ERROR_LOGICAL_UNIT_NOT_SUPPORTED (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/scsi/
D3w-sas.h149 #define TW_ERROR_LOGICAL_UNIT_NOT_SUPPORTED 0x10a macro
D3w-9xxx.h407 #define TW_ERROR_LOGICAL_UNIT_NOT_SUPPORTED 0x10a macro
D3w-sas.c913 …if ((error != TW_ERROR_LOGICAL_UNIT_NOT_SUPPORTED) && (error != TW_ERROR_UNIT_OFFLINE) && (error !… in twl_fill_sense()
D3w-9xxx.c999 if ((error != TW_ERROR_LOGICAL_UNIT_NOT_SUPPORTED) && (error != TW_ERROR_UNIT_OFFLINE)) { in twa_fill_sense()