Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/libcxgb4/src/
HDt4fw_interface.h2147 #define S_FW_RDEV_WR_QOS 0 macro
2149 #define V_FW_RDEV_WR_QOS(x) ((x) << S_FW_RDEV_WR_QOS)
2150 #define G_FW_RDEV_WR_QOS(x) (((x) >> S_FW_RDEV_WR_QOS) & M_FW_RDEV_WR_QOS)
/NextBSD/sys/dev/cxgbe/firmware/
HDt4fw_interface.h2254 #define S_FW_RDEV_WR_QOS 0 macro
2256 #define V_FW_RDEV_WR_QOS(x) ((x) << S_FW_RDEV_WR_QOS)
2257 #define G_FW_RDEV_WR_QOS(x) (((x) >> S_FW_RDEV_WR_QOS) & M_FW_RDEV_WR_QOS)