/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/transport/src/ |
D | smp.c | 202 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()
|
D | smp_shell.c | 165 net_buf_put(&data->buf_ready, data->buf); in smp_shell_rx_bytes()
|
/Zephyr-Core-3.6.0/drivers/bluetooth/hci/ |
D | h5.c | 337 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()
|
D | h4.c | 352 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/ |
D | bluetooth.c | 299 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()
|
D | bt_h4.c | 108 net_buf_put(&rx_queue, buf); in bt_h4_read()
|
/Zephyr-Core-3.6.0/samples/bluetooth/hci_uart/src/ |
D | main.c | 182 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/ |
D | client.c | 114 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/ |
D | test_hci_uart_async.c | 91 net_buf_put(&drv_send_fifo, buf); in drv_send()
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/ |
D | main.c | 295 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/ |
D | bt_hci.c | 345 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/ |
D | hci_raw.c | 213 net_buf_put(raw_rx, buf); in bt_recv()
|
D | rfcomm.c | 264 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()
|
D | att.c | 401 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/ |
D | main.c | 195 net_buf_put(&tx_queue, buf); in hci_ipc_rx()
|
/Zephyr-Core-3.6.0/subsys/canbus/isotp/ |
D | isotp.c | 281 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/ |
D | function_rndis.c | 412 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/ |
D | net_buf.rst | 56 and :c:func:`k_fifo_get` APIs, special :c:func:`net_buf_put` and
|
/Zephyr-Core-3.6.0/tests/net/buf/src/ |
D | main.c | 143 net_buf_put(&fifo, head); in ZTEST() 204 net_buf_put(&fifo, head); in ZTEST()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/ |
D | l2cap.c | 119 net_buf_put(&l2cap_recv_fifo, buf); in l2cap_recv()
|
/Zephyr-Core-3.6.0/subsys/zbus/ |
D | zbus.c | 110 net_buf_put(obs->message_fifo, cloned_buf); in _zbus_notify_observer()
|
/Zephyr-Core-3.6.0/drivers/usb/udc/ |
D | udc_nrf.c | 310 net_buf_put(&cfg->fifo, buf); in usbd_ctrl_feed_dout()
|
D | udc_common.c | 141 net_buf_put(&ep_cfg->fifo, buf); in udc_buf_put()
|
/Zephyr-Core-3.6.0/subsys/net/ |
D | buf.c | 439 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/ |
D | buf.h | 1416 void net_buf_put(struct k_fifo *fifo, struct net_buf *buf);
|