Home
last modified time | relevance | path

Searched refs:bytes_trm_aborted_cnt (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.h511 …u32_t bytes_trm_aborted_cnt; /* cyclic counter of bytes received with rst ramrod completion */ … member
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c321 tx_con->bytes_trm_aborted_cnt += aborted_bytes; in lm_tcp_tx_inc_trm_aborted_bytes()
H A Dlm_l4sp.c5363 …nd_una + (u32_t)tcp->tx_con->bytes_comp_cnt + (u32_t)tcp->tx_con->bytes_trm_aborted_cnt - (u32_t)t… in lm_tcp_get_delegated()