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

/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h4900 #define S_FREETXPAGECOUNT 0 macro
4902 #define V_FREETXPAGECOUNT(x) ((x) << S_FREETXPAGECOUNT)
4903 #define G_FREETXPAGECOUNT(x) (((x) >> S_FREETXPAGECOUNT) & M_FREETXPAGECOUNT)
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_regs.h23919 #define S_FREETXPAGECOUNT 0 macro
23921 #define V_FREETXPAGECOUNT(x) ((x) << S_FREETXPAGECOUNT)
23922 #define G_FREETXPAGECOUNT(x) (((x) >> S_FREETXPAGECOUNT) & M_FREETXPAGECOUNT)
[all...]

Completed in 690 milliseconds