Home
last modified time | relevance | path

Searched refs:k_fifo_peek_head (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_packet.c321 pkt = k_fifo_peek_head(&ctx->recv_q); in zpacket_recvfrom_ctx()
Dsockets_can.c301 pkt = k_fifo_peek_head(&ctx->recv_q); in zcan_recvfrom_ctx()
Dsockets_inet.c1088 pkt = k_fifo_peek_head(&ctx->recv_q); in zsock_recv_dgram()
1257 pkt = k_fifo_peek_head(&ctx->recv_q); in zsock_recv_stream_immediate()
/Zephyr-latest/drivers/usb/udc/
Dudc_common.c166 return k_fifo_peek_head(&ep_cfg->fifo); in udc_buf_peek()
554 list.head = k_fifo_peek_head(&cfg->fifo); in udc_debug_ep_enqueue()
/Zephyr-latest/subsys/net/lib/ptp/
Dport.c398 msg = (struct ptp_msg *)k_fifo_peek_head(&foreign->messages); in foreign_clock_cleanup()
1324 last = (struct ptp_announce_msg *)k_fifo_peek_head(&foreign->messages); in ptp_port_best_foreign()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c390 struct net_buf *pdu = k_fifo_peek_head(&br_chan->_pdu_tx_queue); in l2cap_br_data_pull()
/Zephyr-latest/include/zephyr/
Dkernel.h2693 #define k_fifo_peek_head(fifo) \ macro
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c911 struct net_buf *pdu = k_fifo_peek_head(&lechan->tx_queue); in l2cap_data_pull()
Diso.c735 struct net_buf *frag = k_fifo_peek_head(&conn->iso.txq); in iso_data_pull()
Dhci_core.c415 cmd = k_fifo_peek_head(&bt_dev.cmd_tx_queue); in bt_hci_cmd_send_sync()