Home
last modified time | relevance | path

Searched refs:net_buf_put (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/transport/src/
Dsmp.c202 net_buf_put(&smpt->fifo, nb); in smp_rx_req()
237 net_buf_put(&temp_fifo, nb); in smp_rx_remove_invalid()
243 net_buf_put(&zst->fifo, nb); in smp_rx_remove_invalid()
Dsmp_shell.c165 net_buf_put(&data->buf_ready, data->buf); in smp_shell_rx_bytes()
/Zephyr-Core-3.6.0/drivers/bluetooth/hci/
Dh5.c337 net_buf_put(&tmp_queue, buf); in retx_timeout()
344 net_buf_put(&h5.tx_queue, buf); in retx_timeout()
351 net_buf_put(&h5.tx_queue, buf); in retx_timeout()
393 net_buf_put(&h5.rx_queue, buf); in h5_process_complete_packet()
605 net_buf_put(&h5.tx_queue, buf); in h5_queue()
645 net_buf_put(&h5.unack_queue, buf); in tx_thread()
Dh4.c352 net_buf_put(&rx.fifo, buf); in read_payload()
487 net_buf_put(&tx.fifo, buf); in h4_send()
/Zephyr-Core-3.6.0/subsys/usb/device/class/
Dbluetooth.c299 net_buf_put(&rx_queue, buf); in acl_read_cb()
376 net_buf_put(&tx_queue, rsp); in vs_read_usb_transport_mode()
433 net_buf_put(&rx_queue, buf); in bluetooth_class_handler()
Dbt_h4.c108 net_buf_put(&rx_queue, buf); in bt_h4_read()
/Zephyr-Core-3.6.0/samples/bluetooth/hci_uart/src/
Dmain.c182 net_buf_put(&tx_queue, buf); in rx_isr()
276 net_buf_put(&uart_tx_queue, buf); in h4_send()
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/smp_client/src/
Dclient.c114 net_buf_put(&entry->smp_client->tx_fifo, entry->nb); in smp_client_transport_work_fn()
322 net_buf_put(&smp_client->tx_fifo, nb); in smp_client_send_cmd()
/Zephyr-Core-3.6.0/tests/bluetooth/hci_uart_async/src/
Dtest_hci_uart_async.c91 net_buf_put(&drv_send_fifo, buf); in drv_send()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c295 net_buf_put(&event_queue, evt); in queue_event()
351 net_buf_put(&data_queue, data); in service_events()
363 net_buf_put(&iso_data_queue, data); in service_events()
/Zephyr-Core-3.6.0/subsys/usb/device_next/class/
Dbt_hci.c345 net_buf_put(&bt_hci_rx_queue, hci_data->acl_buf); in bt_hci_acl_out_cb()
431 net_buf_put(&bt_hci_rx_queue, cmd_buf); in bt_hci_ctd()
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dhci_raw.c213 net_buf_put(raw_rx, buf); in bt_recv()
Drfcomm.c264 net_buf_put(&dlc->tx_queue, in rfcomm_dlc_disconnect()
834 net_buf_put(&dlc->tx_queue, in rfcomm_dlc_close()
1448 net_buf_put(&dlc->tx_queue, buf); in bt_rfcomm_dlc_send()
1696 net_buf_put(&dlc->tx_queue, in bt_rfcomm_dlc_disconnect()
Datt.c401 net_buf_put(&skipped, buf); in get_first_buf_matching_chan()
408 net_buf_put(fifo, buf); in get_first_buf_matching_chan()
726 net_buf_put(&chan->tx_queue, buf); in bt_att_chan_send_rsp()
3851 net_buf_put(&att->tx_queue, buf); in bt_att_send()
/Zephyr-Core-3.6.0/samples/bluetooth/hci_ipc/src/
Dmain.c195 net_buf_put(&tx_queue, buf); in hci_ipc_rx()
/Zephyr-Core-3.6.0/subsys/canbus/isotp/
Disotp.c281 net_buf_put(&rctx->fifo, rctx->buf); in receive_state_machine()
303 net_buf_put(&rctx->fifo, rctx->buf); in receive_state_machine()
541 net_buf_put(&rctx->fifo, rctx->buf); in process_cf()
549 net_buf_put(&rctx->fifo, rctx->buf); in process_cf()
/Zephyr-Core-3.6.0/subsys/usb/device/class/netusb/
Dfunction_rndis.c412 net_buf_put(&rndis_tx_queue, rsp); in rndis_queue_rsp()
779 net_buf_put(&rndis_cmd_queue, buf); in queue_encapsulated_cmd()
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/
Dnet_buf.rst56 and :c:func:`k_fifo_get` APIs, special :c:func:`net_buf_put` and
/Zephyr-Core-3.6.0/tests/net/buf/src/
Dmain.c143 net_buf_put(&fifo, head); in ZTEST()
204 net_buf_put(&fifo, head); in ZTEST()
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/
Dl2cap.c119 net_buf_put(&l2cap_recv_fifo, buf); in l2cap_recv()
/Zephyr-Core-3.6.0/subsys/zbus/
Dzbus.c110 net_buf_put(obs->message_fifo, cloned_buf); in _zbus_notify_observer()
/Zephyr-Core-3.6.0/drivers/usb/udc/
Dudc_nrf.c310 net_buf_put(&cfg->fifo, buf); in usbd_ctrl_feed_dout()
Dudc_common.c141 net_buf_put(&ep_cfg->fifo, buf); in udc_buf_put()
/Zephyr-Core-3.6.0/subsys/net/
Dbuf.c439 void net_buf_put(struct k_fifo *fifo, struct net_buf *buf) in net_buf_put() function
/Zephyr-Core-3.6.0/include/zephyr/net/
Dbuf.h1416 void net_buf_put(struct k_fifo *fifo, struct net_buf *buf);

12