Home
last modified time | relevance | path

Searched refs:k_fifo_peek_tail (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_packet.c98 struct net_pkt *last_pkt = k_fifo_peek_tail(&ctx->recv_q); in zpacket_received_cb()
Dsockets_can.c154 k_fifo_peek_tail(&ctx->recv_q); in zcan_received_cb()
Dsockets_inet.c231 struct net_pkt *last_pkt = k_fifo_peek_tail(&ctx->recv_q); in zsock_received_cb()
466 last_pkt = k_fifo_peek_tail(&ctx->recv_q); in zsock_accept_ctx()
/Zephyr-latest/subsys/net/lib/ptp/
Dclock.c207 struct ptp_msg *best_msg = (struct ptp_msg *)k_fifo_peek_tail(&ptp_clk.best->messages); in clock_update_time_receiver()
Dport.c1391 last = (struct ptp_msg *)k_fifo_peek_tail(&foreign->messages); in ptp_port_add_foreign_tt()
1439 struct ptp_msg *last = (struct ptp_msg *)k_fifo_peek_tail(&foreign->messages); in ptp_port_update_current_time_transmitter()
/Zephyr-latest/drivers/usb/udc/
Dudc_common.c555 list.tail = k_fifo_peek_tail(&cfg->fifo); in udc_debug_ep_enqueue()
/Zephyr-latest/include/zephyr/
Dkernel.h2712 #define k_fifo_peek_tail(fifo) \ macro