Searched refs:send_count (Results 1 – 5 of 5) sorted by relevance
202 unsigned int send_count; member504 if (id->send_count) { in cdns_i2c_master_isr()507 if (id->send_count > avail_bytes) in cdns_i2c_master_isr()510 bytes_to_send = id->send_count; in cdns_i2c_master_isr()516 id->send_count--; in cdns_i2c_master_isr()674 id->send_count = id->p_msg->len; in cdns_i2c_msend()685 if (id->send_count > id->fifo_depth) in cdns_i2c_msend()701 if (id->send_count > avail_bytes) in cdns_i2c_msend()704 bytes_to_send = id->send_count; in cdns_i2c_msend()708 id->send_count--; in cdns_i2c_msend()[all …]
98 u32 send_count; member242 gb->send_count = 0; in gb_loopback_check_attr()870 if (gb->send_count == gb->iteration_max) { in gb_loopback_fn()880 gb->send_count = 0; in gb_loopback_fn()924 gb->send_count++; in gb_loopback_fn()
403 int send_count; /**< Number of buffers to send */ member
2270 static void send_count(struct mgmt_mesh_tx *mesh_tx, void *data) in send_count() function2298 mgmt_mesh_foreach(hdev, send_count, &rp, sk); in mesh_features()2391 mgmt_mesh_foreach(hdev, send_count, &rp, sk); in mesh_send()