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

/freebsd-10.2-release/sys/dev/mpt/mpilib/
H A Dmpi_targ.h643 #define TARGET_MODE_REPLY_0100_MASK_IOC_INDEX (0x001FF800) macro
658 #define GET_IOC_INDEX_0100(x) (((x) & TARGET_MODE_REPLY_0100_MASK_IOC_INDEX) \
662 ((t) = ((t) & ~TARGET_MODE_REPLY_0100_MASK_IOC_INDEX) | \
664 TARGET_MODE_REPLY_0100_MASK_IOC_INDEX))

Completed in 39 milliseconds