Home
last modified time | relevance | path

Searched refs:cong_algorithm (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/
HDoffload.h176 int cong_algorithm; member
HDt4_main.c6170 sc->tt.cong_algorithm = -1; in t4_sysctls()
6172 CTLFLAG_RW, &sc->tt.cong_algorithm, 0, "congestion control " in t4_sysctls()
/freebsd-11-stable/sys/dev/cxgbe/tom/
HDt4_connect.c213 else if (sc->tt.cong_algorithm >= 0) in calc_opt2a()
214 opt2 |= V_CONG_CNTRL(sc->tt.cong_algorithm & M_CONG_CNTRL); in calc_opt2a()
HDt4_listen.c1056 else if (sc->tt.cong_algorithm >= 0) in calc_opt2p()
1057 opt2 |= V_CONG_CNTRL(sc->tt.cong_algorithm & M_CONG_CNTRL); in calc_opt2p()