Home
last modified time | relevance | path

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

/drivers/scsi/
Dadvansys.c240 #define ASC_TIX_TO_TARGET_ID(tix) (0x01 << ((tix) & ASC_MAX_TID)) argument
241 #define ASC_TIX_TO_TID(tix) ((tix) & ASC_MAX_TID) argument
243 #define ASC_TIX_TO_LUN(tix) (((tix) >> ASC_SCSI_ID_BITS) & ASC_MAX_LUN) argument