Searched defs:SET_RES_DID (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddc395x.c176 #define SET_RES_DID(who,did) { who &= ~RES_DID; who |= (int)(did) << 16; } macro
H A Dtmscsim.h274 #define SET_RES_DID(who, did) do { who &= ~RES_DID; who |= (int)(did) << 16; } while (0) macro

Completed in 175 milliseconds