Searched refs:send_count (Results 1 – 4 of 4) sorted by relevance
205 unsigned int send_count; member569 if (id->send_count) { in cdns_i2c_master_isr()572 if (id->send_count > avail_bytes) in cdns_i2c_master_isr()575 bytes_to_send = id->send_count; in cdns_i2c_master_isr()581 id->send_count--; in cdns_i2c_master_isr()591 if (!id->send_count && !id->bus_hold_flag) in cdns_i2c_master_isr()814 while (id->send_count) { in cdns_i2c_msend_rem_atomic()819 if (id->send_count > avail_bytes) in cdns_i2c_msend_rem_atomic()822 bytes_to_send = id->send_count; in cdns_i2c_msend_rem_atomic()826 id->send_count--; in cdns_i2c_msend_rem_atomic()[all …]
403 int send_count; /**< Number of buffers to send */ member
2378 static void send_count(struct mgmt_mesh_tx *mesh_tx, void *data) in send_count() function2406 mgmt_mesh_foreach(hdev, send_count, &rp, sk); in mesh_features()2507 mgmt_mesh_foreach(hdev, send_count, &rp, sk); in mesh_send()