Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h4901 #define G_FREETXPAGECOUNT(x) (((x) >> S_FREETXPAGECOUNT) & M_FREETXPAGECOUNT) macro
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c10053 free += G_FREETXPAGECOUNT(t4_read_reg(sc, A_TP_FLM_FREE_TX_CNT)); in sysctl_meminfo()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h23920 #define G_FREETXPAGECOUNT(x) (((x) >> S_FREETXPAGECOUNT) & M_FREETXPAGECOUNT) macro