Searched refs:frame_len_done (Results 1 – 2 of 2) sorted by relevance
659 rb->frame_len_done = 0; in dtio_read_frame_free()1081 while(dtio->read_frame.frame_len_done < 4) { in dtio_read_accept_frame()1086 dtio->read_frame.frame_len_done, in dtio_read_accept_frame()1087 4-dtio->read_frame.frame_len_done); in dtio_read_accept_frame()1092 dtio->read_frame.frame_len_done, in dtio_read_accept_frame()1093 4-dtio->read_frame.frame_len_done); in dtio_read_accept_frame()1103 dtio->read_frame.frame_len_done += r; in dtio_read_accept_frame()1104 if(dtio->read_frame.frame_len_done < 4) in dtio_read_accept_frame()1108 dtio->read_frame.frame_len_done = 0; in dtio_read_accept_frame()
111 size_t frame_len_done; member