Home
last modified time | relevance | path

Searched defs:packet (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt.c76 struct buf_ctx packet; in client_connect() local
243 struct buf_ctx packet; in mqtt_publish() local
294 struct buf_ctx packet; in mqtt_publish_qos1_ack() local
331 struct buf_ctx packet; in mqtt_publish_qos2_receive() local
368 struct buf_ctx packet; in mqtt_publish_qos2_release() local
405 struct buf_ctx packet; in mqtt_publish_qos2_complete() local
444 struct buf_ctx packet; in mqtt_disconnect() local
479 struct buf_ctx packet; in mqtt_subscribe() local
517 struct buf_ctx packet; in mqtt_unsubscribe() local
547 struct buf_ctx packet; in mqtt_ping() local
/Zephyr-latest/tests/kernel/fifo/fifo_timeout/src/
Dmain.c90 void *packet = k_fifo_get(&scratch_fifo_packets_fifo, K_NO_WAIT); in get_scratch_packet() local
96 static void put_scratch_packet(void *packet) in put_scratch_packet()
126 void *packet; in test_thread_pend_and_timeout() local
203 void *packet; in test_thread_pend_and_get_data() local
302 void *packet; in ZTEST() local
325 void *packet, *scratch_packet; in ZTEST() local
354 void *packet, *scratch_packet; in ZTEST() local
/Zephyr-latest/tests/lib/mpsc_pbuf/src/
Dconcurrent.c115 static void test_fail(int line, struct test_packet *packet) in test_fail()
125 static void consume_check(struct test_packet *packet) in consume_check()
143 struct test_packet *packet = (struct test_packet *)item; in drop() local
152 struct test_packet *packet = (struct test_packet *)mpsc_pbuf_claim(buffer); in consume() local
174 struct test_packet *packet = (struct test_packet *)mpsc_pbuf_alloc(buffer, wlen, K_NO_WAIT); in produce() local
205 struct test_packet *packet = (struct test_packet *)item; in get_wlen() local
Dmain.c61 struct test_data_var *packet = (struct test_data_var *)item; in drop() local
524 struct test_data_var *packet; in item_alloc_commit() local
559 struct test_data_var *packet; in item_max_alloc() local
592 struct test_data_var *packet; in saturate_buffer_uneven() local
635 struct test_data_var *packet; in item_alloc_commit_saturate() local
898 static void validate_packet(struct test_data_var *packet) in validate_packet()
1280 struct test_data_var *packet; in ZTEST() local
/Zephyr-latest/samples/drivers/peci/src/
Dmain.c38 struct peci_msg packet; in peci_ping() local
63 struct peci_msg packet; in peci_get_tjmax() local
104 struct peci_msg packet = {0}; in peci_get_temp() local
/Zephyr-latest/tests/kernel/lifo/lifo_usage/src/
Dmain.c81 void *packet = k_lifo_get(&scratch_lifo_packets_lifo, K_NO_WAIT); in get_scratch_packet() local
87 static void put_scratch_packet(void *packet) in put_scratch_packet()
270 void *packet; in ZTEST() local
295 void *packet, *scratch_packet; in ZTEST() local
317 void *packet, *scratch_packet; in ZTEST() local
402 void *packet; in test_thread_pend_and_timeout() local
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp_demux.c42 struct log_frontend_stmesp_demux_log *packet; member
91 const union mpsc_pbuf_generic *packet) in notify_drop()
135 static uint32_t get_wlen(const union mpsc_pbuf_generic *packet) in get_wlen()
264 struct log_frontend_stmesp_demux_trace_point packet = { in store_turbo_log0() local
281 struct log_frontend_stmesp_demux_trace_point packet = { in store_turbo_log1() local
298 struct log_frontend_stmesp_demux_trace_point packet = {.valid = 1, in store_tracepoint() local
313 struct log_frontend_stmesp_demux_hw_event packet = {.valid = 1, in log_frontend_stmesp_demux_hw_event() local
578 void log_frontend_stmesp_demux_free(union log_frontend_stmesp_demux_packet packet) in log_frontend_stmesp_demux_free()
Dlog_frontend_dict_uart.c49 static uint32_t get_wlen(const union mpsc_pbuf_generic *packet) in get_wlen()
57 const union mpsc_pbuf_generic *packet) in notify_drop()
/Zephyr-latest/samples/philosophers/src/
Dphil_obj_abstract.h36 struct packet { struct
39 } orig_packet[NUM_PHIL]; argument
/Zephyr-latest/samples/net/sockets/packet/src/
Dpacket.c89 static int recv_packet_socket(struct packet_data *packet) in recv_packet_socket()
151 static int send_packet_socket(struct packet_data *packet) in send_packet_socket()
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/remote/src/
Dmain.c42 struct data_packet *packet = (struct data_packet *)data; in ep_recv() local
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/src/
Dmain.c46 struct data_packet *packet = (struct data_packet *)data; in ep_recv() local
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c234 struct net_pkt *packet; in create_ack_frame() local
725 struct net_pkt *packet; in alloc_pkt() local
755 struct net_pkt *packet; in ZTEST() local
804 struct net_pkt *packet; in ZTEST() local
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c180 static void log_message_process(struct log_frontend_stmesp_demux_log *packet) in log_message_process()
198 static void trace_point_process(struct log_frontend_stmesp_demux_trace_point *packet) in trace_point_process()
244 static void hw_event_process(struct log_frontend_stmesp_demux_hw_event *packet) in hw_event_process()
258 static void message_process(union log_frontend_stmesp_demux_packet packet) in message_process()
/Zephyr-latest/drivers/flash/
Dflash_mspi_emul_device.c47 struct mspi_xfer_packet packet; member
119 const struct mspi_xfer_packet *packet = &packets[count]; in emul_mspi_device_transceive() local
Dflash_mspi_atxp032.c71 struct mspi_xfer_packet packet; member
/Zephyr-latest/tests/subsys/logging/log_frontend_stmesp_demux/src/
Dmain.c40 union log_frontend_stmesp_demux_packet packet = log_frontend_stmesp_demux_claim(); in claim_packet() local
69 union log_frontend_stmesp_demux_packet packet = log_frontend_stmesp_demux_claim(); in claim_trace_point() local
97 union log_frontend_stmesp_demux_packet packet = log_frontend_stmesp_demux_claim(); in claim_hw_event() local
/Zephyr-latest/drivers/ethernet/
Deth_smsc91x.c382 unsigned int packet, status, len; in smsc_recv_pkt() local
479 uint8_t packet; in smsc_send_pkt() local
558 unsigned int mem_info, ephsr, packet, tcr; in smsc_isr_task() local
/Zephyr-latest/drivers/bluetooth/hci/
Dh5.c243 static void hexdump(const char *str, const uint8_t *packet, size_t length) in hexdump()
274 #define hexdump(str, packet, length) argument
/Zephyr-latest/drivers/mspi/
Dmspi_ambiq_ap3.c1018 const struct mspi_xfer_packet *packet; in mspi_pio_transceive() local
1161 const struct mspi_xfer_packet *packet; in mspi_dma_transceive() local
Dmspi_emul.c394 const struct mspi_xfer_packet *packet; in emul_mspi_trigger_event() local
/Zephyr-latest/subsys/net/ip/
Dnet_private.h350 const uint8_t *packet, size_t length) in net_hexdump()
/Zephyr-latest/drivers/memc/
Dmemc_mspi_aps6404l.c63 struct mspi_xfer_packet packet; member
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c245 static void hexdump(const char *str, const uint8_t *packet, size_t length) in hexdump()
/Zephyr-latest/include/zephyr/drivers/
Dmspi.h433 const struct mspi_xfer_packet *packet; member

12