Lines Matching refs:send_count
174 * @send_count: Number of bytes still expected to send
202 unsigned int send_count;
504 if (id->send_count) {
507 if (id->send_count > avail_bytes)
510 bytes_to_send = id->send_count;
516 id->send_count--;
526 if (!id->send_count && !id->bus_hold_flag)
673 id->send_count = id->p_msg->len;
684 if (id->send_count > id->fifo_depth)
700 if (id->send_count > avail_bytes)
703 bytes_to_send = id->send_count;
707 id->send_count--;
714 if (!id->bus_hold_flag && !id->send_count)