Searched refs:app_buf_xferred (Results 1 – 4 of 4) sorted by relevance
109 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()
346 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()
185 tcp_buf->app_buf_xferred = 0; /* just for safety */ in lm_tcp_tx_post_buf()
69 …u32_t app_buf_xferred; /* Number of bytes xferred on all buffers from BUFFER_START till BUFFER_EN… member