Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h4898 #define S_FREETXPAGECOUNT 0 macro
4900 #define V_FREETXPAGECOUNT(x) ((x) << S_FREETXPAGECOUNT)
4901 #define G_FREETXPAGECOUNT(x) (((x) >> S_FREETXPAGECOUNT) & M_FREETXPAGECOUNT)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h23917 #define S_FREETXPAGECOUNT 0 macro
23919 #define V_FREETXPAGECOUNT(x) ((x) << S_FREETXPAGECOUNT)
23920 #define G_FREETXPAGECOUNT(x) (((x) >> S_FREETXPAGECOUNT) & M_FREETXPAGECOUNT)