Searched refs:LAN_REPLY_FORM_MASK (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/mpt/mpilib/
H A Dmpi_lan.h187 #define LAN_REPLY_FORM_MASK (0x18000000) macro
218 #define GET_LAN_FORM(x) (((x) & LAN_REPLY_FORM_MASK) \
222 ((x) = ((x) & ~LAN_REPLY_FORM_MASK) | \
224 LAN_REPLY_FORM_MASK))

Completed in 70 milliseconds