Home
last modified time | relevance | path

Searched full:mbufs (Results 1 – 25 of 27) sorted by relevance

12

/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_mbuf.h39 * A mbuf pool from which to allocate mbufs. This contains a pointer to the os
40 * mempool to allocate mbufs out of, the total number of elements in the pool,
52 * The memory pool which to allocate mbufs out of
111 * Structure representing a queue of mbufs.
201 * Works on both packet header, and regular mbufs, as it accounts
230 * Works on both packet header and regular mbufs.
241 * Initializes an mqueue. An mqueue is a queue of mbufs that ties to a
246 * When mbufs are available on the queue, an event OS_EVENT_T_MQUEUE_DATA
264 * @return The next mbuf in the queue, or NULL if queue has no mbufs.
290 * allocate mbufs out of it.
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatt_disc_s_test.c439 /* Verify the procedure proceeds after mbufs become available. */ in TEST_CASE()
516 /* Verify the procedure proceeds after mbufs become available. */ in TEST_CASE()
536 /* Verify that procedure completes when mbufs are available. */ in TEST_CASE()
576 /* Keep trying to resume for 30 seconds, but never free any mbufs. Verify in TEST_CASE()
H A Dble_gatt_disc_c_test.c588 /* Verify the procedure proceeds after mbufs become available. */ in TEST_CASE()
609 /* Verify that procedure completes when mbufs are available. */ in TEST_CASE()
675 /* Verify the procedure proceeds after mbufs become available. */ in TEST_CASE()
695 /* Verify that procedure completes when mbufs are available. */ in TEST_CASE()
H A Dble_gatt_write_test.c660 /* Verify the procedure proceeds after mbufs become available. */ in TEST_CASE()
686 /* Verify that procedure completes when mbufs are available. */ in TEST_CASE()
754 /* Verify the procedure proceeds after mbufs become available. */ in TEST_CASE()
780 /* Verify that procedure completes when mbufs are available. */ in TEST_CASE()
H A Dble_gatt_disc_d_test.c405 /* Verify the procedure proceeds after mbufs become available. */ in TEST_CASE()
425 /* Verify the procedure succeeds after mbufs become available. */ in TEST_CASE()
H A Dble_gatt_find_s_test.c392 /* Verify the procedure succeeds after mbufs become available. */ in TEST_CASE()
409 /* Verify the procedure succeeds after mbufs become available. */ in TEST_CASE()
H A Dble_att_svr_test.c1848 /* Free connection. This is needed so that the prep write mbufs get in TEST_CASE()
1896 /*** MTU; always respond affirmatively, even when no mbufs. */ in TEST_CASE()
1905 /*** Find information; always respond affirmatively, even when no mbufs. */ in TEST_CASE()
1931 /*** Read by type; always respond affirmatively, even when no mbufs. */ in TEST_CASE()
1943 /*** Read; always respond affirmatively, even when no mbufs. */ in TEST_CASE()
1954 /*** Read blob; always respond affirmatively, even when no mbufs. */ in TEST_CASE()
1980 * mbufs. in TEST_CASE()
H A Dble_gatt_read_test.c860 /* Verify the procedure proceeds after mbufs become available. */ in TEST_CASE()
883 /* Verify that procedure completes when mbufs are available. */ in TEST_CASE()
H A Dble_hs_test_util.c1747 /* Allocate all available mbufs and put them in a single chain. */ in ble_hs_test_util_mbuf_alloc_all_but()
1762 /* Now free 'count' mbufs. */ in ble_hs_test_util_mbuf_alloc_all_but()
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dmem.c134 * @param num_blocks The total number of mbufs in the pool.
181 * @param num_blocks The total number of mbufs in the pool.
H A Dos_mbuf.c46 * @defgroup OSMqueue Queue of Mbufs
392 /* Take the remaining data, and keep allocating new mbufs and copying in os_mbuf_append()
614 * and toss data from remaining mbufs on chain. in os_mbuf_adj()
1007 * freeing mbufs until an non-empty one is encountered. in os_mbuf_trim_front()
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/
H A Dsyscfg.yml60 # Lots of smaller mbufs are required for newtmgr using typical BLE ATT MTU
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/
H A Dsyscfg.yml42 only HCI, this number should be equal to the number of mbufs in
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/
H A Dsyscfg.yml42 only HCI, this number should be equal to the number of mbufs in
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/
H A Dsyscfg.yml57 only HCI, this number should be equal to the number of mbufs in
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gatt.h131 * The host will free the attribute mbufs automatically after the callback is
132 * executed. The application can take ownership of the mbufs and prevent them
439 * supplied mbufs regardless of the outcome.
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dble.h49 * the packet header mbuf (not mbufs that are part of a "packet chain"):
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_att_priv.h115 * prepared write, and compress the data into as few mbufs as possible.
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/src/
H A Dble_hci_uart.c109 * mbufs we will allocate.
363 /* Remove and free any zero mbufs */ in ble_hci_uart_tx_char()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml98 mbufs.
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/native/src/
H A Dble_phy.c151 * lengths of the individual mbufs are not set prior to calling.
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/src/
H A Dble_hci_emspi.c103 * mbufs we will allocate.
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/src/
H A Dble_hci_socket.c181 * mbufs we will allocate.
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/src/
H A Dble_phy.c201 * lengths of the individual mbufs are not set prior to calling.
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/
H A Dble_phy.c399 * lengths of the individual mbufs are not set prior to calling.

12