Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1512 td->dupack_threshold = G_DUPACKTHRESH(t4_read_reg(sc, A_TP_PARA_REG0)); in alloc_tcb_history()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h4050 #define G_DUPACKTHRESH(x) (((x) >> S_DUPACKTHRESH) & M_DUPACKTHRESH) macro
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h22238 #define G_DUPACKTHRESH(x) (((x) >> S_DUPACKTHRESH) & M_DUPACKTHRESH) macro