Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c167 tx_con->app_buf_bytes_acc_post == 0 : in lm_tcp_tx_post_buf()
168 tx_con->app_buf_bytes_acc_post > 0)); in lm_tcp_tx_post_buf()
169 tx_con->app_buf_bytes_acc_post += tcp_buf->size; in lm_tcp_tx_post_buf()
186 tcp_buf->app_buf_size = tx_con->app_buf_bytes_acc_post; in lm_tcp_tx_post_buf()
187 tx_con->app_buf_bytes_acc_post = 0; in lm_tcp_tx_post_buf()
610 DbgBreakIf( (tcp_con->app_buf_bytes_acc_post != 0) || in lm_tcp_graceful_disconnect()
H A Dlm_l4rx.c1807 rx_con->app_buf_bytes_acc_post == 0 : in lm_tcp_rx_post_buf()
1808 rx_con->app_buf_bytes_acc_post > 0)); in lm_tcp_rx_post_buf()
1809 rx_con->app_buf_bytes_acc_post += tcp_buf->size; in lm_tcp_rx_post_buf()
1814 tcp_buf->app_buf_size = rx_con->app_buf_bytes_acc_post; in lm_tcp_rx_post_buf()
1815 rx_con->app_buf_bytes_acc_post = 0; in lm_tcp_rx_post_buf()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h444 u32_t app_buf_bytes_acc_post; member