Searched refs:quota_pdu (Results 1 – 2 of 2) sorted by relevance
94 uint8_t quota_pdu; /* Number of un-utilized buffers */ member158 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()
497 uint16_t quota_pdu; /* Number of un-utilized buffers */ member1676 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()