Home
last modified time | relevance | path

Searched defs:SET_RES_MSG (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/scsi/
Dtmscsim.h272 #define SET_RES_MSG(who, msg) do { who &= ~RES_ENDMSG; who |= (int)(msg) << 8; } while (0) macro
Ddc395x.c175 #define SET_RES_MSG(who,msg) { who &= ~RES_ENDMSG; who |= (int)(msg) << 8; } macro