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

/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_firmware_exports.h167 #define S_FW_VERSION_MINOR 8 macro
169 #define V_FW_VERSION_MINOR(x) ((x) << S_FW_VERSION_MINOR)
171 (((x) >> S_FW_VERSION_MINOR) & M_FW_VERSION_MINOR)

Completed in 103 milliseconds