Home
last modified time | relevance | path

Searched refs:app_buf_xferred (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.c109 tcp_buf->app_buf_xferred = con->app_buf_bytes_acc_comp; in lm_tcp_complete_nbytes()
110 …DbgBreakIf(tcp_buf->app_buf_xferred != tcp_buf->app_buf_size); /* this is NOT partial completion */ in lm_tcp_complete_nbytes()
120 tcp_buf->app_buf_xferred = 0; in lm_tcp_complete_nbytes()
173 tcp_buf->app_buf_xferred = con->app_buf_bytes_acc_comp; in lm_tcp_complete_nbytes()
174 … DbgBreakIf(tcp_buf->app_buf_xferred >= tcp_buf->app_buf_size); /* this is partial completion */ in lm_tcp_complete_nbytes()
224 tcp_buf->app_buf_xferred = 0; in lm_tcp_abort_bufs()
228 tcp_buf->app_buf_xferred = con->app_buf_bytes_acc_comp; in lm_tcp_abort_bufs()
231 …on->bytes_post_cnt, con->bytes_comp_cnt), (tcp_buf->app_buf_size - tcp_buf->app_buf_xferred)) < 0); 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()
233 con->bytes_aborted_cnt += (tcp_buf->app_buf_size - tcp_buf->app_buf_xferred); in lm_tcp_abort_bufs()
H A Dlm_l4rx.c346 tcp_buf->app_buf_xferred = con->app_buf_bytes_acc_comp; in lm_tcp_complete_tcp_buf()
347 … DbgBreakIf(tcp_buf->app_buf_xferred > tcp_buf->app_buf_size); /* this may be partial completion */ in lm_tcp_complete_tcp_buf()
353 tcp_buf->app_buf_xferred = 0; in lm_tcp_complete_tcp_buf()
1813 tcp_buf->app_buf_xferred = 0; /* just for safety */ in lm_tcp_rx_post_buf()
H A Dlm_l4tx.c185 tcp_buf->app_buf_xferred = 0; /* just for safety */ in lm_tcp_tx_post_buf()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h69 …u32_t app_buf_xferred; /* Number of bytes xferred on all buffers from BUFFER_START till BUFFER_EN… member