Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h69916 #define S_WR_RTP 9 macro
69918 #define V_WR_RTP(x) ((x) << S_WR_RTP)
69919 #define G_WR_RTP(x) (((x) >> S_WR_RTP) & M_WR_RTP)