Home
last modified time | relevance | path

Searched defs:total_len (Results 1 – 25 of 38) sorted by relevance

12

/Zephyr-latest/drivers/disk/
Dloopback_disk.c41 const size_t total_len = num_sector * LOOPBACK_SECTOR_SIZE; in loopback_disk_access_read() local
79 const size_t total_len = num_sector * LOOPBACK_SECTOR_SIZE; in loopback_disk_access_write() local
/Zephyr-latest/subsys/shell/
Dshell_history.c110 uint32_t total_len; in remove_from_tail() local
139 uint32_t total_len = len + offsetof(struct shell_history_item, data); in z_shell_history_put() local
/Zephyr-latest/subsys/bluetooth/host/
Ddata.c50 size_t total_len = 0; in bt_data_get_len() local
Dmonitor.c288 size_t total_len; member
/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt_transport_socket_tcp.c91 size_t total_len = 0; in mqtt_client_tcp_write_msg() local
Dmqtt_transport_socket_tls.c147 size_t total_len = 0; in mqtt_client_tls_write_msg() local
/Zephyr-latest/tests/net/ipv6_fragment/src/
Dmain.c1039 size_t total_len = net_pkt_get_len(pkt); in verify_fragment() local
1091 size_t total_len = net_pkt_get_len(pkt); in verify_fragment() local
1972 size_t total_len; in ZTEST() local
2037 size_t total_len; in ZTEST() local
2080 size_t total_len; in ZTEST() local
2131 size_t total_len; in ZTEST() local
/Zephyr-latest/drivers/ethernet/
Deth_gecko.c144 uint16_t frag_len, total_len; in frame_get() local
269 uint16_t total_len; in eth_tx() local
Deth_smsc911x.c477 uint16_t total_len = net_pkt_get_len(pkt); in eth_tx() local
Deth_stm32_hal.c363 size_t total_len; in eth_tx() local
589 size_t total_len = 0; in eth_rx() local
Deth_numaker.c470 uint16_t total_len = net_pkt_get_len(pkt); in numaker_eth_tx() local
/Zephyr-latest/drivers/crypto/
Dcrypto_it8xxx2_sha.c56 uint32_t total_len; member
Dcrypto_it8xxx2_sha_v2.c69 uint32_t total_len; member
/Zephyr-latest/include/zephyr/net/
Dzperf.h66 uint64_t total_len; /**< Total length of the transferred data */ member
/Zephyr-latest/subsys/mctp/
Dmctp_uart.c73 uint8_t total_len; in mctp_uart_pkt_escape() local
/Zephyr-latest/drivers/spi/
Dspi_context.h534 size_t total_len = 0; in spi_context_count_tx_buf_lens() local
547 size_t total_len = 0; in spi_context_count_rx_buf_lens() local
/Zephyr-latest/include/zephyr/logging/
Dlog_frontend_stmesp_demux.h59 uint32_t total_len : LOG_FRONTEND_STMESP_DEMUX_TLENGTH_BITS; member
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_plain_text.c348 int len, total_len; in get_objlnk() local
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_dict_uart.c268 size_t total_len = plen + dlen + sizeof(struct log_frontend_uart_pkt); in log_frontend_msg() local
Dlog_frontend_stmesp_demux.c130 static uint32_t calc_wlen(uint32_t total_len) in calc_wlen()
Dlog_frontend_stmesp.c343 int total_len; in log_frontend_msg() local
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_scan_delegator.c522 uint16_t total_len; in scan_delegator_add_source() local
717 uint16_t total_len; in scan_delegator_mod_src() local
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c186 uint16_t total_len; in sink_sdu_emit_hci() local
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c647 int total_len; in recv_response() local
/Zephyr-latest/drivers/espi/
Despi_taf_npcx.c348 uint32_t total_len = pckt->len; in espi_taf_npcx_flash_read() local

12