lm_tcp_buffer_t
lm_tcp_buffer_t * tcp_buf, /* TCP buffer to copy to */
lm_tcp_buffer_t * tcp_buf, /* TCP buffer to copy to */
lm_tcp_buffer_t *tcp_buf,
lm_tcp_buffer_t *tcp_buf,
tcp_buf = (lm_tcp_buffer_t *)s_list_next_entry(&tcp_buf->link);
lm_tcp_buffer_t * tcp_buf;
tcp_buf = (lm_tcp_buffer_t *)lentry_p;
lm_tcp_buffer_t *tcp_buf = (lm_tcp_buffer_t *)s_list_peek_head(&completed_bufs);
lm_tcp_buffer_t * tcp_buf = lm_tcp_next_entry_dpc_active_list(con); /* tcp_buf is the next buffer after tail... */
static __inline lm_tcp_buffer_t * lm_tcp_next_entry_dpc_active_list(lm_tcp_con_t * con)
return (lm_tcp_buffer_t *)s_list_next_entry(con->dpc_info.dpc_completed_tail);
return (lm_tcp_buffer_t *)s_list_peek_head(&con->active_tb_list);
lm_tcp_buffer_t * curr_tcp_buf;
lm_tcp_buffer_t *tcp_buf,
tcp_buf = (lm_tcp_buffer_t *)s_list_peek_tail(&rx_con->active_tb_list);
lm_tcp_buffer_t *tcp_buf,
lm_tcp_buffer_t *tcp_buf,
lm_device_t * pdev, lm_tcp_state_t * tcp, lm_tcp_con_t * con, lm_tcp_buffer_t * tcp_buf, u32_t completed_bytes)
lm_tcp_buffer_t * tcp_buf,
lm_tcp_buffer_t * curr_tcp_buf;
curr_tcp_buf = (lm_tcp_buffer_t *)s_list_next_entry(&curr_tcp_buf->link);
lm_tcp_buffer_t *tcp_buf,
lm_tcp_buffer_t * tcp_buf, /* TCP buffer to copy to */
lm_tcp_buffer_t * tcp_buf,