Home
last modified time | relevance | path

Searched refs:mem_tx (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp.c82 static struct llcp_mem_pool mem_tx = { .pool = buffer_mem_tx }; variable
217 return (struct node_tx *)mem_acquire(&mem_tx.free); in llcp_tx_alloc()
223 return mem_tx.free != NULL; in llcp_tx_alloc_peek()
238 tx = (struct node_tx *)mem_acquire(&mem_tx.free); in llcp_tx_alloc()
249 mem_release(tx, &mem_tx.free); in tx_release()
400 mem_init(mem_tx.pool, TX_CTRL_BUF_SIZE, LLCP_TX_CTRL_BUF_COUNT, &mem_tx.free); in ull_cp_init()