Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h34402 #define S_CLSTRCPORTMAP 24 macro
34404 #define V_CLSTRCPORTMAP(x) ((x) << S_CLSTRCPORTMAP)
34405 #define G_CLSTRCPORTMAP(x) (((x) >> S_CLSTRCPORTMAP) & M_CLSTRCPORTMAP)