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.h57652 #define S_WR_RTP 9 macro
57654 #define V_WR_RTP(x) ((x) << S_WR_RTP)
57655 #define G_WR_RTP(x) (((x) >> S_WR_RTP) & M_WR_RTP)