Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/message/fusion/lsi/
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))