Home
last modified time | relevance | path

Searched refs:bytes_post_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()
70 tx_con->bytes_post_cnt += tx_con->db_more_bytes; in lm_tcp_tx_write_db()
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()
651 tcp_con->bytes_post_cnt++; 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()
H A Dlm_l4sp.c1944 (S32_SUB(tx_con->bytes_post_cnt ,S32_SUB(snd_nxt, snd_una)) < 0) || in lm_locate_snd_next_info()
1948 DbgBreakIf(S32_SUB(tx_con->bytes_post_cnt ,S32_SUB(snd_nxt, snd_una)) < 0); in lm_locate_snd_next_info()
1959 if ((tx_con->bytes_post_cnt > 0) || in lm_locate_snd_next_info()
1962 DbgBreakIf(tx_con->bytes_post_cnt > 0); in lm_locate_snd_next_info()
2025 …xctx_ag->more_to_send = S32_SUB(tcp->tx_con->bytes_post_cnt,(S32_SUB(tcp->tcp_delegated.send_next,… in _lm_tcp_init_xstorm_toe_context()
4135 pdev->toe_info.stats.tx_bytes_posted_total += tcp->tx_con->bytes_post_cnt; in lm_tcp_collect_stats()
4164 pdev->toe_info.stats.rx_bytes_posted_total += tcp->rx_con->bytes_post_cnt; in lm_tcp_collect_stats()
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 …]
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()
214 rx_con->bytes_post_cnt += rx_con->db_more_bytes; in lm_tcp_rx_write_db()
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()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h500 u64_t bytes_post_cnt; /* cyclic counter of posted application buffer bytes */ member