Searched refs:V_CONG_CNTRL (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_connect.c212 opt2 |= V_CONG_CNTRL(s->cong_algo);
214 opt2 |= V_CONG_CNTRL(sc->tt.cong_algorithm & M_CONG_CNTRL);
219 opt2 |= V_CONG_CNTRL(CONG_ALG_RENO);
221 opt2 |= V_CONG_CNTRL(CONG_ALG_TAHOE);
223 opt2 |= V_CONG_CNTRL(CONG_ALG_NEWRENO);
225 opt2 |= V_CONG_CNTRL(CONG_ALG_HIGHSPEED);
231 opt2 |= V_CONG_CNTRL(CONG_ALG_NEWRENO);
H A Dt4_listen.c1055 opt2 |= V_CONG_CNTRL(s->cong_algo);
1057 opt2 |= V_CONG_CNTRL(sc->tt.cong_algorithm & M_CONG_CNTRL);
1060 opt2 |= V_CONG_CNTRL(CONG_ALG_RENO);
1062 opt2 |= V_CONG_CNTRL(CONG_ALG_TAHOE);
1064 opt2 |= V_CONG_CNTRL(CONG_ALG_NEWRENO);
1066 opt2 |= V_CONG_CNTRL(CONG_ALG_HIGHSPEED);
1072 opt2 |= V_CONG_CNTRL(CONG_ALG_NEWRENO);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c1451 V_CONG_CNTRL((f->fs.action == FILTER_DROP) | (f->fs.dirsteer << 1)) |
1495 V_CONG_CNTRL((f->fs.action == FILTER_DROP) | (f->fs.dirsteer << 1)) |
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h577 #define V_CONG_CNTRL(x) ((x) << S_CONG_CNTRL) macro

Completed in 95 milliseconds