Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgb/common/
H A Dcxgb_regs.h4886 #define S_FREEPSTRUCTCOUNT 0 macro
4888 #define V_FREEPSTRUCTCOUNT(x) ((x) << S_FREEPSTRUCTCOUNT)
4889 #define G_FREEPSTRUCTCOUNT(x) (((x) >> S_FREEPSTRUCTCOUNT) & M_FREEPSTRUCTCOUNT)
/freebsd-13.1/sys/dev/cxgbe/common/
H A Dt4_regs.h23896 #define S_FREEPSTRUCTCOUNT 0 macro
23898 #define V_FREEPSTRUCTCOUNT(x) ((x) << S_FREEPSTRUCTCOUNT)
23899 #define G_FREEPSTRUCTCOUNT(x) (((x) >> S_FREEPSTRUCTCOUNT) & M_FREEPSTRUCTCOUNT)