| /Zephyr-latest/subsys/net/lib/mqtt/ | 
| D | mqtt.c | 76 	struct buf_ctx packet;  in client_connect()  local243 	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/ | 
| D | main.c | 90 	void *packet = k_fifo_get(&scratch_fifo_packets_fifo, K_NO_WAIT);  in get_scratch_packet()  local96 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/ | 
| D | concurrent.c | 115 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
 
 | 
| D | main.c | 61 	struct test_data_var *packet = (struct test_data_var *)item;  in drop()  local524 	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
 1301 	struct test_data_var *packet;  in ZTEST()  local
 
 | 
| /Zephyr-latest/samples/drivers/peci/src/ | 
| D | main.c | 38 	struct peci_msg packet;  in peci_ping()  local63 	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/ | 
| D | main.c | 81 	void *packet = k_lifo_get(&scratch_lifo_packets_lifo, K_NO_WAIT);  in get_scratch_packet()  local87 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/ | 
| D | log_frontend_stmesp_demux.c | 42 	struct log_frontend_stmesp_demux_log *packet;  member91 			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()
 
 | 
| D | log_frontend_dict_uart.c | 49 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/ | 
| D | phil_obj_abstract.h | 36 	struct packet {  struct39 	} orig_packet[NUM_PHIL];  argument
 
 | 
| /Zephyr-latest/samples/net/sockets/packet/src/ | 
| D | packet.c | 89 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/ | 
| D | main.c | 42 	struct data_packet *packet = (struct data_packet *)data;  in ep_recv()  local
 | 
| /Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/src/ | 
| D | main.c | 51 	struct data_packet *packet = (struct data_packet *)data;  in ep_recv()  local
 | 
| /Zephyr-latest/tests/subsys/openthread/ | 
| D | radio_test.c | 234 	struct net_pkt *packet;  in create_ack_frame()  local734 	struct net_pkt *packet;  in alloc_pkt()  local
 764 	struct net_pkt *packet;  in ZTEST()  local
 813 	struct net_pkt *packet;  in ZTEST()  local
 
 | 
| /Zephyr-latest/drivers/misc/coresight/ | 
| D | nrf_etr.c | 180 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/ | 
| D | flash_mspi_emul_device.c | 47 	struct mspi_xfer_packet             packet;  member119 		const struct mspi_xfer_packet *packet = &packets[count];  in emul_mspi_device_transceive()  local
 
 | 
| D | flash_mspi_nor.c | 27 	struct mspi_xfer_packet packet;  member
 | 
| /Zephyr-latest/tests/subsys/logging/log_frontend_stmesp_demux/src/ | 
| D | main.c | 40 	union log_frontend_stmesp_demux_packet packet = log_frontend_stmesp_demux_claim();  in claim_packet()  local69 	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/mspi/ | 
| D | mspi_dw.c | 120 		    const struct mspi_xfer_packet *packet)  in tx_data()195 			 const struct mspi_xfer_packet *packet)  in read_rx_fifo()
 249 	const struct mspi_xfer_packet *packet =  in mspi_dw_isr()  local
 735 	const struct mspi_xfer_packet *packet =  in start_next_packet()  local
 
 | 
| D | mspi_ambiq_ap3.c | 1018 	const struct mspi_xfer_packet *packet;  in mspi_pio_transceive()  local1161 		const struct mspi_xfer_packet *packet;  in mspi_dma_transceive()  local
 
 | 
| D | mspi_emul.c | 394 			const struct mspi_xfer_packet *packet;  in emul_mspi_trigger_event()  local
 | 
| /Zephyr-latest/drivers/ethernet/ | 
| D | eth_smsc91x.c | 382 	unsigned int packet, status, len;  in smsc_recv_pkt()  local479 	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/ | 
| D | h5.c | 243 static void hexdump(const char *str, const uint8_t *packet, size_t length)  in hexdump()274 #define hexdump(str, packet, length)  argument
 
 | 
| /Zephyr-latest/subsys/net/ip/ | 
| D | net_private.h | 360 			       const uint8_t *packet, size_t length)  in net_hexdump()
 | 
| /Zephyr-latest/drivers/memc/ | 
| D | memc_mspi_aps6404l.c | 63 	struct mspi_xfer_packet        packet;  member
 | 
| /Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/ | 
| D | main.c | 245 static void hexdump(const char *str, const uint8_t *packet, size_t length)  in hexdump()
 |