Home
last modified time | relevance | path

Searched refs:S_FW_RDEV_WR_REASON (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/ofed/libcxgb4/src/
HDt4fw_interface.h2074 #define S_FW_RDEV_WR_REASON 0 macro
2076 #define V_FW_RDEV_WR_REASON(x) ((x) << S_FW_RDEV_WR_REASON)
2078 (((x) >> S_FW_RDEV_WR_REASON) & M_FW_RDEV_WR_REASON)
/NextBSD/sys/dev/cxgbe/firmware/
HDt4fw_interface.h2181 #define S_FW_RDEV_WR_REASON 0 macro
2183 #define V_FW_RDEV_WR_REASON(x) ((x) << S_FW_RDEV_WR_REASON)
2185 (((x) >> S_FW_RDEV_WR_REASON) & M_FW_RDEV_WR_REASON)