Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h61811 #define S_MT_PVTP 10 macro
61813 #define V_MT_PVTP(x) ((x) << S_MT_PVTP)
61814 #define G_MT_PVTP(x) (((x) >> S_MT_PVTP) & M_MT_PVTP)