Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/tom/
HDt4_tom.c1512 td->dupack_threshold = G_DUPACKTHRESH(t4_read_reg(sc, A_TP_PARA_REG0)); in alloc_tcb_history()
/freebsd-14-stable/sys/dev/cxgb/common/
HDcxgb_regs.h4050 #define G_DUPACKTHRESH(x) (((x) >> S_DUPACKTHRESH) & M_DUPACKTHRESH) macro
/freebsd-14-stable/sys/dev/cxgbe/common/
HDt4_regs.h22238 #define G_DUPACKTHRESH(x) (((x) >> S_DUPACKTHRESH) & M_DUPACKTHRESH) macro