Searched refs:net_buf_tail (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/ |
D | stream_lc3.c | 142 octets_per_frame, net_buf_tail(out_buf)); in encode_frame()
|
/Zephyr-latest/drivers/usb/uhc/ |
D | uhc_virtual.c | 105 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/ |
D | hci_uart_async.c | 270 discard_dst = net_buf_tail(buf); in h2c_h4_transport()
|
/Zephyr-latest/samples/bluetooth/hci_uart/src/ |
D | main.c | 175 read = h4_read(hci_uart_dev, net_buf_tail(buf), in rx_isr()
|
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/ |
D | main.c | 311 read = h4_read(hci_uart_dev, net_buf_tail(buf), remaining); in rx_isr()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_kinetis.c | 199 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()
|
D | udc_smartbond.c | 376 (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()
|
D | udc_numaker.c | 918 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()
|
D | udc_mcux_ehci.c | 121 data = net_buf_tail(buf); in udc_mcux_ep_feed()
|
D | udc_mcux_ip3511.c | 121 data = net_buf_tail(buf); in udc_mcux_ep_feed()
|
D | udc_it82xx2.c | 809 uint8_t *data_ptr = net_buf_tail(buf); in it82xx2_xfer_out_data()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_da1469x.c | 314 read = cmac_mbox_read(net_buf_tail(rx.buf), rx.remaining); in read_payload()
|
D | h4.c | 326 read = uart_fifo_read(cfg->uart, net_buf_tail(h4->rx.buf), h4->rx.remaining); in read_payload()
|
/Zephyr-latest/drivers/modem/ |
D | modem_cmd_handler.c | 319 ret = iface->read(iface, net_buf_tail(frag), frag_room, in cmd_handler_process_iface_data()
|
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 2538 static inline uint8_t *net_buf_tail(const struct net_buf *buf) in net_buf_tail() function
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp.c | 4902 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/ |
D | rfcomm.c | 1537 fcs = *(net_buf_tail(buf) - sizeof(fcs)); in rfcomm_recv()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_pkt.c | 798 memcpy(net_buf_tail(frag), frag->frags->data, copy_len);
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap.c | 400 octets_per_frame, net_buf_tail(out_buf)); in encode_frame()
|