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

/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h311 #define S_WR_OP 24 macro
313 #define V_WR_OP(x) ((x) << S_WR_OP)
314 #define G_WR_OP(x) (((x) >> S_WR_OP) & M_WR_OP)
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h419 #define S_WR_OP 24 macro
421 #define V_WR_OP(x) ((__u64)(x) << S_WR_OP)
422 #define G_WR_OP(x) (((x) >> S_WR_OP) & M_WR_OP)

Completed in 89 milliseconds