Lines Matching refs:copied_bytes

719     u32_t                      copied_bytes = 0, currently_copied = 0;  in lm_tcp_rx_peninsula_to_rq()  local
740 copied_bytes += currently_copied; in lm_tcp_rx_peninsula_to_rq()
756 tcp->rx_con->bytes_comp_cnt += copied_bytes; in lm_tcp_rx_peninsula_to_rq()
758 lm_tcp_complete_nbytes(pdev, tcp, tcp->rx_con, copied_bytes, /* push=*/ 0); in lm_tcp_rx_peninsula_to_rq()
760 …e(pdev, VERBOSEl4rx, "lm_tcp_rx_peninsula_to_rq copied %d bytes cid=%d\n", copied_bytes, tcp->cid); in lm_tcp_rx_peninsula_to_rq()
761 return copied_bytes; in lm_tcp_rx_peninsula_to_rq()
1751 u32_t copied_bytes = 0; in lm_tcp_rx_post_buf() local
1845copied_bytes = lm_tcp_rx_peninsula_to_rq_copy(pdev,tcp,tcp_buf,&return_list, 0xffffffff, FALSE); in lm_tcp_rx_post_buf()
1846 gen_info->bytes_copied_cnt_in_post += copied_bytes; in lm_tcp_rx_post_buf()
1850 …if ((copied_bytes == tcp_buf->size) && !split_buffer && s_list_is_empty(&rx_con->active_tb_list)) { in lm_tcp_rx_post_buf()
1857 rx_con->bytes_skip_post_cnt += copied_bytes; in lm_tcp_rx_post_buf()
1859 add_sws_bytes += copied_bytes; in lm_tcp_rx_post_buf()
1861 lm_tcp_complete_tcp_buf(pdev, tcp, rx_con,tcp_buf,copied_bytes); in lm_tcp_rx_post_buf()
1865 rx_con->u.rx.skp_bytes_copied += copied_bytes; in lm_tcp_rx_post_buf()
1869 if (copied_bytes && GET_FLAGS(rx_con->flags, TCP_POST_NO_SKP)) { in lm_tcp_rx_post_buf()
1871 rx_con->bytes_comp_cnt += copied_bytes; in lm_tcp_rx_post_buf()
1873 add_sws_bytes += copied_bytes; in lm_tcp_rx_post_buf()
1875 lm_tcp_complete_tcp_buf(pdev, tcp, rx_con,tcp_buf,copied_bytes); in lm_tcp_rx_post_buf()
1881 …DbgBreakIf(frag_list && (frag_list->size != copied_bytes)); /* can't have bytes left with free spa… in lm_tcp_rx_post_buf()