Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h4891 #define S_FREERXPAGECOUNT 0 macro
4893 #define V_FREERXPAGECOUNT(x) ((x) << S_FREERXPAGECOUNT)
4894 #define G_FREERXPAGECOUNT(x) (((x) >> S_FREERXPAGECOUNT) & M_FREERXPAGECOUNT)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h29555 #define S_FREERXPAGECOUNT 0 macro
29557 #define V_FREERXPAGECOUNT(x) ((x) << S_FREERXPAGECOUNT)
29558 #define G_FREERXPAGECOUNT(x) (((x) >> S_FREERXPAGECOUNT) & M_FREERXPAGECOUNT)