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

/drivers/message/fusion/lsi/
H A Dmpi_lan.h159 #define LAN_REPLY_FORM_MASK (0x18000000) macro
190 #define GET_LAN_FORM(x) (((x) & LAN_REPLY_FORM_MASK) \
194 ((x) = ((x) & ~LAN_REPLY_FORM_MASK) | \
196 LAN_REPLY_FORM_MASK))

Completed in 113 milliseconds