Searched refs:send_count (Results 1 – 6 of 6) sorted by relevance
205 unsigned int send_count; member569 if (id->send_count) { in cdns_i2c_master_isr()581 id->send_count--; in cdns_i2c_master_isr()814 while (id->send_count) { 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()849 id->send_count = id->p_msg->len; in cdns_i2c_msend()876 if (id->send_count > avail_bytes) in cdns_i2c_msend()879 bytes_to_send = id->send_count; in cdns_i2c_msend()883 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()
97 __u64 send_count:8; /* Bits 61 to 68 */ member115 __u64 send_count:8; /* Bits 61 to 68 */ member
403 int send_count; /**< Number of buffers to send */ member
2286 static void send_count(struct mgmt_mesh_tx *mesh_tx, void *data) in send_count() function2314 mgmt_mesh_foreach(hdev, send_count, &rp, sk); in mesh_features()2407 mgmt_mesh_foreach(hdev, send_count, &rp, sk); in mesh_send()