Home
last modified time | relevance | path

Searched defs:total_len (Results 1 – 25 of 35) 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.c289 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.c1040 size_t total_len = net_pkt_get_len(pkt); in verify_fragment() local
1092 size_t total_len = net_pkt_get_len(pkt); in verify_fragment() local
1973 size_t total_len; in ZTEST() local
2038 size_t total_len; in ZTEST() local
2081 size_t total_len; in ZTEST() local
2132 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_stm32_hal.c329 size_t total_len; in eth_tx() local
555 size_t total_len = 0; in eth_rx() local
Deth_smsc911x.c477 uint16_t total_len = net_pkt_get_len(pkt); in eth_tx() 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/drivers/spi/
Dspi_context.h443 size_t total_len = 0; in spi_context_total_tx_len() local
455 size_t total_len = 0; in spi_context_total_rx_len() 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
Dlwm2m_rw_json.c814 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/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.c330 uint32_t total_len = pckt->len; in espi_taf_npcx_flash_read() local
/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket.c551 size_t total_len = 0; in sendmsg_all() local

12