Searched refs:send_count (Results 1 – 2 of 2) sorted by relevance
156 unsigned int send_count; member301 if (id->send_count) { in cdns_i2c_isr()304 if (id->send_count > avail_bytes) in cdns_i2c_isr()307 bytes_to_send = id->send_count; in cdns_i2c_isr()313 id->send_count--; in cdns_i2c_isr()323 if (!id->send_count && !id->bus_hold_flag) in cdns_i2c_isr()417 id->send_count = id->p_msg->len; in cdns_i2c_msend()428 if (id->send_count > CDNS_I2C_FIFO_DEPTH) in cdns_i2c_msend()444 if (id->send_count > avail_bytes) in cdns_i2c_msend()447 bytes_to_send = id->send_count; in cdns_i2c_msend()[all …]
403 int send_count; /**< Number of buffers to send */ member