Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h593 … u64_t fin_completed_time; /* written by Tx path, when a fin request is completed by the chip */ member
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c234 tcp->tcp_state_calc.fin_completed_time = mm_get_current_time(pdev); in lm_tcp_tx_graceful_disconnect_complete()
H A Dlm_l4sp.c3067 state_calc->fin_request_time = state_calc->fin_completed_time = in lm_tcp_init_tcp_state_machine()
3081 state_calc->fin_completed_time = curr_time; in lm_tcp_init_tcp_state_machine()
3126 if (state_calc->fin_completed_time) { in lm_tcp_init_tcp_state_machine()
6134 u64_t fin_completed_time = tcp->tcp_state_calc.fin_completed_time; in lm_tcp_calc_state() local
6137 u64_t time_wait_state_entering_time = fin_completed_time > fin_reception_time ? in lm_tcp_calc_state()
6138 fin_completed_time : fin_reception_time; in lm_tcp_calc_state()