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

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h3753 #define M_MSSTHRESHOLD 0x3 macro
3755 #define G_MSSTHRESHOLD(x) (((x) >> S_MSSTHRESHOLD) & M_MSSTHRESHOLD)
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_regs.h21842 #define M_MSSTHRESHOLD 0x7U macro
21844 #define G_MSSTHRESHOLD(x) (((x) >> S_MSSTHRESHOLD) & M_MSSTHRESHOLD)
[all...]

Completed in 690 milliseconds