/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | os_mbuf.h | 39 * 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 D | ble_gatt_disc_s_test.c | 439 /* 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 D | ble_gatt_disc_c_test.c | 588 /* 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 D | ble_gatt_write_test.c | 660 /* 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 D | ble_gatt_disc_d_test.c | 405 /* 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 D | ble_gatt_find_s_test.c | 392 /* 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 D | ble_att_svr_test.c | 1848 /* 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 D | ble_gatt_read_test.c | 860 /* 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 D | ble_hs_test_util.c | 1747 /* 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 D | mem.c | 134 * @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 D | os_mbuf.c | 46 * @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 D | syscfg.yml | 60 # Lots of smaller mbufs are required for newtmgr using typical BLE ATT MTU
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/ |
H A D | syscfg.yml | 42 only HCI, this number should be equal to the number of mbufs in
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/ |
H A D | syscfg.yml | 42 only HCI, this number should be equal to the number of mbufs in
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/ |
H A D | syscfg.yml | 57 only HCI, this number should be equal to the number of mbufs in
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_gatt.h | 131 * 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 D | ble.h | 49 * the packet header mbuf (not mbufs that are part of a "packet chain"):
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_att_priv.h | 115 * prepared write, and compress the data into as few mbufs as possible.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/src/ |
H A D | ble_hci_uart.c | 109 * 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 D | syscfg.yml | 98 mbufs.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/native/src/ |
H A D | ble_phy.c | 151 * lengths of the individual mbufs are not set prior to calling.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/src/ |
H A D | ble_hci_emspi.c | 103 * mbufs we will allocate.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/src/ |
H A D | ble_hci_socket.c | 181 * mbufs we will allocate.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/src/ |
H A D | ble_phy.c | 201 * lengths of the individual mbufs are not set prior to calling.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/ |
H A D | ble_phy.c | 399 * lengths of the individual mbufs are not set prior to calling.
|