Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/fusion/lsi/
Dmpi_lan.h157 #define LAN_REPLY_FORM_MASK (0x18000000) macro
188 #define GET_LAN_FORM(x) (((x) & LAN_REPLY_FORM_MASK) \
192 ((x) = ((x) & ~LAN_REPLY_FORM_MASK) | \
194 LAN_REPLY_FORM_MASK))