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

/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2252 #define S_FW_RDEV_WR_REC 6 macro
2254 #define V_FW_RDEV_WR_REC(x) ((x) << S_FW_RDEV_WR_REC)
2255 #define G_FW_RDEV_WR_REC(x) (((x) >> S_FW_RDEV_WR_REC) & M_FW_RDEV_WR_REC)

Completed in 147 milliseconds