Searched defs:TCODE_IS_READ_REQUEST (Results 1 – 2 of 2) sorted by relevance
228 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) macro