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

/freebsd-13-stable/sys/dev/mpt/mpilib/
H A Dmpi_targ.h593 #define TARGET_MODE_REPLY_PORT_MASK (0x10000000) macro
619 #define GET_PORT(x) (((x) & TARGET_MODE_REPLY_PORT_MASK) \
622 #define SET_PORT(t, p) ((t) = ((t) & ~TARGET_MODE_REPLY_PORT_MASK) | \
624 TARGET_MODE_REPLY_PORT_MASK))

Completed in 57 milliseconds