Searched refs:TAG_DECODE (Results 1 – 1 of 1) sorted by relevance
77 #define TAG_DECODE(tag) (((tag) >> 16) & 0x1f) macro78 #define TAG_VALID(tag) ((((tag) & 0xf) == 0xf) && (TAG_DECODE(tag) < 32))1084 msg_idx = TAG_DECODE(handle); in carm_handle_resp()