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

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h4532 #define S_SECUREPORT 16 macro
4534 #define V_SECUREPORT(x) ((x) << S_SECUREPORT)
4535 #define G_SECUREPORT(x) (((x) >> S_SECUREPORT) & M_SECUREPORT)

Completed in 206 milliseconds