Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
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); in carm_handle_resp()