Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h5110 #define S_SECUREPORT 16 macro
5112 #define V_SECUREPORT(x) ((x) << S_SECUREPORT)
5113 #define G_SECUREPORT(x) (((x) >> S_SECUREPORT) & M_SECUREPORT)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h24901 #define S_SECUREPORT 16 macro
24903 #define V_SECUREPORT(x) ((x) << S_SECUREPORT)
24904 #define G_SECUREPORT(x) (((x) >> S_SECUREPORT) & M_SECUREPORT)