Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h34572 #define S_PORTMAP 0 macro
34574 #define V_PORTMAP(x) ((x) << S_PORTMAP)
34575 #define G_PORTMAP(x) (((x) >> S_PORTMAP) & M_PORTMAP)