Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c69 … DbgBreakIf(S64_SUB(tx_con->bytes_post_cnt + tx_con->db_more_bytes, tx_con->bytes_comp_cnt) < 0); in lm_tcp_tx_write_db()
260 tx_con->bytes_comp_cnt += completed_bytes; in lm_tcp_tx_cmp_process()
261 DbgBreakIf(S64_SUB(tx_con->bytes_post_cnt, tx_con->bytes_comp_cnt) < 0); in lm_tcp_tx_cmp_process()
271 DbgBreakIf(tx_con->bytes_post_cnt != tx_con->bytes_comp_cnt); in lm_tcp_tx_cmp_process()
650 DbgBreakIf(S64_SUB(tcp_con->bytes_post_cnt + 1, tcp_con->bytes_comp_cnt) < 0); in lm_tcp_graceful_disconnect()
H A Dlm_l4fp.c231 …DbgBreakIf(S32_SUB(S64_SUB(con->bytes_post_cnt, con->bytes_comp_cnt), (tcp_buf->app_buf_size - tcp… in lm_tcp_abort_bufs()
232 con->bytes_comp_cnt += (tcp_buf->app_buf_size - tcp_buf->app_buf_xferred); in lm_tcp_abort_bufs()
H A Dlm_l4rx.c213 DbgBreakIf(S64_SUB(rx_con->bytes_post_cnt + rx_con->db_more_bytes, rx_con->bytes_comp_cnt) < 0); in lm_tcp_rx_write_db()
410 rx_con->bytes_comp_cnt += actual_bytes_completed; in lm_tcp_rx_cmp_process()
411 DbgBreakIf(S64_SUB(rx_con->bytes_post_cnt, rx_con->bytes_comp_cnt) < 0); in lm_tcp_rx_cmp_process()
413 S64_SUB(rx_con->bytes_post_cnt, rx_con->bytes_comp_cnt), in lm_tcp_rx_cmp_process()
455 tcp->rx_con->bytes_comp_cnt += comp_bytes; in lm_tcp_rx_skp_process()
756 tcp->rx_con->bytes_comp_cnt += copied_bytes; in lm_tcp_rx_peninsula_to_rq()
1074 tcp->rx_con->bytes_comp_cnt += tcp->rx_con->u.rx.skp_bytes_copied; in lm_tcp_rx_complete_tcp_fp()
1871 rx_con->bytes_comp_cnt += copied_bytes; in lm_tcp_rx_post_buf()
H A Dlm_l4sp.c1945 (tx_con->bytes_comp_cnt)) in lm_locate_snd_next_info()
1949 DbgBreakIf(tx_con->bytes_comp_cnt); /* nothing should be completed yet */ in lm_locate_snd_next_info()
2020 if (tcp->tx_con->bytes_comp_cnt) in _lm_tcp_init_xstorm_toe_context()
2022 DbgBreakIf(tcp->tx_con->bytes_comp_cnt); in _lm_tcp_init_xstorm_toe_context()
4137 pdev->toe_info.stats.tx_bytes_completed_total += tcp->tx_con->bytes_comp_cnt; in lm_tcp_collect_stats()
4143 pdev->toe_info.stats.rx_bytes_completed_total += tcp->rx_con->bytes_comp_cnt; in lm_tcp_collect_stats()
5363 …DbgBreakIf((u32_t)(tcp->tcp_delegated.send_una + (u32_t)tcp->tx_con->bytes_comp_cnt + (u32_t)tcp->… in lm_tcp_get_delegated()
5780 if(tcp_state->tx_con->bytes_post_cnt != tcp_state->tx_con->bytes_comp_cnt) { in lm_tcp_internal_query()
5783 … S64_SUB(tcp_state->tx_con->bytes_post_cnt, tcp_state->tx_con->bytes_comp_cnt), in lm_tcp_internal_query()
5786 if(tcp_state->rx_con->bytes_post_cnt != tcp_state->rx_con->bytes_comp_cnt) { in lm_tcp_internal_query()
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h501 …u64_t bytes_comp_cnt; /* cyclic counter of completed application buffer bytes (including ski… member