Searched refs:tx_buffer_inx (Results 1 – 1 of 1) sorted by relevance
115 uint32_t tx_buffer_inx; member126 con.tx_buffer_inx = 0; in reset_connection()470 con.tx_buffer_inx = 0; in process_request()571 con.tx_buffer_inx = 0; in acamera_connection_process()589 …res = con.data_write( con.param, &con.buffer[con.tx_buffer_inx], con.tx_buffer_size - con.tx_buffe… in acamera_connection_process()596 con.tx_buffer_inx += res; in acamera_connection_process()597 if ( con.tx_buffer_inx >= con.tx_buffer_size ) { in acamera_connection_process()