Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h9663 #define S_WR_PTR 0 macro
9665 #define V_WR_PTR(x) ((x) << S_WR_PTR)
9666 #define G_WR_PTR(x) (((x) >> S_WR_PTR) & M_WR_PTR)