Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bluetooth/controller/mock_ctrl/src/
Dull.c94 uint8_t quota_pdu; /* Number of un-utilized buffers */ member
158 mem_link_rx.quota_pdu += delta; in ll_rx_link_inc_quota()
321 mem_link_rx.quota_pdu = RX_CNT; in init_reset()
337 while (mem_link_rx.quota_pdu && MFIFO_ENQUEUE_IDX_GET(ll_pdu_rx_free, &idx)) { in rx_alloc()
361 if (max > mem_link_rx.quota_pdu) { in rx_alloc()
362 max = mem_link_rx.quota_pdu; in rx_alloc()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull.c497 uint16_t quota_pdu; /* Number of un-utilized buffers */ member
1676 LL_ASSERT(delta <= 0 || mem_link_rx.quota_pdu < RX_CNT); in ll_rx_link_quota_update()
1677 mem_link_rx.quota_pdu += delta; in ll_rx_link_quota_update()
2323 mem_link_rx.quota_pdu = RX_CNT; in init_reset()
2406 if (max > mem_link_rx.quota_pdu) { in rx_replenish()
2407 max = mem_link_rx.quota_pdu; in rx_replenish()
2442 while (mem_link_rx.quota_pdu && in rx_replenish()