Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h37426 #define S_WR_PTR 0 macro
37428 #define V_WR_PTR(x) ((x) << S_WR_PTR)
37429 #define G_WR_PTR(x) (((x) >> S_WR_PTR) & M_WR_PTR)