Searched refs:add_sws_bytes (Results 1 – 2 of 2) sorted by relevance
1066 u32_t add_sws_bytes = 0; in lm_tcp_rx_complete_tcp_fp() local1145 add_sws_bytes += con->dpc_info.dpc_rq_placed_bytes; in lm_tcp_rx_complete_tcp_fp()1167 …add_sws_bytes += tcp->rx_con->u.rx.gen_info.add_sws_bytes; /* any bytes we need to update will be … in lm_tcp_rx_complete_tcp_fp()1168 tcp->rx_con->u.rx.gen_info.add_sws_bytes = 0; in lm_tcp_rx_complete_tcp_fp()1171 if (add_sws_bytes) { in lm_tcp_rx_complete_tcp_fp()1172 lm_tcp_rx_post_sws(pdev, tcp, con, add_sws_bytes, TCP_RX_POST_SWS_INC); in lm_tcp_rx_complete_tcp_fp()1752 u32_t add_sws_bytes = 0; in lm_tcp_rx_post_buf() local1859 add_sws_bytes += copied_bytes; in lm_tcp_rx_post_buf()1873 add_sws_bytes += copied_bytes; in lm_tcp_rx_post_buf()1883 …add_sws_bytes += gen_info->add_sws_bytes; /* any bytes we need to update will be aggregated here d… in lm_tcp_rx_post_buf()[all …]
243 u32_t add_sws_bytes; member