Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h61813 #define S_MT_PVTP 10 macro
61815 #define V_MT_PVTP(x) ((x) << S_MT_PVTP)
61816 #define G_MT_PVTP(x) (((x) >> S_MT_PVTP) & M_MT_PVTP)