Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h388 #define S_WR_OP 24 macro
390 #define V_WR_OP(x) ((__u64)(x) << S_WR_OP)
391 #define G_WR_OP(x) (((x) >> S_WR_OP) & M_WR_OP)