Home
last modified time | relevance | path

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

/src/sys/dev/cxgb/common/
H A Dcxgb_regs.h4884 #define S_FREEPSTRUCTCOUNT 0 macro
4886 #define V_FREEPSTRUCTCOUNT(x) ((x) << S_FREEPSTRUCTCOUNT)
4887 #define G_FREEPSTRUCTCOUNT(x) (((x) >> S_FREEPSTRUCTCOUNT) & M_FREEPSTRUCTCOUNT)
/src/sys/dev/cxgbe/common/
H A Dt4_regs.h29549 #define S_FREEPSTRUCTCOUNT 0 macro
29551 #define V_FREEPSTRUCTCOUNT(x) ((x) << S_FREEPSTRUCTCOUNT)
29552 #define G_FREEPSTRUCTCOUNT(x) (((x) >> S_FREEPSTRUCTCOUNT) & M_FREEPSTRUCTCOUNT)