Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/
Dull_llcp.c67 static struct llcp_mem_pool mem_tx = { .pool = buffer_mem_tx }; variable
202 return (struct node_tx *)mem_acquire(&mem_tx.free); in llcp_tx_alloc()
208 return mem_tx.free != NULL; in llcp_tx_alloc_peek()
223 tx = (struct node_tx *)mem_acquire(&mem_tx.free); in llcp_tx_alloc()
234 mem_release(tx, &mem_tx.free); in tx_release()
528 mem_init(mem_tx.pool, TX_CTRL_BUF_SIZE, LLCP_TX_CTRL_BUF_COUNT, &mem_tx.free); in ull_cp_init()