Searched refs:alloc_budget (Results 1 – 1 of 1) sorted by relevance
955 int avail_desc, alloc_budget; in emac_rx_packet_zc() local1023 alloc_budget = min_t(int, budget, avail_desc); in emac_rx_packet_zc()1025 ret = prueth_rx_alloc_zc(emac, alloc_budget); in emac_rx_packet_zc()1028 if (ret < alloc_budget) in emac_rx_packet_zc()