Searched refs:GET_TCB_FIELD (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 475 #define GET_TCB_FIELD(tcb, F) \ macro 649 if (GET_TCB_FIELD(tcb, SND_MAX_RAW) != GET_TCB_FIELD(tcb, SND_UNA_RAW)) { in update_tcb_histent() 650 if (GET_TCB_FIELD(tcb, T_RXTSHIFT) != 0) in update_tcb_histent() 652 if (GET_TCB_FIELD(tcb, T_DUPACKS) != 0) in update_tcb_histent() 654 if (GET_TCB_FIELD(tcb, T_DUPACKS) >= td->dupack_threshold) in update_tcb_histent() 658 if (GET_TCB_FIELD(tcb, SND_MAX_RAW) != 0) { in update_tcb_histent() 663 snd_wnd = GET_TCB_FIELD(tcb, RCV_ADV); in update_tcb_histent() 665 snd_wnd <<= GET_TCB_FIELD(tcb, RCV_SCALE); in update_tcb_histent() 666 if (GET_TCB_FIELD(tcb, SND_CWND) < snd_wnd) in update_tcb_histent() 706 remove = GET_TCB_FIELD(tcb, T_STATE) == TCPS_CLOSED; in do_get_tcb_rpl() [all …]
|