Searched refs:ind_bytes (Results 1 – 3 of 3) sorted by relevance
2075 head_of_indication->ind_bytes = ind_nbytes; in _lm_tcp_rx_get_buffered_data()2257 gen_info->pending_indicated_bytes += (*gen_buf)->ind_bytes; in lm_tcp_rx_get_buffered_data()2302 DbgBreakIf(accepted_bytes > gen_buf->ind_bytes); in lm_tcp_rx_buffered_data_indicated()2303 gen_info->peninsula_nbytes += gen_buf->ind_bytes - accepted_bytes; in lm_tcp_rx_buffered_data_indicated()2307 gen_info->bytes_indicated_rejected+= gen_buf->ind_bytes - accepted_bytes; in lm_tcp_rx_buffered_data_indicated()2332 gen_info->pending_indicated_bytes-=gen_buf->ind_bytes; in lm_tcp_rx_buffered_data_indicated()2355 curr_gen_buf->ind_bytes = 0; in lm_tcp_rx_buffered_data_indicated()2433 tcp->rx_con->u.rx.gen_info.pending_indicated_bytes -= gen_buf->ind_bytes; in lm_tcp_rx_indication_returned()2438 lm_tcp_rx_post_sws(pdev, tcp, tcp->rx_con, gen_buf->ind_bytes, TCP_RX_POST_SWS_INC); in lm_tcp_rx_indication_returned()
476 curr_gen_buf->ind_bytes = 0; in lm_tcp_rx_fill_grq()
671 …u32_t ind_bytes; /* set only in buffer that is head of indication - how many bytes were… member