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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dsx8.c71 #define TAG_DECODE(tag) (((tag) >> 16) & 0x1f) macro
72 #define TAG_VALID(tag) ((((tag) & 0xf) == 0xf) && (TAG_DECODE(tag) < 32))
1072 msg_idx = TAG_DECODE(handle);

Completed in 122 milliseconds