Home
last modified time | relevance | path

Searched refs:G_FREEPSTRUCTCOUNT (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/cxgb/common/
H A Dcxgb_regs.h4887 #define G_FREEPSTRUCTCOUNT(x) (((x) >> S_FREEPSTRUCTCOUNT) & M_FREEPSTRUCTCOUNT) macro
/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_main.c10150 G_FREEPSTRUCTCOUNT(t4_read_reg(sc, A_TP_FLM_FREE_PS_CNT))); in sysctl_meminfo()
/freebsd-14.2/sys/dev/cxgbe/common/
H A Dt4_regs.h23897 #define G_FREEPSTRUCTCOUNT(x) (((x) >> S_FREEPSTRUCTCOUNT) & M_FREEPSTRUCTCOUNT) macro