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

/freebsd-11.0-release/contrib/ofed/libcxgb4/src/
H A Dt4fw_interface.h2050 #define S_FW_RDEV_WR_FLAGS 24 macro
2052 #define V_FW_RDEV_WR_FLAGS(x) ((x) << S_FW_RDEV_WR_FLAGS)
2054 (((x) >> S_FW_RDEV_WR_FLAGS) & M_FW_RDEV_WR_FLAGS)
/freebsd-11.0-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2183 #define S_FW_RDEV_WR_FLAGS 24 macro
2185 #define V_FW_RDEV_WR_FLAGS(x) ((x) << S_FW_RDEV_WR_FLAGS)
2187 (((x) >> S_FW_RDEV_WR_FLAGS) & M_FW_RDEV_WR_FLAGS)

Completed in 113 milliseconds