Lines Matching refs:send_count
171 * @send_count: Number of bytes still expected to send
195 unsigned int send_count;
493 if (id->send_count) {
496 if (id->send_count > avail_bytes)
499 bytes_to_send = id->send_count;
505 id->send_count--;
515 if (!id->send_count && !id->bus_hold_flag)
630 id->send_count = id->p_msg->len;
641 if (id->send_count > CDNS_I2C_FIFO_DEPTH)
657 if (id->send_count > avail_bytes)
660 bytes_to_send = id->send_count;
664 id->send_count--;
671 if (!id->bus_hold_flag && !id->send_count)