send_count
__u64 send_count:8; /* Bits 61 to 68 */
__u64 send_count:8; /* Bits 93 to 100 */
__u64 send_count:8; /* Bits 61 to 68 */
unsigned int send_count;
if (id->send_count) {
if (id->send_count > avail_bytes)
bytes_to_send = id->send_count;
id->send_count--;
if (!id->send_count && !id->bus_hold_flag)
while (id->send_count) {
if (id->send_count > avail_bytes)
bytes_to_send = id->send_count;
id->send_count--;
if (!id->send_count && !id->bus_hold_flag)
id->send_count = id->p_msg->len;
if (id->send_count > id->fifo_depth)
if (id->send_count > avail_bytes)
bytes_to_send = id->send_count;
id->send_count--;
if (!id->bus_hold_flag && !id->send_count)
else if (id->send_count > 0)
gb->send_count = 0;
if (gb->send_count == gb->iteration_max) {
gb->send_count = 0;
gb->send_count++;
u32 send_count;
int send_count; /**< Number of buffers to send */
mgmt_mesh_foreach(hdev, send_count, &rp, sk);
mgmt_mesh_foreach(hdev, send_count, &rp, sk);
int send_count; /**< Number of buffers to send */