| /linux-6.15/sound/soc/qcom/qdsp6/ |
| H A D | q6apm-dai.c | 69 unsigned int bytes_received; member 179 avail = prtd->bytes_received - prtd->bytes_sent; in event_handler_compr() 633 prtd->bytes_received += count; in q6apm_dai_compr_ack() 763 u32 bytes_received; in q6apm_compr_copy() local 767 bytes_received = prtd->bytes_received; in q6apm_compr_copy() 774 bytes_received = ALIGN(prtd->bytes_received, prtd->pcm_count); in q6apm_compr_copy() 776 app_pointer = bytes_received/prtd->pcm_size; in q6apm_compr_copy() 777 app_pointer = bytes_received - (app_pointer * prtd->pcm_size); in q6apm_compr_copy() 792 bytes_in_flight = prtd->bytes_received - prtd->copied_total; in q6apm_compr_copy() 800 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() 1057 u32 bytes_received; in q6asm_compr_copy() local 1059 bytes_received = prtd->bytes_received; in q6asm_compr_copy() 1066 bytes_received = ALIGN(prtd->bytes_received, prtd->pcm_count); in q6asm_compr_copy() 1068 app_pointer = bytes_received/prtd->pcm_size; in q6asm_compr_copy() 1069 app_pointer = bytes_received - (app_pointer * prtd->pcm_size); in q6asm_compr_copy() 1086 bytes_in_flight = prtd->bytes_received - prtd->copied_total; in q6asm_compr_copy() 1094 prtd->bytes_received = bytes_received + count; in q6asm_compr_copy() 1100 avail = prtd->bytes_received - prtd->bytes_sent; in q6asm_compr_copy()
|
| /linux-6.15/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-6.15/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-6.15/drivers/spi/ |
| H A D | spi-rzv2m-csi.c | 103 unsigned int bytes_received; member 201 csi->bytes_received += csi->bytes_to_transfer; in rzv2m_csi_read_rxfifo() 216 unsigned int bytes_transferred = max(csi->bytes_received, csi->bytes_sent); in rzv2m_csi_calc_current_transfer() 457 csi->bytes_received = 0; in rzv2m_csi_pio_transfer() 511 if (csi->bytes_received == csi->buffer_len) in rzv2m_csi_pio_transfer()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_tcpbpf.h | 13 __u64 bytes_received; member
|
| /linux-6.15/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 | 283 u64 bytes_received; member 762 return READ_ONCE(msk->bytes_received) - READ_ONCE(msk->bytes_consumed); in mptcp_data_avail()
|
| H A D | protocol.c | 307 msk->bytes_received += copy_len; in __mptcp_move_skb() 680 msk->bytes_received += end_seq - msk->ack_seq; in __mptcp_ofo_queue() 3132 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-6.15/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-6.15/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()
|
| /linux-6.15/Documentation/networking/net_cachelines/ |
| H A D | tcp_sock.rst | 15 u64 bytes_received read_write tcp_r…
|
| /linux-6.15/include/linux/ |
| H A D | tcp.h | 313 u64 bytes_received; member
|
| /linux-6.15/drivers/char/ |
| H A D | virtio_console.c | 163 unsigned long bytes_sent, bytes_received, bytes_discarded; member 472 port->stats.bytes_received += len; in get_inbuf() 1271 seq_printf(s, "bytes_received: %lu\n", port->stats.bytes_received); in port_debugfs_show()
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_fastopen.c | 204 tp->bytes_received = skb->len; in tcp_fastopen_add_skb()
|
| H A D | tcp.c | 3387 tp->bytes_received = 0; in tcp_disconnect() 4196 info->tcpi_bytes_received = tp->bytes_received; in tcp_get_info() 5099 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_rx, bytes_received); in tcp_struct_check()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 6402 __u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived member 6838 __u64 bytes_received; member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 6402 __u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived member 6838 __u64 bytes_received; member
|
| /linux-6.15/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()
|