Searched refs:k_fifo_peek_tail (Results 1 – 7 of 7) sorted by relevance
98 struct net_pkt *last_pkt = k_fifo_peek_tail(&ctx->recv_q); in zpacket_received_cb()
154 k_fifo_peek_tail(&ctx->recv_q); in zcan_received_cb()
231 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()
207 struct ptp_msg *best_msg = (struct ptp_msg *)k_fifo_peek_tail(&ptp_clk.best->messages); in clock_update_time_receiver()
1391 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()
555 list.tail = k_fifo_peek_tail(&cfg->fifo); in udc_debug_ep_enqueue()
2712 #define k_fifo_peek_tail(fifo) \ macro