Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h4894 #define G_FREERXPAGECOUNT(x) (((x) >> S_FREERXPAGECOUNT) & M_FREERXPAGECOUNT) macro
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c10157 free += G_FREERXPAGECOUNT(t4_read_reg(sc, A_TP_FLM_FREE_RX_CNT)); in sysctl_meminfo()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h23908 #define G_FREERXPAGECOUNT(x) (((x) >> S_FREERXPAGECOUNT) & M_FREERXPAGECOUNT) macro