Searched refs:bytes_in (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/tty/serial/ |
D | mpsc.c | 938 u32 cmdstat, bytes_in, i; in mpsc_rx_intr() local 960 bytes_in = be16_to_cpu(rxre->bytecnt); in mpsc_rx_intr() 968 if (tty_buffer_request_room(port, bytes_in) < bytes_in) { in mpsc_rx_intr() 1028 bytes_in--; in mpsc_rx_intr() 1044 for (i=0; i<bytes_in; i++) in mpsc_rx_intr() 1047 pi->port.icount.rx += bytes_in; in mpsc_rx_intr() 1559 u32 cmdstat, bytes_in, i; in mpsc_get_poll_char() local 1591 bytes_in = be16_to_cpu(rxre->bytecnt); in mpsc_get_poll_char() 1606 for (i = 0; i < bytes_in; i++) { in mpsc_get_poll_char() 1610 pi->port.icount.rx += bytes_in; in mpsc_get_poll_char()
|
/Linux-v4.19/drivers/usb/serial/ |
D | cypress_m8.c | 92 int bytes_in; /* used for statistics */ member 597 priv->bytes_in = 0; in cypress_open() 656 priv->bytes_in, priv->bytes_out, priv->cmd_count); in cypress_close() 1185 priv->bytes_in += bytes; in cypress_read_int_callback()
|
/Linux-v4.19/drivers/crypto/bcm/ |
D | cipher.h | 452 atomic64_t bytes_in; member
|
D | util.c | 495 (u64)atomic64_read(&ipriv->bytes_in)); in spu_debugfs_read()
|
D | cipher.c | 535 atomic64_add(payload_len, &iproc_priv.bytes_in); in handle_ablkcipher_resp() 1060 atomic64_add(ctx->digestsize, &iproc_priv.bytes_in); in handle_ahash_resp() 1593 atomic64_add(payload_len, &iproc_priv.bytes_in); in handle_aead_resp() 4571 atomic64_set(&iproc_priv.bytes_in, 0); in spu_counters_init()
|
/Linux-v4.19/include/linux/ |
D | mroute_base.h | 28 unsigned long bytes_in, bytes_out; member
|
/Linux-v4.19/net/ipv4/ |
D | ipmr_base.c | 17 v->bytes_in = 0; in vif_device_init()
|
D | ipmr.c | 1620 vr.ibytes = vif->bytes_in; in ipmr_ioctl() 1694 vr.ibytes = vif->bytes_in; in ipmr_compat_ioctl() 2001 mrt->vif_table[vif].bytes_in += skb->len; in ip_mr_forward() 2695 nla_put_u64_64bit(skb, IPMRA_VIFA_BYTES_IN, vif->bytes_in, in ipmr_fill_vif() 2830 name, vif->bytes_in, vif->pkt_in, in ipmr_vif_seq_show()
|
/Linux-v4.19/net/ipv6/ |
D | ip6mr.c | 435 name, vif->bytes_in, vif->pkt_in, in ip6mr_vif_seq_show() 1839 vr.ibytes = vif->bytes_in; in ip6mr_ioctl() 1913 vr.ibytes = vif->bytes_in; in ip6mr_compat_ioctl() 2098 mrt->vif_table[vif].bytes_in += skb->len; in ip6_mr_forward()
|