Searched refs:tosend (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/tty/ |
| A D | vcc.c | 387 int tosend = 0; in vcc_tx_timer() local 397 if (!tosend) in vcc_tx_timer() 402 pkt->tag.stype = tosend; in vcc_tx_timer() 813 int tosend = 0; in vcc_write() local 831 if (!tosend) in vcc_write() 835 tosend); in vcc_write() 836 port->chars_in_buffer += tosend; in vcc_write() 837 pkt->tag.stype = tosend; in vcc_write() 850 (VIO_TAG_SIZE + tosend), rv); in vcc_write() 852 total_sent += tosend; in vcc_write() [all …]
|
| /linux/net/ipv4/ |
| A D | tcp_bpf.c | 256 u32 tosend, delta = 0; in tcp_bpf_send_verdict() local 285 tosend = msg->sg.size; in tcp_bpf_send_verdict() 286 if (psock->apply_bytes && psock->apply_bytes < tosend) in tcp_bpf_send_verdict() 287 tosend = psock->apply_bytes; in tcp_bpf_send_verdict() 291 ret = tcp_bpf_push(sk, msg, tosend, flags, true); in tcp_bpf_send_verdict() 296 sk_msg_apply_bytes(psock, tosend); in tcp_bpf_send_verdict() 300 sk_msg_apply_bytes(psock, tosend); in tcp_bpf_send_verdict() 311 sk_msg_return(sk, msg, tosend); in tcp_bpf_send_verdict() 335 sk_msg_free_partial(sk, msg, tosend); in tcp_bpf_send_verdict() 336 sk_msg_apply_bytes(psock, tosend); in tcp_bpf_send_verdict() [all …]
|
| /linux/drivers/media/i2c/ |
| A D | ir-kbd-i2c.c | 386 int tosend = sizeof(*code_block) - i; in send_data_block() local 388 if (tosend > 4) in send_data_block() 389 tosend = 4; in send_data_block() 391 for (j = 0; j < tosend; ++j) in send_data_block() 393 dev_dbg(&ir->rc->dev, "%*ph", tosend + 1, buf); in send_data_block() 394 ret = i2c_master_send(ir->tx_c, buf, tosend + 1); in send_data_block() 395 if (ret != tosend + 1) { in send_data_block() 400 i += tosend; in send_data_block()
|
| /linux/drivers/tty/hvc/ |
| A D | hvcs.c | 1282 int tosend = 0; in hvcs_write() local 1317 tosend = min(count, (HVCS_BUFF_LEN - hvcsd->chars_in_buffer)); in hvcs_write() 1322 if (!tosend) in hvcs_write() 1327 tosend); in hvcs_write() 1329 hvcsd->chars_in_buffer += tosend; in hvcs_write() 1349 total_sent+=tosend; in hvcs_write() 1350 count-=tosend; in hvcs_write()
|
| /linux/drivers/gpu/drm/ |
| A D | drm_dp_mst_topology.c | 2773 int tosend, total, offset; in drm_dp_send_sideband_msg() local 2784 tosend); in drm_dp_send_sideband_msg() 2785 if (ret != tosend) { in drm_dp_send_sideband_msg() 2794 offset += tosend; in drm_dp_send_sideband_msg() 2795 total -= tosend; in drm_dp_send_sideband_msg() 2835 int len, space, idx, tosend; in process_single_tx_qlock() local 2857 tosend = min(len, space); in process_single_tx_qlock() 2864 hdr.msg_len = tosend + 1; in process_single_tx_qlock() 2868 drm_dp_crc_sideband_chunk_req(&chunk[idx], tosend); in process_single_tx_qlock() 2869 idx += tosend + 1; in process_single_tx_qlock() [all …]
|
Completed in 24 milliseconds