Searched refs:RES_ENDMSG (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dtmscsim.h272 #define RES_ENDMSG 0x0000FF00 /* End Message */ macro
281 #define SET_RES_MSG(who, msg) do { who &= ~RES_ENDMSG; who |= (int)(msg) << 8; } while (0)
H A Ddc395x.c165 #define RES_ENDMSG 0x0000FF00 /* End Message */ macro
174 #define SET_RES_MSG(who,msg) { who &= ~RES_ENDMSG; who |= (int)(msg) << 8; }

Completed in 41 milliseconds