| /linux/sound/soc/qcom/qdsp6/ |
| H A D | q6asm-dai.c | 62 uint64_t bytes_sent; member 526 if (!prtd->bytes_sent) { in compress_event_handler() 533 prtd->bytes_sent += prtd->pcm_count; in compress_event_handler() 572 avail = prtd->bytes_received - prtd->bytes_sent; in compress_event_handler() 592 prtd->bytes_sent += bytes_to_write; in compress_event_handler() 1107 prtd->bytes_sent = ALIGN(prtd->bytes_sent, prtd->pcm_count); in q6asm_compr_copy() 1116 avail = prtd->bytes_received - prtd->bytes_sent; in q6asm_compr_copy() 1123 prtd->bytes_sent += bytes_to_write; in q6asm_compr_copy()
|
| H A D | q6apm-dai.c | 69 uint64_t bytes_sent; member 177 avail = prtd->bytes_received - prtd->bytes_sent; in event_handler_compr() 194 prtd->bytes_sent += bytes_to_write; in event_handler_compr() 881 prtd->bytes_sent = ALIGN(prtd->bytes_sent, prtd->pcm_count); in q6apm_compr_copy() 889 avail = prtd->bytes_received - prtd->bytes_sent; in q6apm_compr_copy() 895 prtd->bytes_sent += bytes_to_write; in q6apm_compr_copy()
|
| /linux/drivers/scsi/ |
| H A D | esp_scsi.c | 1319 int fifo_cnt, ecount, bytes_sent, flush_fifo; in esp_data_bytes_sent() local 1335 bytes_sent = esp->data_dma_len; in esp_data_bytes_sent() 1336 bytes_sent -= ecount; in esp_data_bytes_sent() 1337 bytes_sent -= esp->send_cmd_residual; in esp_data_bytes_sent() 1349 size_t offset = bytes_sent; in esp_data_bytes_sent() 1353 ent->sense_ptr[bytes_sent] = bval; in esp_data_bytes_sent() 1365 bytes_sent += fifo_cnt; in esp_data_bytes_sent() 1369 bytes_sent -= fifo_cnt; in esp_data_bytes_sent() 1407 return bytes_sent; in esp_data_bytes_sent() 1782 int bytes_sent; in esp_process_event() local [all …]
|
| /linux/include/video/ |
| H A D | udlfb.h | 63 atomic_t bytes_sent; /* to usb, after compression including overhead */ 62 atomic_t bytes_sent; /* to usb, after compression including overhead */ global() member
|
| /linux/net/rds/ |
| H A D | ib_send.c | 501 int bytes_sent = 0; in rds_ib_xmit() local 686 bytes_sent += len; in rds_ib_xmit() 739 bytes_sent += sizeof(struct rds_header); in rds_ib_xmit() 781 ret = bytes_sent; in rds_ib_xmit_atomic()
|
| /linux/drivers/usb/serial/ |
| H A D | mos7720.c | 1051 int bytes_sent = 0; in mos7720_write() local 1086 bytes_sent = -ENOMEM; in mos7720_write() 1108 bytes_sent = status; in mos7720_write() 1111 bytes_sent = transfer_size; in mos7720_write() 1114 return bytes_sent; in mos7720_write()
|
| H A D | mos7840.c | 838 int bytes_sent = 0; in mos7840_write() local 868 bytes_sent = -ENOMEM; in mos7840_write() 907 bytes_sent = status; in mos7840_write() 910 bytes_sent = transfer_size; in mos7840_write() 914 return bytes_sent; in mos7840_write()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 415 size_t bytes_sent; member 463 s->bytes_sent += sent; in msg_loop_sendpage() 674 s->bytes_sent += sent; in msg_loop() 827 return s.bytes_sent / (s.end.tv_sec - s.start.tv_sec); in sentBps() 906 s.bytes_sent, sent_Bps, sent_Bps/giga, in sendmsg_test() 939 s.bytes_sent, sent_Bps, sent_Bps/giga, in sendmsg_test()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_iq.h | 57 u64 bytes_sent; /**< Bytes sent through this queue. */ member
|
| H A D | request_manager.c | 555 INCR_INSTRQUEUE_PKT_COUNT(oct, iq_no, bytes_sent, datasize); in octeon_send_command()
|
| H A D | lio_ethtool.c | 1670 CVM_CAST64(oct_dev->instr_queue[j]->stats.bytes_sent); in lio_get_ethtool_stats() 1792 oct_dev->instr_queue[j]->stats.bytes_sent); in lio_vf_get_ethtool_stats()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar.c | 1760 unsigned int nr_frags, nr_txbds, bytes_sent, fcb_len = 0; in gfar_start_xmit() local 1807 bytes_sent = skb->len; in gfar_start_xmit() 1808 tx_queue->stats.tx_bytes += bytes_sent; in gfar_start_xmit() 1810 GFAR_CB(skb)->bytes_sent = bytes_sent; in gfar_start_xmit() 1926 netdev_tx_sent_queue(txq, bytes_sent); in gfar_start_xmit() 2118 unsigned int bytes_sent = 0; in gfar_clean_tx_ring() local 2186 bytes_sent += GFAR_CB(skb)->bytes_sent; in gfar_clean_tx_ring() 2211 netdev_tx_completed_queue(txq, howmany, bytes_sent); in gfar_clean_tx_ring()
|
| H A D | gianfar.h | 606 unsigned int bytes_sent; /* bytes-on-wire (i.e. no FCB) */ member
|
| /linux/drivers/net/wan/ |
| H A D | fsl_ucc_hdlc.c | 453 unsigned int bytes_sent = 0; in hdlc_tx_done() local 484 bytes_sent += skb->len; in hdlc_tx_done() 512 netdev_completed_queue(dev, howmany, bytes_sent); in hdlc_tx_done()
|
| /linux/drivers/char/ |
| H A D | virtio_console.c | 163 unsigned long bytes_sent, bytes_received, bytes_discarded; member 642 port->stats.bytes_sent += in_count; in __send_to_port() 1270 seq_printf(s, "bytes_sent: %lu\n", port->stats.bytes_sent); in port_debugfs_show()
|
| /linux/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmgenet.h | 534 unsigned int bytes_sent; /* bytes on the wire (no TSB) */ member
|
| H A D | bcmgenet.c | 1946 bytes_compl += GENET_CB(skb)->bytes_sent; in __bcmgenet_tx_reclaim() 2156 GENET_CB(skb)->bytes_sent = skb->len; in bcmgenet_xmit() 2225 netdev_tx_sent_queue(txq, GENET_CB(skb)->bytes_sent); in bcmgenet_xmit()
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 3461 tp->bytes_sent = 0; in tcp_disconnect() 4040 else if (sk->sk_state == TCP_ESTABLISHED && !tp->bytes_sent) in do_tcp_setsockopt() 4333 info->tcpi_bytes_sent = tp->bytes_sent; in tcp_get_info() 4464 nla_put_u64_64bit(stats, TCP_NLA_BYTES_SENT, READ_ONCE(tp->bytes_sent), in tcp_get_timestamping_opt_stats() 5235 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_tx, bytes_sent); in tcp_struct_check()
|
| H A D | tcp_input.c | 409 if (tp->bytes_sent >= (1 << 23) - 1) { in tcp_accecn_process_option()
|
| /linux/drivers/net/ethernet/marvell/octeon_ep_vf/ |
| H A D | octep_vf_main.c | 807 tx_bytes += oct->stats_iq[q].bytes_sent; in octep_vf_get_stats64()
|
| /linux/drivers/net/ethernet/marvell/octeon_ep/ |
| H A D | octep_main.c | 1019 tx_bytes += oct->stats_iq[q].bytes_sent; in octep_get_stats64()
|
| /linux/net/mptcp/ |
| H A D | protocol.h | 288 u64 bytes_sent; member
|
| H A D | sockopt.c | 1004 info->mptcpi_bytes_sent = msk->bytes_sent; in mptcp_diag_fill_info()
|
| H A D | protocol.c | 1595 msk->bytes_sent += snd_nxt_new - msk->snd_nxt; in mptcp_update_post_push() 3468 msk->bytes_sent = 0; in mptcp_disconnect()
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_cmds.c | 2696 u32 flash_op, num_bytes, total_bytes = img_size, bytes_sent = 0; in be_flash() local 2721 bytes_sent, num_bytes); in be_flash() 2728 bytes_sent += num_bytes; in be_flash()
|