Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h34400 #define S_CLSTRCPORTMAP 24 macro
34402 #define V_CLSTRCPORTMAP(x) ((x) << S_CLSTRCPORTMAP)
34403 #define G_CLSTRCPORTMAP(x) (((x) >> S_CLSTRCPORTMAP) & M_CLSTRCPORTMAP)