Searched refs:bytes_in (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/drivers/staging/line6/ |
D | capture.c | 189 line6pcm->bytes_in += length; in line6_capture_check_period() 190 if (line6pcm->bytes_in >= line6pcm->period_in) { in line6_capture_check_period() 191 line6pcm->bytes_in %= line6pcm->period_in; in line6_capture_check_period()
|
D | pcm.h | 267 unsigned bytes_in; member
|
D | pcm.c | 563 line6pcm->bytes_in = 0; in snd_line6_prepare()
|
/linux-3.4.99/drivers/tty/serial/ |
D | mpsc.c | 941 u32 cmdstat, bytes_in, i; in mpsc_rx_intr() local 963 bytes_in = be16_to_cpu(rxre->bytecnt); in mpsc_rx_intr() 971 if (unlikely(tty_buffer_request_room(tty, bytes_in) in mpsc_rx_intr() 972 < bytes_in)) { in mpsc_rx_intr() 1029 bytes_in--; in mpsc_rx_intr() 1045 for (i=0; i<bytes_in; i++) in mpsc_rx_intr() 1048 pi->port.icount.rx += bytes_in; in mpsc_rx_intr() 1553 u32 cmdstat, bytes_in, i; in mpsc_get_poll_char() local 1585 bytes_in = be16_to_cpu(rxre->bytecnt); in mpsc_get_poll_char() 1600 for (i = 0; i < bytes_in; i++) { in mpsc_get_poll_char() [all …]
|
/linux-3.4.99/include/linux/ |
D | mroute.h | 184 unsigned long bytes_in,bytes_out; member
|
D | mroute6.h | 178 unsigned long bytes_in,bytes_out; member
|
/linux-3.4.99/drivers/usb/serial/ |
D | cypress_m8.c | 109 int bytes_in; /* used for statistics */ member 623 priv->bytes_in = 0; in cypress_open() 696 priv->bytes_in, priv->bytes_out, priv->cmd_count); in cypress_close() 1290 priv->bytes_in += bytes; in cypress_read_int_callback()
|
/linux-3.4.99/net/ipv6/ |
D | ip6mr.c | 459 name, vif->bytes_in, vif->pkt_in, in ip6mr_vif_seq_show() 980 v->bytes_in = 0; in mif6_add() 1786 vr.ibytes = vif->bytes_in; in ip6mr_ioctl() 1860 vr.ibytes = vif->bytes_in; in ip6mr_compat_ioctl() 2025 mrt->vif6_table[vif].bytes_in += skb->len; in ip6_mr_forward()
|
/linux-3.4.99/net/ipv4/ |
D | ipmr.c | 789 v->bytes_in = 0; in vif_add() 1419 vr.ibytes = vif->bytes_in; in ipmr_ioctl() 1493 vr.ibytes = vif->bytes_in; in ipmr_compat_ioctl() 1767 mrt->vif_table[vif].bytes_in += skb->len; in ip_mr_forward() 2284 name, vif->bytes_in, vif->pkt_in, in ipmr_vif_seq_show()
|