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

/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_regs.h5445 #define S_STATECFGINIT 0 macro
5447 #define V_STATECFGINIT(x) ((x) << S_STATECFGINIT)
5448 #define G_STATECFGINIT(x) (((x) >> S_STATECFGINIT) & M_STATECFGINIT)
[all...]

Completed in 613 milliseconds