Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4fw_interface.h133 #define S_FW_WR_OP 24 macro
135 #define V_FW_WR_OP(x) ((x) << S_FW_WR_OP)
136 #define G_FW_WR_OP(x) (((x) >> S_FW_WR_OP) & M_FW_WR_OP)
/freebsd-10-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h166 #define S_FW_WR_OP 24 macro
168 #define V_FW_WR_OP(x) ((x) << S_FW_WR_OP)
169 #define G_FW_WR_OP(x) (((x) >> S_FW_WR_OP) & M_FW_WR_OP)