Home
last modified time | relevance | path

Searched refs:net_buf_tail (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_lc3.c142 octets_per_frame, net_buf_tail(out_buf)); in encode_frame()
/Zephyr-latest/drivers/usb/uhc/
Duhc_virtual.c105 data = net_buf_tail(buf); in vrt_xfer_control()
164 data = net_buf_tail(buf); in vrt_xfer_bulk()
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c270 discard_dst = net_buf_tail(buf); in h2c_h4_transport()
/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c175 read = h4_read(hci_uart_dev, net_buf_tail(buf), in rx_isr()
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c311 read = h4_read(hci_uart_dev, net_buf_tail(buf), remaining); in rx_isr()
/Zephyr-latest/drivers/usb/udc/
Dudc_kinetis.c199 data_ptr = net_buf_tail(buf); in usbfsotg_xfer_continue()
250 usbfsotg_bd_set_ctrl(bd, length, net_buf_tail(buf), cfg->stat.data1); in usbfsotg_ctrl_feed_start()
274 usbfsotg_bd_set_ctrl(bd, length, net_buf_tail(buf), cfg->stat.data1); in usbfsotg_ctrl_feed_start_next()
Dudc_smartbond.c376 (uintptr_t)net_buf_tail(buf), mps); in start_rx_packet()
513 net_buf_tail(buf) + ep0_out_state->last_packet_size, in handle_ep0_rx()
974 net_buf_tail(buf) + ep_state->last_packet_size, in handle_epx_rx_ev()
Dudc_numaker.c918 data_ptr = net_buf_tail(buf); in numaker_usbd_msg_handle_setup()
977 data_ptr = net_buf_tail(buf); in numaker_usbd_msg_handle_out()
Dudc_mcux_ehci.c121 data = net_buf_tail(buf); in udc_mcux_ep_feed()
Dudc_mcux_ip3511.c121 data = net_buf_tail(buf); in udc_mcux_ep_feed()
Dudc_it82xx2.c809 uint8_t *data_ptr = net_buf_tail(buf); in it82xx2_xfer_out_data()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_da1469x.c314 read = cmac_mbox_read(net_buf_tail(rx.buf), rx.remaining); in read_payload()
Dh4.c326 read = uart_fifo_read(cfg->uart, net_buf_tail(h4->rx.buf), h4->rx.remaining); in read_payload()
/Zephyr-latest/drivers/modem/
Dmodem_cmd_handler.c319 ret = iface->read(iface, net_buf_tail(frag), frag_room, in cmd_handler_process_iface_data()
/Zephyr-latest/include/zephyr/
Dnet_buf.h2538 static inline uint8_t *net_buf_tail(const struct net_buf *buf) in net_buf_tail() function
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c4902 memcpy(sig, net_buf_tail(buf) - sizeof(sig), sizeof(sig)); in bt_smp_sign_verify()
4912 memcpy(net_buf_tail(buf) - sizeof(sig), &cnt, sizeof(cnt)); in bt_smp_sign_verify()
4924 if (memcmp(sig, net_buf_tail(buf) - sizeof(sig), sizeof(sig))) { in bt_smp_sign_verify()
4951 memcpy(net_buf_tail(buf) - 12, &cnt, sizeof(cnt)); in bt_smp_sign()
/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm.c1537 fcs = *(net_buf_tail(buf) - sizeof(fcs)); in rfcomm_recv()
/Zephyr-latest/subsys/net/ip/
Dnet_pkt.c798 memcpy(net_buf_tail(frag), frag->frags->data, copy_len);
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c400 octets_per_frame, net_buf_tail(out_buf)); in encode_frame()