Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c475 #define GET_TCB_FIELD(tcb, F) \ macro
656 if (GET_TCB_FIELD(tcb, SND_MAX_RAW) != GET_TCB_FIELD(tcb, SND_UNA_RAW)) { in update_tcb_histent()
657 if (GET_TCB_FIELD(tcb, T_RXTSHIFT) != 0) in update_tcb_histent()
659 if (GET_TCB_FIELD(tcb, T_DUPACKS) != 0) in update_tcb_histent()
661 if (GET_TCB_FIELD(tcb, T_DUPACKS) >= td->dupack_threshold) in update_tcb_histent()
665 if (GET_TCB_FIELD(tcb, SND_MAX_RAW) != 0) { in update_tcb_histent()
670 snd_wnd = GET_TCB_FIELD(tcb, RCV_ADV); in update_tcb_histent()
672 snd_wnd <<= GET_TCB_FIELD(tcb, RCV_SCALE); in update_tcb_histent()
673 if (GET_TCB_FIELD(tcb, SND_CWND) < snd_wnd) in update_tcb_histent()
713 remove = GET_TCB_FIELD(tcb, T_STATE) == TCPS_CLOSED; in do_get_tcb_rpl()
[all …]