Searched refs:bytes_replied (Results 1 – 2 of 2) sorted by relevance
283 uint32_t bytes_replied; in read_channel_reply() local287 &bytes_replied); in read_channel_reply()294 if (!bytes_replied) in read_channel_reply()310 --bytes_replied; in read_channel_reply()313 if (bytes_replied > size) in read_channel_reply()316 while (i < bytes_replied) { in read_channel_reply()334 int bytes_replied; in process_channel_reply() local338 bytes_replied = read_channel_reply(engine, reply->length, reply->data, in process_channel_reply()347 if (bytes_replied < 0) { in process_channel_reply()
255 uint32_t bytes_replied; in read_channel_reply() local259 &bytes_replied); in read_channel_reply()266 if (!bytes_replied) in read_channel_reply()282 --bytes_replied; in read_channel_reply()285 if (bytes_replied > size) in read_channel_reply()288 while (i < bytes_replied) { in read_channel_reply()306 int bytes_replied; in process_channel_reply() local310 bytes_replied = read_channel_reply(engine, reply->length, reply->data, in process_channel_reply()319 if (bytes_replied < 0) { in process_channel_reply()