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()
258 uint32_t bytes_replied; in read_channel_reply() local262 &bytes_replied); in read_channel_reply()269 if (!bytes_replied) in read_channel_reply()285 --bytes_replied; in read_channel_reply()288 if (bytes_replied > size) in read_channel_reply()291 while (i < bytes_replied) { in read_channel_reply()309 int bytes_replied; in process_channel_reply() local313 bytes_replied = read_channel_reply(engine, reply->length, reply->data, in process_channel_reply()322 if (bytes_replied < 0) { in process_channel_reply()