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

/linux-4.4.14/drivers/block/
H A Dsx8.c77 #define TAG_DECODE(tag) (((tag) >> 16) & 0x1f) macro
78 #define TAG_VALID(tag) ((((tag) & 0xf) == 0xf) && (TAG_DECODE(tag) < 32))
1084 msg_idx = TAG_DECODE(handle); carm_handle_resp()

Completed in 63 milliseconds