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

/freebsd-11.0-release/contrib/ofed/libcxgb4/src/
H A Dt4fw_interface.h193 #define S_FW_WR_FLOWID 8 macro
195 #define V_FW_WR_FLOWID(x) ((x) << S_FW_WR_FLOWID)
196 #define G_FW_WR_FLOWID(x) (((x) >> S_FW_WR_FLOWID) & M_FW_WR_FLOWID)
/freebsd-11.0-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h217 #define S_FW_WR_FLOWID 8 macro
219 #define V_FW_WR_FLOWID(x) ((x) << S_FW_WR_FLOWID)
220 #define G_FW_WR_FLOWID(x) (((x) >> S_FW_WR_FLOWID) & M_FW_WR_FLOWID)

Completed in 166 milliseconds