/linux/sound/soc/qcom/qdsp6/ |
H A D | q6apm-dai.c | 70 unsigned int bytes_received; member 188 avail = prtd->bytes_received - prtd->bytes_sent; in event_handler_compr() 628 prtd->bytes_received += count; in q6apm_dai_compr_ack() 760 u32 bytes_received; in q6apm_compr_copy() local 764 bytes_received = prtd->bytes_received; in q6apm_compr_copy() 771 bytes_received = ALIGN(prtd->bytes_received, prtd->pcm_count); in q6apm_compr_copy() 773 app_pointer = bytes_received/prtd->pcm_size; in q6apm_compr_copy() 774 app_pointer = bytes_received - (app_pointer * prtd->pcm_size); in q6apm_compr_copy() 789 bytes_in_flight = prtd->bytes_received - prtd->copied_total; in q6apm_compr_copy() 797 prtd->bytes_received = bytes_received + count; in q6apm_compr_copy() [all …]
|
H A D | q6asm-dai.c | 63 unsigned int bytes_received; member 556 avail = prtd->bytes_received - prtd->bytes_sent; in compress_event_handler() 1050 u32 bytes_received; in q6asm_compr_copy() local 1052 bytes_received = prtd->bytes_received; in q6asm_compr_copy() 1059 bytes_received = ALIGN(prtd->bytes_received, prtd->pcm_count); in q6asm_compr_copy() 1061 app_pointer = bytes_received/prtd->pcm_size; in q6asm_compr_copy() 1062 app_pointer = bytes_received - (app_pointer * prtd->pcm_size); in q6asm_compr_copy() 1079 bytes_in_flight = prtd->bytes_received - prtd->copied_total; in q6asm_compr_copy() 1087 prtd->bytes_received = bytes_received + count; in q6asm_compr_copy() 1093 avail = prtd->bytes_received - prtd->bytes_sent; in q6asm_compr_copy()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | smu_v11_0_i2c.c | 373 uint32_t bytes_received, ret = I2C_OK; in smu_v11_0_i2c_receive() local 375 bytes_received = 0; in smu_v11_0_i2c_receive() 400 if (bytes_received == 0 && i2c_flag & I2C_X_RESTART) in smu_v11_0_i2c_receive() 423 data[bytes_received] = REG_GET_FIELD(reg, CKSVII2C_IC_DATA_CMD, DAT); in smu_v11_0_i2c_receive() 426 bytes_received++; in smu_v11_0_i2c_receive() 431 (uint16_t)address, bytes_received); in smu_v11_0_i2c_receive() 435 16, 1, data, bytes_received, false); in smu_v11_0_i2c_receive()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_tcpbpf_kern.c | 135 global.bytes_received = skops->bytes_received; in bpf_testcb()
|
H A D | test_sock_fields.c | 111 dst->bytes_received = src->bytes_received; in tpcpy()
|
H A D | verifier_var_off.c | 233 __imm_const(bpf_sock_ops_bytes_received, offsetof(struct bpf_sock_ops, bytes_received)) in variable_offset_stack_access_unbounded()
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_tcpbpf.h | 13 __u64 bytes_received; member
|
/linux/net/mptcp/ |
H A D | fastopen.c | 55 mptcp_sk(sk)->bytes_received += skb->len; in mptcp_fastopen_subflow_synack_set_params()
|
H A D | protocol.h | 276 u64 bytes_received; member 760 return READ_ONCE(msk->bytes_received) - READ_ONCE(msk->bytes_consumed); in mptcp_data_avail()
|
H A D | protocol.c | 372 msk->bytes_received += copy_len; in __mptcp_move_skb() 775 msk->bytes_received += end_seq - msk->ack_seq; in __mptcp_ofo_queue() 3239 msk->bytes_received = 0; in mptcp_disconnect()
|
H A D | sockopt.c | 976 info->mptcpi_bytes_received = msk->bytes_received; in mptcp_diag_fill_info()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcpbpf_user.c | 25 ASSERT_EQ(result->bytes_received, 501, "bytes_received"); in verify_result()
|
H A D | sock_fields.c | 98 tp->bytes_received, tp->bytes_acked); in print_tp() 198 cli_tp.bytes_received < 2 * DATA_LEN, in check_result()
|
/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_droq.h | 99 u64 bytes_received; member
|
H A D | octeon_droq.c | 575 droq->stats.bytes_received += info->length; in octeon_droq_drop_packets() 713 droq->stats.bytes_received += total_len; in octeon_droq_fast_process_packets()
|
H A D | lio_ethtool.c | 1708 CVM_CAST64(oct_dev->droq[j]->stats.bytes_received); in lio_get_ethtool_stats() 1822 data[i++] = CVM_CAST64(oct_dev->droq[j]->stats.bytes_received); in lio_vf_get_ethtool_stats()
|
/linux/drivers/char/ |
H A D | virtio_console.c | 162 unsigned long bytes_sent, bytes_received, bytes_discarded; member 471 port->stats.bytes_received += len; in get_inbuf() 1270 seq_printf(s, "bytes_received: %lu\n", port->stats.bytes_received); in port_debugfs_show()
|
/linux/net/ipv4/ |
H A D | tcp_fastopen.c | 204 tp->bytes_received = skb->len; in tcp_fastopen_add_skb()
|
H A D | tcp.c | 3374 tp->bytes_received = 0; in tcp_disconnect() 4162 info->tcpi_bytes_received = tp->bytes_received; in tcp_get_info() 5051 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_rx, bytes_received); in tcp_struct_check()
|
H A D | tcp_input.c | 3686 tp->bytes_received += delta; in tcp_rcv_nxt_update()
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 6391 __u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived member 6827 __u64 bytes_received; member
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6391 __u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived member 6827 __u64 bytes_received; member
|
/linux/drivers/scsi/be2iscsi/ |
H A D | be_main.h | 568 unsigned int bytes_received; member
|
H A D | be_main.c | 1491 pasync_ctx->async_entry[cri].wq.bytes_received = 0; in beiscsi_hdl_purge_handles() 1647 pasync_ctx->async_entry[cri].wq.bytes_received); in beiscsi_hdl_fwd_pdu() 1683 wq->bytes_received = 0; in beiscsi_hdl_gather_pdu() 1695 wq->bytes_received += pasync_handle->buffer_len; in beiscsi_hdl_gather_pdu() 1697 if (wq->bytes_received > wq->bytes_needed) { in beiscsi_hdl_gather_pdu() 1702 if (wq->bytes_received == wq->bytes_needed) in beiscsi_hdl_gather_pdu()
|
/linux/net/core/ |
H A D | filter.c | 7131 case offsetof(struct bpf_tcp_sock, bytes_received): in bpf_tcp_sock_is_valid_access() 7239 case offsetof(struct bpf_tcp_sock, bytes_received): in bpf_tcp_sock_convert_ctx_access() 7240 BPF_TCP_SOCK_GET_COMMON(bytes_received); in bpf_tcp_sock_convert_ctx_access() 9249 case bpf_ctx_range_till(struct bpf_sock_ops, bytes_received, in sock_ops_is_valid_access() 10703 case offsetof(struct bpf_sock_ops, bytes_received): in sock_ops_convert_ctx_access() 10704 SOCK_OPS_GET_TCP_SOCK_FIELD(bytes_received); in sock_ops_convert_ctx_access()
|