Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_lan.h160 #define LAN_REPLY_FORM_MASK (0x18000000) macro
191 #define GET_LAN_FORM(x) (((x) & LAN_REPLY_FORM_MASK) \
195 ((x) = ((x) & ~LAN_REPLY_FORM_MASK) | \
197 LAN_REPLY_FORM_MASK))